SV-248637r991589_rule
V-248637
SRG-OS-000480-GPOS-00227
OL08-00-010710
CAT II
10
Investigate any world-writable directories that are not group-owned by a system account and then delete the files or assign them to an appropriate group.
The following command will discover and print world-writable directories that are not group-owned by a system account, given the assumption that only system accounts have a gid lower than 1000. Run it once for each local partition [PART]:
$ sudo find [PART] -xdev -type d -perm -0002 -gid +999 -print
If there is output, this is a finding.
V-248637
False
OL08-00-010710
The following command will discover and print world-writable directories that are not group-owned by a system account, given the assumption that only system accounts have a gid lower than 1000. Run it once for each local partition [PART]:
$ sudo find [PART] -xdev -type d -perm -0002 -gid +999 -print
If there is output, this is a finding.
M
5416