AIX /etc/security/mkuser.sys.custom file must not exist unless it is needed for customizing a new user account.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-215169AIX7-00-001000SV-215169r958362_ruleCCI-000015medium
Description
The "/etc/security/mkuser.sys.custom" is called by "/etc/security/mkuser.sys" to customize the new user account when a new user is created, or a user is logging into the system without a home directory. An improper "/etc/security/mkuser.sys.custom" script increases the risk that non-privileged users may obtain elevated privileges. It must not exist unless it is needed.
STIGDate
IBM AIX 7.x Security Technical Implementation Guide2024-08-16

Related Frameworks

2 paths across 2 frameworks
NIST 800-531 mapping
  • DISA · 3 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
CCI1 mapping
CCI-000015
1.00
  • DISA · 3 · disa_xccdf · related

Details

Check Text (C-215169r958362_chk)

Check if the "/etc/security/mkuser.sys.custom" file exists: # ls /etc/security/mkuser.sys.custom If the above command shows the file exists, this is a finding.

Fix Text (F-16365r293959_fix)

Remove the "/etc/security/mkuser.sys.custom" file using the following command: # rm /etc/security/mkuser.sys.custom