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

Ubuntu OS library directories must be group-owned by "root".

DISA Rule

SV-275592r1147826_rule

Vulnerability Number

V-275592

Group Title

SRG-OS-000259-GPOS-00100

Rule Version

RIIM-OS-232065

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure Ubuntu OS library directories to be protected from unauthorized access. Run the following command:

$ sudo find /lib /usr/lib /lib64 ! -group root -type d -exec chgrp root '{}' \;

Check Contents

Verify the systemwide library directories "/lib", "/lib64", and "/usr/lib" are group-owned by "root" by using the following command:

$ sudo find /lib /usr/lib /lib64 ! -group root -type d -exec stat -c "%n %G" '{}' \;

If any systemwide shared library directory is returned, this is a finding.

Vulnerability Number

V-275592

Documentable

False

Rule Version

RIIM-OS-232065

Severity Override Guidance

Verify the systemwide library directories "/lib", "/lib64", and "/usr/lib" are group-owned by "root" by using the following command:

$ sudo find /lib /usr/lib /lib64 ! -group root -type d -exec stat -c "%n %G" '{}' \;

If any systemwide shared library directory is returned, this is a finding.

Check Content Reference

M

Target Key

5706