Check: GEN002700
AIX 6.1 SECURITY TECHNICAL IMPLEMENTATION GUIDE:
GEN002700
(in versions v1 r14 through v1 r10)
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
Perform the following to determine the location of audit logs and then check the mode of the files. Procedure: # grep -p bin: /etc/security/audit/config Directories to search will be listed under the bin stanza. # ls -la <audit directories> 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-38904r1_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 |