The local initialization file lists of preloaded libraries must contain only absolute paths on AIX.
An XCCDF Rule
Description
<VulnDiscussion>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.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>
- ID
- SV-215425r991589_rule
- Severity
- Medium
- References
- Updated
Remediation - Manual Procedure
Edit the local initialization file and remove the relative path entry from the library preload variable "LDR_PRELOAD".