STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-22302

CAT II (Medium)

The system must enforce compliance of the entire password during authentification.

Rule ID

SV-44862r1_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000205

Discussion

Some common password hashing schemes only process the first eight characters of a user's password, which reduces the effective strength of the password.

Check Content

Verify no password hash in /etc/passwd or /etc/shadow begins with a character other than an underscore (_) or dollar sign ($).

# cut -d ':' -f2 /etc/passwd
# cut -d ':' -f2 /etc/shadow

If any password hash is present that does not have an initial underscore (_) or dollar sign ($) character, this is a finding.

Fix Text

Change the passwords for all accounts using non-compliant password hashes. 

(This requires GEN000590 is already met.)