STIGQter STIGQter: STIG Summary: VMware vSphere 7.0 vCenter Appliance Perfcharts Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 07 Mar 2023:

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

DISA Rule

SV-256617r888342_rule

Vulnerability Number

V-256617

Group Title

SRG-APP-000118-WSR-000068

Rule Version

VCPF-70-000007

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, run the following commands:

# chmod o-w <file>
# chown perfcharts:users <file>

Note: Substitute <file> with the listed file.

Check Contents

At the command prompt, run the following command:

# find /storage/log/vmware/perfcharts/ -xdev -type f -a '(' -perm -o+w -o -not -user perfcharts -o -not -group users ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Vulnerability Number

V-256617

Documentable

False

Rule Version

VCPF-70-000007

Severity Override Guidance

At the command prompt, run the following command:

# find /storage/log/vmware/perfcharts/ -xdev -type f -a '(' -perm -o+w -o -not -user perfcharts -o -not -group users ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Check Content Reference

M

Target Key

5522