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

RHEL 10 must disable core dump backtraces.

DISA Rule

SV-281317r1167101_rule

Vulnerability Number

V-281317

Group Title

SRG-OS-000095-GPOS-00049

Rule Version

RHEL-10-701150

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 10 to disable core dump backtraces.

Create or edit the setting in a drop-in configuration file:

$ sudo vi /etc/systemd/coredump.conf:

Add the following line:

ProcessSizeMax=0

Check Contents

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

Verify RHEL 10 disables core dump backtraces by issuing the following command:

$ sudo grep -ir ProcessSizeMax /etc/systemd/ | grep -v '#'
/etc/systemd/coredump.conf:ProcessSizeMax=0

If the "ProcessSizeMax" item is missing or the value is anything other than "0", and the need for core dumps is not documented with the information system security officer as an operational requirement for all domains that have the "core" item assigned, this is a finding.

Vulnerability Number

V-281317

Documentable

False

Rule Version

RHEL-10-701150

Severity Override Guidance

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

Verify RHEL 10 disables core dump backtraces by issuing the following command:

$ sudo grep -ir ProcessSizeMax /etc/systemd/ | grep -v '#'
/etc/systemd/coredump.conf:ProcessSizeMax=0

If the "ProcessSizeMax" item is missing or the value is anything other than "0", and the need for core dumps is not documented with the information system security officer as an operational requirement for all domains that have the "core" item assigned, this is a finding.

Check Content Reference

M

Target Key

5733