The AIX root accounts list of preloaded libraries must be empty.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-215196 | SRG-OS-000480-GPOS-00227 | AIX7-00-001037 | SV-215196r991589_rule | 2026-02-06 | 3 |
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".