UCF STIG Viewer Logo

RHEL 8 operating systems must require authentication upon booting into emergency or rescue modes.


Overview

Finding ID Version Rule ID IA Controls Severity
V-230236 RHEL-08-010151 SV-230236r599732_rule Medium
Description
If the system does not require valid root authentication before it boots into emergency or rescue mode, anyone who invokes emergency or rescue mode is granted privileged access to all files on the system.
STIG Date
Red Hat Enterprise Linux 8 Security Technical Implementation Guide 2020-11-25

Details

Check Text ( C-32905r567454_chk )
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.
Fix Text (F-32880r567455_fix)
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