DISA STIGS Viewer

AlmaLinux OS 9 must disable storing core dumps.

Overview

Finding ID Version Rule ID IA Controls Severity
V-269180 ALMA-09-011460 SV-269180r1050062_rule   Medium
Description
A core dump includes a memory image taken at the time the operating system terminates an application. The memory image could contain sensitive data and is generally useful only for developers or system operators trying to debug problems. Enabling core dumps on production systems is not recommended; however, there may be overriding operational requirements to enable advanced debugging. Permitting temporary enablement of core dumps during such situations must be reviewed through local needs and policy.
STIG Date
CloudLinux AlmaLinux OS 9 Security Technical Implementation Guide 2025-05-22

Details

Check Text (C-73211r1049269_chk)
Verify AlmaLinux OS 9 disables storing core dumps for all users by issuing the following command:

$ systemd-analyze cat-config systemd/coredump.conf | grep Storage

Storage=none

If the "Storage" item is missing, commented out, or the value is anything other than "none" and the need for core dumps is not documented with the information system security officer (ISSO) as an operational requirement for all domains that have the "core" item assigned, this is a finding.
Fix Text (F-73112r1047917_fix)
Configure the operating system to disable storing core dumps for all users.

Add or modify the following line in the [Coredump} section of /etc/systemd/coredump.conf:

Storage=none