STIGQter STIGQter: STIG Summary: VMware vSphere 6.7 Photon OS Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 09 Mar 2021:

The Photon operating system audit log must have correct permissions.

DISA Rule

SV-239087r675069_rule

Vulnerability Number

V-239087

Group Title

SRG-OS-000057-GPOS-00027

Rule Version

PHTN-67-000015

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command line, execute the following command:

# chmod 0600 <audit log file>

Replace <audit log file> with the log files more permissive than 0600.

Check Contents

At the command line, execute the following command:

# (audit_log_file=$(grep "^log_file" /etc/audit/auditd.conf|sed s/^[^\/]*//) && if [ -f "${audit_log_file}" ] ; then printf "Log(s) found in "${audit_log_file%/*}":\n"; stat -c "%n permissions are %a" ${audit_log_file%}*; else printf "audit log file(s) not found\n"; fi)

If the permissions on any audit log file is more permissive than 0600, this is a finding.

Vulnerability Number

V-239087

Documentable

False

Rule Version

PHTN-67-000015

Severity Override Guidance

At the command line, execute the following command:

# (audit_log_file=$(grep "^log_file" /etc/audit/auditd.conf|sed s/^[^\/]*//) && if [ -f "${audit_log_file}" ] ; then printf "Log(s) found in "${audit_log_file%/*}":\n"; stat -c "%n permissions are %a" ${audit_log_file%}*; else printf "audit log file(s) not found\n"; fi)

If the permissions on any audit log file is more permissive than 0600, this is a finding.

Check Content Reference

M

Target Key

5323

Comments