Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-798 | GEN001380 | SV-37344r1_rule | ECLP-1 | Medium |
Description |
---|
If the passwd file is writable by a group-owner or the world, the risk of passwd file compromise is increased. The passwd file contains the list of accounts on the system and associated information. |
STIG | Date |
---|---|
Red Hat Enterprise Linux 5 Security Technical Implementation Guide | 2014-07-02 |
Check Text ( None ) |
---|
None |
Fix Text (F-31280r1_fix) |
---|
Change the mode of the passwd file to 0644. Procedure: # chmod 0644 /etc/passwd |