Check: GEN003510
Title
Kernel core dumps must be disabled unless needed. (Cat II impact)
Discussion
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.
Check Content
Verify savecore is not used. Procedure: # chkconfig |grep savecore If the value is yes or not set, this is a finding.
Fix Text
Disable savecore. # chkconfig -off savecore
Additional Identifiers
Rule ID:
Vulnerability ID: V-22404
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |