Check: GEN002700
VMware ESX 3 Server:
GEN002700
(in version v1 r2)
Title
System audit logs must have mode 0640 or less permissive. (Cat II impact)
Discussion
If a user can write to the audit logs, audit trails can be modified or destroyed and system intrusion may not be detected. System audit logs are those files generated from the audit system and do not include activity, error, or other log files created by application software.
Check Content
Check the mode of the audit log file(s). # ls -l <audit log file> If any audit log file has a mode more permissive than 0640, this is a finding.
Fix Text
Change the mode of the audit log directories/files. # chmod 0750 <audit directory> # chmod 0640 <audit file>
Additional Identifiers
Rule ID: SV-813r2_rule
Vulnerability ID: V-813
Group Title: GEN002700
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000163 |
The information system protects audit information from unauthorized modification. |
Controls
Number | Title |
---|---|
AU-9 |
Protection Of Audit Information |