STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 26 Mar 2026:

TOSS 5 must disable acquiring, saving, and processing core dumps.

DISA Rule

SV-282633r1200879_rule

Vulnerability Number

V-282633

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

TOSS-05-000113

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the system to disable the systemd-coredump.socket using the following command:

$ sudo systemctl mask --now 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

Verify TOSS 5 is not configured to acquire, save, or process core dumps using 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-282633

Documentable

False

Rule Version

TOSS-05-000113

Severity Override Guidance

Verify TOSS 5 is not configured to acquire, save, or process core dumps using 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

5738