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

Local initialization files lists of preloaded libraries must contain only authorized paths.

DISA Rule

SV-227684r603266_rule

Vulnerability Number

V-227684

Group Title

SRG-OS-000480

Rule Version

GEN001902

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

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

Check Contents

NOTE: The following must be done in the BASH shell

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

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

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-227684

Documentable

False

Rule Version

GEN001902

Severity Override Guidance

NOTE: The following must be done in the BASH shell

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

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

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

4061

Comments