SV-251724r1050789_rule
V-251724
SRG-OS-000373-GPOS-00156
SLES-15-020104
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" are returned from the command, this is a finding.
V-251724
False
SLES-15-020104
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" are returned from the command, this is a finding.
M
5274