STIGQter STIGQter: STIG Summary: Oracle Linux 8 Security Technical Implementation Guide Version: 2 Release: 9 Benchmark Date: 01 Jul 2026:

OL 8 must restrict privilege elevation to authorized personnel.

DISA Rule

SV-248583r1101874_rule

Vulnerability Number

V-248583

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

OL08-00-010382

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Remove the following entries from the sudoers file:
ALL ALL=(ALL) ALL
ALL ALL=(ALL:ALL) ALL

Check Contents

Verify the "sudoers" file restricts sudo access to authorized personnel.
$ sudo grep -iwR 'ALL' /etc/sudoers /etc/sudoers.d/ | grep -v '#'

If the either of the following entries are returned, this is a finding:
ALL ALL=(ALL) ALL
ALL ALL=(ALL:ALL) ALL

Vulnerability Number

V-248583

Documentable

False

Rule Version

OL08-00-010382

Severity Override Guidance

Verify the "sudoers" file restricts sudo access to authorized personnel.
$ sudo grep -iwR 'ALL' /etc/sudoers /etc/sudoers.d/ | grep -v '#'

If the either of the following entries are returned, this is a finding:
ALL ALL=(ALL) ALL
ALL ALL=(ALL:ALL) ALL

Check Content Reference

M

Target Key

5416