STIGQter STIGQter: STIG Summary: VMware vSphere 8.0 vCenter Appliance Lookup Service Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 01 Jul 2026:

The vCenter Lookup service logs folder permissions must be set correctly.

DISA Rule

SV-259041r960930_rule

Vulnerability Number

V-259041

Group Title

SRG-APP-000118-AS-000078

Rule Version

VCLU-80-000025

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, run the following commands:

# chmod o-w <file>
# chown lookupsvc: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 ! -name lookupsvc-init.log ! -name lookupsvc-prestart.log -type f -a '(' -perm -o+w -o -not -user lookupsvc -o -not -group lookupsvc ')' -exec ls -ld {} \;

If any files are returned, this is a finding.

Vulnerability Number

V-259041

Documentable

False

Rule Version

VCLU-80-000025

Severity Override Guidance

At the command prompt, run the following command:

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

If any files are returned, this is a finding.

Check Content Reference

M

Target Key

5565