STIGQter STIGQter: STIG Summary: VMware vSphere 8.0 vCenter Appliance ESX Agent Manager (EAM) Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 01 Jul 2026:

The vCenter ESX Agent Manager service logs folder permissions must be set correctly.

DISA Rule

SV-259007r960930_rule

Vulnerability Number

V-259007

Group Title

SRG-APP-000118-AS-000078

Rule Version

VCEM-80-000025

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

At the command prompt, run the following commands:

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

Note: Substitute <file> with the listed file.

Check Contents

At the command prompt, run the following command:

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

If any files are returned, this is a finding.

Vulnerability Number

V-259007

Documentable

False

Rule Version

VCEM-80-000025

Severity Override Guidance

At the command prompt, run the following command:

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

If any files are returned, this is a finding.

Check Content Reference

M

Target Key

5564