1. Home
  2. Security Hardening
  3. DISA STIG AIX 7.x V2R3
  4. AIX7-00-001034 – The AIX root account must not have world-writable directories in its executable search path.

AIX7-00-001034 – The AIX root account must not have world-writable directories in its executable search path.

Details

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.

Solution

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

-OR-
Remove the world-writable directory from the executable search path. Identify and edit the initialization file referencing the world-writable directory and remove it from the PATH variable.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles