1. Home
  2. Security Hardening
  3. DISA STIG AIX 7.x V2R3
  4. AIX7-00-001036 – UIDs reserved for system accounts must not be assigned to non-system accounts on AIX systems.

AIX7-00-001036 – UIDs reserved for system accounts must not be assigned to non-system accounts on AIX systems.

Details

Reserved UIDs are typically used by system software packages. If non-system accounts have UIDs in this range, they may conflict with system software, possibly leading to the user having permissions to modify system files.

NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.

Solution

Using the ‘usermod’ command, change the UID numbers for non-system accounts with reserved UIDs (those less or equal to 128):
# usermod -u [user_name]

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