SV-251712r1050789_rule
V-251712
SRG-OS-000373-GPOS-00156
RHEL-08-010385
CAT II
10
Configure the operating system to require users to supply a password for privilege escalation.
Check the configuration of the "/etc/ pam.d/sudo" file with the following command:
$ sudo vi /etc/pam.d/sudo
Remove any occurrences of "pam_succeed_if" in the file.
Verify the operating system is not be configured to bypass password requirements for privilege escalation.
Check the configuration of the "/etc/pam.d/sudo" file with the following command:
$ sudo grep pam_succeed_if /etc/pam.d/sudo
If any occurrences of "pam_succeed_if" is returned from the command, this is a finding.
V-251712
False
RHEL-08-010385
Verify the operating system is not be configured to bypass password requirements for privilege escalation.
Check the configuration of the "/etc/pam.d/sudo" file with the following command:
$ sudo grep pam_succeed_if /etc/pam.d/sudo
If any occurrences of "pam_succeed_if" is returned from the command, this is a finding.
M
2921