STIGQter STIGQter: STIG Summary: SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide Version: 1 Release: 4 Benchmark Date: 01 Apr 2026:

SLEM 5 must restrict privilege elevation to authorized personnel.

DISA Rule

SV-261375r996562_rule

Vulnerability Number

V-261375

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

SLEM-05-432025

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Remove the following entries from the "/etc/sudoers" file:

ALL ALL=(ALL) ALL
ALL ALL=(ALL:ALL) ALL

Check Contents

Verify the "sudoers" file restricts sudo access to authorized personnel with the following command:

> sudo grep -iw 'ALL' /etc/sudoers /etc/sudoers.d/*
root ALL=(ALL) ALL

If "ALL ALL=(ALL) ALL" or "ALL ALL=(ALL:ALL) ALL" entries are returned, this is a finding.

Vulnerability Number

V-261375

Documentable

False

Rule Version

SLEM-05-432025

Severity Override Guidance

Verify the "sudoers" file restricts sudo access to authorized personnel with the following command:

> sudo grep -iw 'ALL' /etc/sudoers /etc/sudoers.d/*
root ALL=(ALL) ALL

If "ALL ALL=(ALL) ALL" or "ALL ALL=(ALL:ALL) ALL" entries are returned, this is a finding.

Check Content Reference

M

Target Key

5596