The AIX root account must not have world-writable directories in its executable search path.
An XCCDF Rule
Description
If the root search path contains a world-writable directory, malicious software could be placed in the path by intruders and/or malicious users and inadvertently run by root with all of root's privileges.
- ID
- SV-215193r991589_rule
- Version
- AIX7-00-001034
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
For each world-writable path in root's executable search path, perform one of the following.
Remove the world-writable permission on the directory.
Run command:
# chmod o-w <path>