Check: SLEM-05-653055
SUSE Linux Enterprise Micro (SLEM) 5 STIG:
SLEM-05-653055
(in version v1 r1)
Title
SLEM 5 audit tools must have the proper permissions configured to protect against unauthorized access. (Cat II impact)
Discussion
Protecting audit information includes identifying and protecting the tools used to view and manipulate log data. Protecting audit tools is necessary to prevent unauthorized operation on audit information. SLEM 5 providing tools to interface with audit information will leverage user permissions and roles identifying the user accessing the tools and the corresponding rights the user enjoys to make access decisions regarding the access to audit tools. Audit tools include, but are not limited to, vendor-provided and open-source audit tools needed to view and manipulate audit information system activity and records. Audit tools include custom queries and report generators.
Check Content
To protect from unauthorized access verify that SLEM 5 audit tools have the proper permissions configured in the permissions profile by using the following command: > grep "^/usr/sbin/au" /etc/permissions.local /usr/sbin/audispd root:root 750 /usr/sbin/auditctl root:root 750 /usr/sbin/auditd root:root 750 /usr/sbin/ausearch root:root 755 /usr/sbin/aureport root:root 755 /usr/sbin/autrace root:root 750 /usr/sbin/augenrules root:root 750 If the command does not return any output, this is a finding.
Fix Text
Configure SLEM 5 audit tools to have proper permissions set in the permissions profile. Add or modify the following lines in the "/etc/permissions.local" file: /usr/sbin/audispd root:root 750 /usr/sbin/auditctl root:root 750 /usr/sbin/auditd root:root 750 /usr/sbin/ausearch root:root 755 /usr/sbin/aureport root:root 755 /usr/sbin/autrace root:root 750 /usr/sbin/augenrules root:root 750
Additional Identifiers
Rule ID: SV-261419r996668_rule
Vulnerability ID: V-261419
Group Title: SRG-OS-000256-GPOS-00097
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001493 |
Protect audit tools from unauthorized access. |
CCI-001494 |
Protect audit tools from unauthorized modification. |
CCI-001495 |
Protect audit tools from unauthorized deletion. |
Controls
Number | Title |
---|---|
AU-9 |
Protection of Audit Information |