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

Local initialization files library search paths must contain only authorized paths.

DISA Rule

SV-226557r603265_rule

Vulnerability Number

V-226557

Group Title

SRG-OS-000480

Rule Version

GEN001901

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit the local initialization file and remove the relative path entries from the library search path variables that have not been documented with the ISSO.

Edit the local initialization file and remove any empty entry that is defined.

Check Contents

NOTE: This command should be used in the BASH shell.

Verify local initialization files have library search path containing only authorized paths.
# cut -d : -f 1 /etc/passwd | xargs -n1 -IUSER sh -c 'grep -l LD_LIBRARY_PATH ~USER/.*'

This variable is formatted as a colon-separated list of directories.

If there is an empty entry, such as a leading or trailing colon, or two consecutive colons, this is a finding.

If an entry begins with a character other than a slash (/), or has not been documented with the ISSO, this is a finding.

Vulnerability Number

V-226557

Documentable

False

Rule Version

GEN001901

Severity Override Guidance

NOTE: This command should be used in the BASH shell.

Verify local initialization files have library search path containing only authorized paths.
# cut -d : -f 1 /etc/passwd | xargs -n1 -IUSER sh -c 'grep -l LD_LIBRARY_PATH ~USER/.*'

This variable is formatted as a colon-separated list of directories.

If there is an empty entry, such as a leading or trailing colon, or two consecutive colons, this is a finding.

If an entry begins with a character other than a slash (/), or has not been documented with the ISSO, this is a finding.

Check Content Reference

M

Target Key

4060

Comments