UCF STIG Viewer Logo

The system must be configured to store any process core dumps in a specific, centralized directory.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22399 GEN003501 SV-46151r1_rule Low
Description
Specifying a centralized location for core file creation allows for the centralized protection of core files. Process core dumps contain the memory in use by the process when it crashed. Any data the process was handling may be contained in the core file, and it must be protected accordingly. If process core dump creation is not configured to use a centralized directory, core dumps may be created in a directory that does not have appropriate ownership or permissions configured, which could result in unauthorized access to the core dumps.
STIG Date
SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide 2018-09-19

Details

Check Text ( C-43412r1_chk )
Verify a directory is defined for process core dumps.
# cat /proc/sys/kernel/core_pattern
If the parameter is not an absolute path (does not start with a slash [/]), this is a finding.
Fix Text (F-39490r1_fix)
Edit /etc/sysctl.conf and set (adding if necessary) kernel.core_pattern to an absolute path ending with a file name prefix, such as "/var/core/core".