Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-38457 | RHEL-06-000041 | SV-50257r1_rule | Medium |
Description |
---|
If the "/etc/passwd" file is writable by a group-owner or the world the risk of its compromise is increased. The file contains the list of accounts on the system and associated information, and protection of this file is critical for system security. |
STIG | Date |
---|---|
Red Hat Enterprise Linux 6 Security Technical Implementation Guide | 2017-04-28 |
Check Text ( None ) |
---|
None |
Fix Text (F-43397r1_fix) |
---|
To properly set the permissions of "/etc/passwd", run the command: # chmod 0644 /etc/passwd |