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

Performance Charts log files must only be modifiable by privileged users.

DISA Rule

SV-239408r674947_rule

Vulnerability Number

V-239408

Group Title

SRG-APP-000119-WSR-000069

Rule Version

VCPF-67-000007

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, execute the following commands:

# chmod o-w <file>

# chown root:root <file>

Note: Substitute <file> with the listed file.

Check Contents

At the command prompt, execute the following command:

# find /storage/log/vmware/perfcharts/ -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-239408

Documentable

False

Rule Version

VCPF-67-000007

Severity Override Guidance

At the command prompt, execute the following command:

# find /storage/log/vmware/perfcharts/ -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

5329

Comments