STIGQter STIGQter: STIG Summary: Oracle Linux 6 Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

The /etc/passwd file must have mode 0644 or less permissive.

DISA Rule

SV-208818r603263_rule

Vulnerability Number

V-208818

Group Title

SRG-OS-000480

Rule Version

OL6-00-000041

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

To properly set the permissions of "/etc/passwd", run the command:

# chmod 0644 /etc/passwd

Check Contents

To check the permissions of "/etc/passwd", run the command:

$ ls -l /etc/passwd

If properly configured, the output should indicate the following permissions: "-rw-r--r--"
If it does not, this is a finding.

Vulnerability Number

V-208818

Documentable

False

Rule Version

OL6-00-000041

Severity Override Guidance

To check the permissions of "/etc/passwd", run the command:

$ ls -l /etc/passwd

If properly configured, the output should indicate the following permissions: "-rw-r--r--"
If it does not, this is a finding.

Check Content Reference

M

Target Key

2928

Comments