UCF STIG Viewer Logo

HAProxy log files must be protected from unauthorized deletion.


Overview

Finding ID Version Rule ID IA Controls Severity
V-89145 VRAU-HA-000105 SV-99795r1_rule Medium
Description
Log data is essential in the investigation of events. If log data were to become compromised, then competent forensic analysis and discovery of the true source of potentially malicious system activity would be difficult, if not impossible, to achieve. In addition, access to log records provides information an attacker could potentially use to their advantage since each event record might contain communication ports, protocols, services, trust relationships, user names, etc.
STIG Date
VMW vRealize Automation 7.x HA Proxy Security Technical Implementation Guide 2018-10-12

Details

Check Text ( C-88837r1_chk )
At the command prompt, execute the following command:

ls -la /var/log/vmware/vcac/vcac-config.log

If the log file has permissions more permissive than "640", this is a finding.
Fix Text (F-95887r1_fix)
At the command prompt, execute the following command:

sed -i "/^[^#]*UMASK/ c\UMASK 077" /etc/login.defs