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

Lookup Service log files must only be accessible by privileged users.

DISA Rule

SV-256712r918958_rule

Vulnerability Number

V-256712

Group Title

SRG-APP-000118-WSR-000068

Rule Version

VCLU-70-000007

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, run the following commands:

# chmod o-w /var/log/vmware/lookupsvc/<file>
# chown lookupsvc:lookupsvc /var/log/vmware/lookupsvc/<file>

Note: Substitute <file> with the listed file.

Check Contents

At the command prompt, run the following command:

# find /var/log/vmware/lookupsvc -xdev -type f ! -name lookupsvc-init.log -a '(' -perm -o+w -o -not -user lookupsvc -o -not -group lookupsvc ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Note: Prior to Update 3h, the user and group should be root.

Vulnerability Number

V-256712

Documentable

False

Rule Version

VCLU-70-000007

Severity Override Guidance

At the command prompt, run the following command:

# find /var/log/vmware/lookupsvc -xdev -type f ! -name lookupsvc-init.log -a '(' -perm -o+w -o -not -user lookupsvc -o -not -group lookupsvc ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Note: Prior to Update 3h, the user and group should be root.

Check Content Reference

M

Target Key

5525