STIGhubSTIGhub
STIGhub— A free STIG search and compliance tool·STIGs updated 13 hours ago
Powered by Pylon·Privacy·Terms·Feedback·© 2026 Beacon Cloud Solutions, Inc.
← Back to VMware vSphere 8.0 vCenter Appliance Photon OS 4.0 Security Technical Implementation Guide

V-266063

CAT II (Medium)

The Photon operating system must not allow empty passwords.

Rule ID

SV-266063r1003661_rule

STIG

VMware vSphere 8.0 vCenter Appliance Photon OS 4.0 Security Technical Implementation Guide

Version

V2R2

CCIs

CCI-000366

Discussion

Accounts with empty or no passwords allow anyone to log on as that account without specifying a password or other forms of authentication. Allowing accounts with empty passwords puts the system at significant risk since only the username is required for access.

Check Content

At the command line, run the following command to verify empty passwords are not allowed:

# grep nullok /etc/pam.d/system-password /etc/pam.d/system-auth

If any results are returned indicating "nullok" is configured on the "pam_unix.so" module, this is a finding.

Fix Text

Navigate to and open:

/etc/pam.d/system-password or /etc/pam.d/system-auth

Remove the "nullok" argument on the "pam_unix.so" module line.

Note: On vCenter appliances, the equivalent file must be edited under "/etc/applmgmt/appliance", if one exists, for the changes to persist after a reboot.