STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 4 Security Technical Implementation Guide Version: 2 Release: 6 Benchmark Date: 01 Jul 2026:

TOSS must require authentication upon booting into emergency or rescue modes.

DISA Rule

SV-252914r1137691_rule

Vulnerability Number

V-252914

Group Title

SRG-OS-000080-GPOS-00048

Rule Version

TOSS-04-010030

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the system to require authentication upon booting into emergency or rescue mode by adding the following line to the "/usr/lib/systemd/system/rescue.service" file.

ExecStart=-/usr/lib/systemd/systemd-sulogin-shell rescue

Check Contents

Check to see if the system requires authentication for rescue or emergency mode with the following command:

$ sudo grep sulogin-shell /usr/lib/systemd/system/rescue.service

ExecStart=-/usr/lib/systemd/systemd-sulogin-shell rescue

If the "ExecStart" line is configured for anything other than "/usr/lib/systemd/systemd-sulogin-shell rescue", commented out, or missing, this is a finding.

Vulnerability Number

V-252914

Documentable

False

Rule Version

TOSS-04-010030

Severity Override Guidance

Check to see if the system requires authentication for rescue or emergency mode with the following command:

$ sudo grep sulogin-shell /usr/lib/systemd/system/rescue.service

ExecStart=-/usr/lib/systemd/systemd-sulogin-shell rescue

If the "ExecStart" line is configured for anything other than "/usr/lib/systemd/systemd-sulogin-shell rescue", commented out, or missing, this is a finding.

Check Content Reference

M

Target Key

5469