STIGQter STIGQter: STIG Summary: IBM AIX 7.x Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 23 Apr 2021:

AIX device files and directories must only be writable by users with a system account or as configured by the vendor.

DISA Rule

SV-215184r508663_rule

Vulnerability Number

V-215184

Group Title

SRG-OS-000259-GPOS-00100

Rule Version

AIX7-00-001019

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Remove the world-writable permission from the device file(s) using command:
# chmod o-w <device file>

Check Contents

Find all device files existing anywhere on the system using commands:
# find / -type b -print | xargs ls -l > devicelistB
# find / -type c -print | xargs ls -l > devicelistC

Look at devicelistB and devicelistC files to check the permissions on the device files and directories above the subdirectories containing device files.

If any of the device files or their parent directories are world-writable, excepting device files specifically intended to be world-writable, such as "/dev/null", this is a finding.

Vulnerability Number

V-215184

Documentable

False

Rule Version

AIX7-00-001019

Severity Override Guidance

Find all device files existing anywhere on the system using commands:
# find / -type b -print | xargs ls -l > devicelistB
# find / -type c -print | xargs ls -l > devicelistC

Look at devicelistB and devicelistC files to check the permissions on the device files and directories above the subdirectories containing device files.

If any of the device files or their parent directories are world-writable, excepting device files specifically intended to be world-writable, such as "/dev/null", this is a finding.

Check Content Reference

M

Target Key

4012

Comments