Check: RHEL-06-000280
Red Hat Enterprise Linux 6 STIG:
RHEL-06-000280
(in versions v2 r2 through v1 r14)
Title
The system package management tool must verify group-ownership on all files and directories associated with the audit package. (Cat II impact)
Discussion
Group-ownership of audit binaries and configuration files that is incorrect could allow an unauthorized user to gain privileges that they should not have. The group-ownership set by the vendor should be maintained. Any deviations from this baseline should be investigated.
Check Content
The following command will list which audit files on the system have group-ownership different from what is expected by the RPM database: # rpm -V audit | grep '^......G' If there is output, this is a finding.
Fix Text
The RPM package management system can restore file group-ownership of the audit package files and directories. The following command will update audit files with group-ownership different from what is expected by the RPM database: # rpm --setugids audit
Additional Identifiers
Rule ID: SV-218032r603264_rule
Vulnerability ID: V-218032
Group Title: SRG-OS-000258
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001495 |
The information system protects audit tools from unauthorized deletion. |
Controls
Number | Title |
---|---|
AU-9 |
Protection Of Audit Information |