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

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

DISA Rule

SV-275594r1147832_rule

Vulnerability Number

V-275594

Group Title

SRG-OS-000259-GPOS-00100

Rule Version

RIIM-OS-232075

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure Ubuntu OS library files to be protected from unauthorized access.

Run the following command, replacing "<command_name>" with any system command not group-owned by "root" or a required system account:

$ sudo chgrp root <command_name>

Check Contents

Verify the systemwide library files contained in the directories "/lib", "/lib64", and "/usr/lib" are group-owned by "root", or a required system account, by using the following command:

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

If any systemwide shared library file is returned and is not group-owned by a required system account, this is a finding.

Vulnerability Number

V-275594

Documentable

False

Rule Version

RIIM-OS-232075

Severity Override Guidance

Verify the systemwide library files contained in the directories "/lib", "/lib64", and "/usr/lib" are group-owned by "root", or a required system account, by using the following command:

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

If any systemwide shared library file is returned and is not group-owned by a required system account, this is a finding.

Check Content Reference

M

Target Key

5706