RHEL 9 must not be configured to bypass password requirements for privilege escalation.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-258118RHEL-09-611145SV-258118r1050789_ruleCCI-004895medium
Description
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. Satisfies: SRG-OS-000373-GPOS-00156, SRG-OS-000373-GPOS-00157, SRG-OS-000373-GPOS-00158
STIGDate
Red Hat Enterprise Linux 9 Security Technical Implementation Guide2025-05-14

Related Frameworks

2 paths across 2 frameworks
NIST 800-531 mapping
SC-11
1.00
  • DISA · 2 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
CCI1 mapping
CCI-004895
1.00
  • DISA · 2 · disa_xccdf · related

Details

Check Text (C-258118r1050789_chk)

Verify the operating system is not configured to bypass password requirements for privilege escalation with the following command: $ sudo grep pam_succeed_if /etc/pam.d/sudo If any occurrences of "pam_succeed_if" are returned, this is a finding.

Fix Text (F-61783r926340_fix)

Configure the operating system to require users to supply a password for privilege escalation. Remove any occurrences of " pam_succeed_if " in the "/etc/pam.d/sudo" file.