STIGQter STIGQter: STIG Summary: Solaris 10 X86 Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 22 Jan 2021:

Library files must have mode 0755 or less permissive.

DISA Rule

SV-220081r603266_rule

Vulnerability Number

V-220081

Group Title

SRG-OS-000259

Rule Version

GEN001300

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the mode of library files to 0755 or less permissive.

Procedure (example):
# chmod 0755 /path/to/library-file

NOTE: Library files should have an extension of .a or .so, possibly followed by a version number.

Check Contents

Check the mode of library files.

Procedure:
# ls -lLR /usr/lib /lib /usr/sfw/lib

If any of the library files have a mode more permissive than 0755, this is a finding.

Vulnerability Number

V-220081

Documentable

False

Rule Version

GEN001300

Severity Override Guidance

Check the mode of library files.

Procedure:
# ls -lLR /usr/lib /lib /usr/sfw/lib

If any of the library files have a mode more permissive than 0755, this is a finding.

Check Content Reference

M

Target Key

4061

Comments