UCF STIG Viewer Logo

The kernel core dump data directory must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22407 GEN003523 SV-38864r1_rule ECLP-1 Low
Description
Kernel core dumps may contain the full contents of system memory at the time of the crash. As the system memory may contain sensitive information, it must be protected accordingly. If there is an extended ACL for the kernel core dump data directory, unauthorized users may be able to view or to modify kernel core dump data files.
STIG Date
AIX 6.1 SECURITY TECHNICAL IMPLEMENTATION GUIDE 2018-09-18

Details

Check Text ( C-37857r1_chk )
Determine the core file copy location from the sysdumpdev command.

#sysdumpdev -l | grep -I "core dir"

Determine if the kernel core dump data directory has an extended ACL.

#aclget < directory >
Verify if extended permissions are disabled. If extended permissions are not disabled, this is a finding.
Fix Text (F-33119r1_fix)
Remove the extended ACL from the kernel core dump data directory and disable extended permissions.

#acledit < directory >