UCF STIG Viewer Logo

The /etc/shadow (or equivalent) file must be owned by root.


Overview

Finding ID Version Rule ID IA Controls Severity
V-797 GEN001400 SV-38944r1_rule ECLP-1 Medium
Description
The /etc/shadow file contains the list of local system accounts. It is vital to system security and must be protected from unauthorized modification. Failure to give ownership of sensitive files or utilities to root or bin provides the designated owner and unauthorized users with the potential to access sensitive information or change the system configuration which could weaken the system's security posture.
STIG Date
Draft AIX Security Technical Implementation Guide 2011-08-17

Details

Check Text ( C-28148r1_chk )
Check the ownership of the /etc/security/passwd file.
Procedure:
# ls -lL /etc/security/passwd
If the owner of this file is not root, this is a finding.
Fix Text (F-32285r1_fix)
Change the ownership of the /etc/security/passwd file.
# chown root /etc/security/passwd