6.1.2 Ensure permissions on /etc/passwd are configured

Information

The /etc/passwd file contains user account information that is used by many system utilities and therefore must be readable for these utilities to operate.

Rationale:

It is critical to ensure that the /etc/passwd file is protected from unauthorized write access. Although it is protected by default, the file permissions could be changed either inadvertently or through malicious actions.

Solution

Run the following command to set permissions on /etc/passwd:

# chown root:root /etc/passwd
# chmod u-x,go-wx /etc/passwd

See Also

https://workbench.cisecurity.org/files/3208

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

References: 800-53|IA-5(6), CSCv6|3.1, CSCv6|16.14

Plugin: Unix

Control ID: 1899d5af28521a9aa6ee723fbafe3df1708da2251d81b00240d08ff7d643cf0a