Check: GEN000950
Solaris 10 X86 STIG:
GEN000950
(in versions v2 r4 through v1 r17)
Title
The root account's list of preloaded libraries must be empty. (Cat II impact)
Discussion
The library preload list environment variable contains a list of libraries for the dynamic linker to load before loading the libraries required by the binary. If this list contains paths to libraries relative to the current working directory, unintended libraries may be preloaded. This variable is formatted as a space-separated list of libraries. Paths starting with (/) are absolute paths.
Check Content
Verify the LD_PRELOAD environment variable is empty or not defined for the root user. # echo $LD_PRELOAD If a path list is returned, this is a finding.
Fix Text
Edit the root user initialization files and remove any definition of LD_PRELOAD.
Additional Identifiers
Rule ID: SV-227602r603266_rule
Vulnerability ID: V-227602
Group Title: SRG-OS-000480
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |