STIGQter STIGQter: STIG Summary: Canonical Ubuntu 18.04 LTS Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

The Ubuntu Operating system must disable the x86 Ctrl-Alt-Delete key sequence.

DISA Rule

SV-219212r610963_rule

Vulnerability Number

V-219212

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

UBTU-18-010151

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Configure the system to disable the Ctrl-Alt-Delete sequence for the command line with the following command:

# sudo systemctl mask ctrl-alt-del.target

And reload the daemon to take effect

# sudo systemctl daemon-reload

Check Contents

Verify the Ubuntu operating system is not configured to reboot the system when Ctrl-Alt-Delete is pressed.

Check that the "ctrl-alt-del.target" (otherwise also known as reboot.target) is not active with the following command:

# systemctl status ctrl-alt-del.target
reboot.target - Reboot
Loaded: loaded (/usr/lib/systemd/system/reboot.target; disabled)
Active: inactive (dead)
Docs: man:systemd.special(7)

If the "ctrl-alt-del.target" is active, this is a finding.

Vulnerability Number

V-219212

Documentable

False

Rule Version

UBTU-18-010151

Severity Override Guidance

Verify the Ubuntu operating system is not configured to reboot the system when Ctrl-Alt-Delete is pressed.

Check that the "ctrl-alt-del.target" (otherwise also known as reboot.target) is not active with the following command:

# systemctl status ctrl-alt-del.target
reboot.target - Reboot
Loaded: loaded (/usr/lib/systemd/system/reboot.target; disabled)
Active: inactive (dead)
Docs: man:systemd.special(7)

If the "ctrl-alt-del.target" is active, this is a finding.

Check Content Reference

M

Target Key

4055

Comments