STIGQter STIGQter: STIG Summary: Red Hat Enterprise Linux 8 Security Technical Implementation Guide Version: 2 Release: 8 Benchmark Date: 01 Jul 2026:

RHEL 8 must disable acquiring, saving, and processing core dumps.

DISA Rule

SV-230312r1134877_rule

Vulnerability Number

V-230312

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

RHEL-08-010672

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the system to disable the systemd-coredump.socket with the following commands:

$ sudo systemctl disable --now systemd-coredump.socket

$ sudo systemctl mask systemd-coredump.socket

Created symlink /etc/systemd/system/systemd-coredump.socket -> /dev/null

Reload the daemon for this change to take effect.

$ sudo systemctl daemon-reload

Check Contents

Note: If kernel dumps are disabled in accordance with RHEL-08-010671, this requirement is not applicable.

Verify RHEL 8 is not configured to acquire, save, or process core dumps with the following command:

$ sudo systemctl status systemd-coredump.socket

systemd-coredump.socket
Loaded: masked (Reason: Unit systemd-coredump.socket is masked.)
Active: inactive (dead)

If the "systemd-coredump.socket" is loaded and not masked and the need for core dumps is not documented with the information system security officer (ISSO) as an operational requirement, this is a finding.

Vulnerability Number

V-230312

Documentable

False

Rule Version

RHEL-08-010672

Severity Override Guidance

Note: If kernel dumps are disabled in accordance with RHEL-08-010671, this requirement is not applicable.

Verify RHEL 8 is not configured to acquire, save, or process core dumps with the following command:

$ sudo systemctl status systemd-coredump.socket

systemd-coredump.socket
Loaded: masked (Reason: Unit systemd-coredump.socket is masked.)
Active: inactive (dead)

If the "systemd-coredump.socket" is loaded and not masked and the need for core dumps is not documented with the information system security officer (ISSO) as an operational requirement, this is a finding.

Check Content Reference

M

Target Key

2921