UBTU-22-654160 - Ubuntu 22.04 LTS must generate audit records for successful/unsuccessful uses of the chown, fchown, fchownat, and lchown system calls.

Information

Without generating audit records specific to the security and mission needs of the organization, it would be difficult to establish, correlate, and investigate the events relating to an incident or identify those responsible for one.

Audit records can be generated from various components within the information system (e.g., module or policy filter).

The system call rules are loaded into a matching engine that intercepts each syscall that all programs on the system makes. Therefore, it is very important to only use syscall rules when absolutely necessary since these affect performance. The more rules, the bigger the performance hit. The performance is helped, though, by combining syscalls into one rule whenever possible.

Satisfies: SRG-OS-000064-GPOS-00033, SRG-OS-000462-GPOS-00206

Solution

Configure the audit system to generate an audit event for any successful/unsuccessful use of the 'chown', 'fchown', 'fchownat', and 'lchown' system calls.

Add or modify the following lines in the '/etc/audit/rules.d/stig.rules':

-a always,exit -F arch=b32 -S chown,fchown,fchownat,lchown -F auid>=1000 -F auid!=unset -k perm_chng
-a always,exit -F arch=b64 -S chown,fchown,fchownat,lchown -F auid>=1000 -F auid!=unset -k perm_chng

To reload the rules file, issue the following command:

$ sudo augenrules --load

Note: The '-k <keyname>' at the end of the line gives the rule a unique meaning to help during an audit investigation. The <keyname> does not need to match the example above.

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_CAN_Ubuntu_22-04_LTS_V2R2_STIG.zip

Item Details

Category: AUDIT AND ACCOUNTABILITY

References: 800-53|AU-12c., CAT|II, CCI|CCI-000172, Rule-ID|SV-260634r958446_rule, STIG-ID|UBTU-22-654160, Vuln-ID|V-260634

Plugin: Unix

Control ID: abc305fafe01d76409fa8760242c733d3b63ea62092eadd9d32be0b0627a3a4c