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 the x86 Ctrl-Alt-Delete key sequence.

DISA Rule

SV-281299r1166849_rule

Vulnerability Number

V-281299

Group Title

SRG-OS-000324-GPOS-00125

Rule Version

RHEL-10-700960

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Configure RHEL 10 to disable the "ctrl-alt-del.target" with the following command:

$ sudo systemctl disable --now ctrl-alt-del.target
$ sudo systemctl mask --now ctrl-alt-del.target

Check Contents

Verify RHEL 10 is not configured to reboot the system when Ctrl-Alt-Delete is pressed with the following command:

$ sudo systemctl status ctrl-alt-del.target
o ctrl-alt-del.target
Loaded: masked (Reason: Unit ctrl-alt-del.target is masked.)
Active: inactive (dead)

If the "ctrl-alt-del.target" is loaded and not masked, this is a finding.

Vulnerability Number

V-281299

Documentable

False

Rule Version

RHEL-10-700960

Severity Override Guidance

Verify RHEL 10 is not configured to reboot the system when Ctrl-Alt-Delete is pressed with the following command:

$ sudo systemctl status ctrl-alt-del.target
o ctrl-alt-del.target
Loaded: masked (Reason: Unit ctrl-alt-del.target is masked.)
Active: inactive (dead)

If the "ctrl-alt-del.target" is loaded and not masked, this is a finding.

Check Content Reference

M

Target Key

5733