UCF STIG Viewer Logo

Kernel core dumps must be disabled unless needed.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22404 GEN003510 SV-38860r1_rule ECSC-1 Medium
Description
Kernel core dumps may contain the full contents of system memory at the time of the crash. Kernel core dumps may consume a considerable amount of disk space and may result in Denial of Service by exhausting the available space on the target file system. The kernel core dump process may increase the amount of time a system is unavailable due to a crash. Kernel core dumps can be useful for kernel debugging.
STIG Date
AIX 5.3 SECURITY TECHNICAL IMPLEMENTATION GUIDE 2014-10-03

Details

Check Text ( C-37853r1_chk )
Determine if kernel core dumps are enabled on the system.

#sysdumpdev -l

Look at both the primary and secondary dump devices. If either the primary or secondary dump device is not /dev/sysdumpnull, this is a finding.
Fix Text (F-33115r1_fix)
Disable kernel core dumps on the system by setting primary and secondary dump devices to sysdumpnull.

#sysdumpdev -P -p /dev/sysdumpnull

#sysdumpdev -P -s /dev/sysdumpnull