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

RHEL 8 operating systems must require authentication upon booting into emergency mode.

DISA Rule

SV-244523r1137691_rule

Vulnerability Number

V-244523

Group Title

SRG-OS-000080-GPOS-00048

Rule Version

RHEL-08-010152

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

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

Check Contents

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

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

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

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

Vulnerability Number

V-244523

Documentable

False

Rule Version

RHEL-08-010152

Severity Override Guidance

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

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

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

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

Check Content Reference

M

Target Key

2921