The AIX root accounts list of preloaded libraries must be empty.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-215196SRG-OS-000480-GPOS-00227AIX7-00-001037SV-215196r991589_rule2024-08-163
Description
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.
ℹ️ Check
Verify the "LDR_PRELOAD" environment variable is empty or not defined for the "root" user using command: # env | grep LDR_PRELOAD If a path is returned, this is a finding.
✔️ Fix
Edit the "root" user's initialization files and remove any definition of "LDR_PRELOAD".