The Photon operating system messages file must have the correct ownership and file permissions.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-256516PHTN-30-000041SV-256516r958566_ruleCCI-001314medium
Description
Only authorized personnel should be aware of errors and the details of the errors. Error messages are an indicator of an organization's operational state and can provide sensitive information to an unprivileged attacker.
STIGDate
VMware vSphere 7.0 vCenter Appliance Photon OS Security Technical Implementation Guide2024-12-16

Related Frameworks

2 paths across 2 frameworks
NIST 800-531 mapping
SI-11
1.00
  • DISA · V1R4 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
CCI1 mapping
CCI-001314
1.00
  • DISA · V1R4 · disa_xccdf · related

Details

Check Text (C-256516r958566_chk)

At the command line, run the following command: # stat -c "%n is owned by %U and group owned by %G with %a permissions" /var/log/messages If the "/var/log/messages" directory is not owned by root or not group owned by root, or the file permissions are more permission than "640", this is a finding.

Fix Text (F-60134r887221_fix)

At the command line, run the following commands: # chown root:root /var/log/messages # chmod 0640 /var/log/messages