STIGQter STIGQter: STIG Summary: Red Hat Enterprise Linux 8 Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 23 Apr 2021:

RHEL 8 library files must have mode 0755 or less permissive.

DISA Rule

SV-230260r627750_rule

Vulnerability Number

V-230260

Group Title

SRG-OS-000259-GPOS-00100

Rule Version

RHEL-08-010330

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the library files to be protected from unauthorized access. Run the following command, replacing "[FILE]" with any library file with a mode more permissive than 0755.

$ sudo chmod 0755 [FILE]

Check Contents

Verify the system-wide shared library files contained in the following directories have mode "0755" or less permissive with the following command:

$ sudo find -L /lib /lib64 /usr/lib /usr/lib64 -perm /0022 -type f -exec ls -l {} \;

If any system-wide shared library file is found to be group-writable or world-writable, this is a finding.

Vulnerability Number

V-230260

Documentable

False

Rule Version

RHEL-08-010330

Severity Override Guidance

Verify the system-wide shared library files contained in the following directories have mode "0755" or less permissive with the following command:

$ sudo find -L /lib /lib64 /usr/lib /usr/lib64 -perm /0022 -type f -exec ls -l {} \;

If any system-wide shared library file is found to be group-writable or world-writable, this is a finding.

Check Content Reference

M

Target Key

2921

Comments