STIGQter STIGQter: STIG Summary: VMware vSphere 7.0 VAMI Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 26 Jul 2023:

VAMI log files must only be accessible by privileged users.

DISA Rule

SV-256651r918984_rule

Vulnerability Number

V-256651

Group Title

SRG-APP-000118-WSR-000068

Rule Version

VCLD-70-000007

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, run the following commands:

# chmod o-w <file>
# chown root:root <file>

Note: Substitute <file> with the listed file.

Check Contents

At the command prompt, run the following command:

# find /opt/vmware/var/log/lighttpd/ -xdev -type f -a '(' -perm -o+w -o -not -user root -o -not -group root ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Vulnerability Number

V-256651

Documentable

False

Rule Version

VCLD-70-000007

Severity Override Guidance

At the command prompt, run the following command:

# find /opt/vmware/var/log/lighttpd/ -xdev -type f -a '(' -perm -o+w -o -not -user root -o -not -group root ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Check Content Reference

M

Target Key

5523