STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Canonical Ubuntu 24.04 LTS Security Technical Implementation Guide

V-270707

CAT II (Medium)

Ubuntu 24.04 LTS must require users to reauthenticate for privilege escalation or when changing roles.

Rule ID

SV-270707r1101786_rule

STIG

Canonical Ubuntu 24.04 LTS Security Technical Implementation Guide

Version

V1R5

CCIs

CCI-000366

Discussion

Without reauthentication, users may access resources or perform tasks for which they do not have authorization. When operating systems provide the capability to escalate a functional capability, it is critical the user reauthenticate.

Check Content

Verify the "/etc/sudoers" file has no occurrences of "!authenticate" with the following command: 
 
$ sudo egrep -iR '!authenticate' /etc/sudoers /etc/sudoers.d/
 
If any occurrences of "!authenticate" return from the command, this is a finding.

Fix Text

Remove any occurrence of "!authenticate" found in "/etc/sudoers" file or files in the "/etc/sudoers.d" directory.