STIGQter STIGQter: STIG Summary: Riverbed NetIM OS Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 11 Sep 2025:

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

DISA Rule

SV-275648r1147994_rule

Vulnerability Number

V-275648

Group Title

SRG-OS-000134-GPOS-00068

Rule Version

RIIM-OS-432015

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

From the bash shell, 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

From the NetIM shell, verify the sudo group has only members who require access to security functions by using the following command:

[netimsh] :~$ shell cat /etc/group |more

For the entries with sudo:x:27:<username>, verify the only username on the list is NetIMAdmin.


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

Vulnerability Number

V-275648

Documentable

False

Rule Version

RIIM-OS-432015

Severity Override Guidance

From the NetIM shell, verify the sudo group has only members who require access to security functions by using the following command:

[netimsh] :~$ shell cat /etc/group |more

For the entries with sudo:x:27:<username>, verify the only username on the list is NetIMAdmin.


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

Check Content Reference

M

Target Key

5706