STIGQter STIGQter: STIG Summary: Canonical Ubuntu 24.04 LTS Security Technical Implementation Guide Version: 1 Release: 6 Benchmark Date: 01 Jul 2026:

Ubuntu 24.04 LTS must ensure only users who need access to security functions are part of sudo group.

DISA Rule

SV-270748r1066733_rule

Vulnerability Number

V-270748

Group Title

SRG-OS-000134-GPOS-00068

Rule Version

UBTU-24-600130

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Configure the sudo group with only members requiring access to security functions.

To remove a user from the sudo group, run:

$ sudo gpasswd -d <username> sudo

Check Contents

Verify the sudo group has only members who require access to security functions with the following command:

$ grep sudo /etc/group
sudo:x:27:foo

If the sudo group contains users not needing access to security functions, this is a finding.

Vulnerability Number

V-270748

Documentable

False

Rule Version

UBTU-24-600130

Severity Override Guidance

Verify the sudo group has only members who require access to security functions with the following command:

$ grep sudo /etc/group
sudo:x:27:foo

If the sudo group contains users not needing access to security functions, this is a finding.

Check Content Reference

M

Target Key

5673