Check: GEN002715
AIX 6.1 SECURITY TECHNICAL IMPLEMENTATION GUIDE:
GEN002715
(in versions v1 r14 through v1 r10)
Title
System audit tool executables must be owned by root. (Cat III impact)
Discussion
To prevent unauthorized access or manipulation of system audit logs, the tools for manipulating those logs must be protected.
Check Content
Determine if the system audit tool executables are owned by root. Audit tools include, but are not limited to, audit, auditcat, auditconv, auditpr, auditselect, auditstream, auditbin, and auditmerge. Procedure: ls -lL `which <audit tool executable>` If any system audit tool executable is not owned by root, this is a finding.
Fix Text
Change the owner of the system audit tool executables to root. #chown root <system audit tool executable>
Additional Identifiers
Rule ID: SV-38749r1_rule
Vulnerability ID: V-22370
Group Title: GEN002715
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001493 |
The information system protects audit tools from unauthorized access. |
Controls
Number | Title |
---|---|
AU-9 |
Protection Of Audit Information |