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

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

DISA Rule

SV-227678r603266_rule

Vulnerability Number

V-227678

Group Title

SRG-OS-000480

Rule Version

GEN001850

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit the global initialization file(s) and remove the relative path entry from the library preload list variables that have not been documented with the ISSO.

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

Check Contents

Check the global initialization files' library preload list.

Procedure:
# grep LD_PRELOAD /etc/profile /etc/bashrc /etc/csh.login /etc/csh.cshrc /etc/environment /etc/.login /etc/security/environ

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

Documentable

False

Rule Version

GEN001850

Severity Override Guidance

Check the global initialization files' library preload list.

Procedure:
# grep LD_PRELOAD /etc/profile /etc/bashrc /etc/csh.login /etc/csh.cshrc /etc/environment /etc/.login /etc/security/environ

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