Other Articles

Servers – Enforce Authentication for Single User Mode

Support > Fixing Checks > Server

05 March, 2026

This check ensures that authentication is required before accessing single-user mode (rescue mode).Single-user mode is typically used for system recovery when the system encounters boot issues or when an administrator manually selects it from the bootloader.Requiring authentication helps prevent unauthorized users from gaining root-level access by rebooting the system into rescue mode.

Check Details

  • Resource: Server
  • Check: Enforce Single User Mode Authentication
  • Risk: If authentication is not required in single-user mode, an attacker with physical or console access may reboot the system into rescue mode and gain root privileges without authentication.

Remediation Steps

  1. Ensure the system is running a Container-Optimized OS image that enforces authentication for single-user (rescue) mode.
  2. If authentication is not enforced, update the system to a newer Container-Optimized OS image that requires authentication before entering single-user mode.

Note: The Container-Optimized OS root filesystem is read-only. Configuration changes to rescue or emergency service files cannot be permanently modified on the running system. If authentication is not enforced, the system must be updated to an OS image that includes the required configuration.