STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 26 Mar 2026:

The TOSS 5 pam_unix.so module must be configured in the password-auth file to use a FIPS 140-3-approved cryptographic hashing algorithm for system authentication.

DISA Rule

SV-282461r1200363_rule

Vulnerability Number

V-282461

Group Title

SRG-OS-000073-GPOS-00041

Rule Version

TOSS-05-000467

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure TOSS 5 to use a FIPS 140-3-approved cryptographic hashing algorithm for system authentication.

Edit or modify the following line in the "/etc/pam.d/password-auth" file to include the sha512 option for pam_unix.so:

password sufficient pam_unix.so sha512

Check Contents

Verify the pam_unix.so module is configured to use sha512 in /etc/pam.d/password-auth using the following command:

$ grep "^password.*pam_unix.so.*sha512" /etc/pam.d/password-auth

password sufficient pam_unix.so sha512

If "sha512" is missing, or the line is commented out, this is a finding.

Vulnerability Number

V-282461

Documentable

False

Rule Version

TOSS-05-000467

Severity Override Guidance

Verify the pam_unix.so module is configured to use sha512 in /etc/pam.d/password-auth using the following command:

$ grep "^password.*pam_unix.so.*sha512" /etc/pam.d/password-auth

password sufficient pam_unix.so sha512

If "sha512" is missing, or the line is commented out, this is a finding.

Check Content Reference

M

Target Key

5738