3.6 Ensure there are no group "staff" writable files

Information

The system is audited for group staff writable files.

An audit should be performed on the system to search for files that can be modified by members of the group staff As staff is the default group for user accounts any file that is

writable

via group

staff

is comparable to being writable by other aka world writable.

In a case - where this permission is required - the recommendation is to create a new group and appoint a group administrator.

The goal is no

group staff

writable files.

Solution

- Review the currently mounted local filesystems using the following to find all world writable files on local JFS/JFS2 filesystems only:

find / ( -fstype jfs -o -fstype jfs2 ) -type f -perm -g+w -group staff -ls
- Remedy any files in the list, e.g., chmod o-w {filename}
- Document any files, and motivate why they are world writeable, and also add documentation re: when/why this exception ceases.

See Also

https://workbench.cisecurity.org/benchmarks/10385

Item Details

Category: ACCESS CONTROL, MEDIA PROTECTION

References: 800-53|AC-3, 800-53|AC-5, 800-53|AC-6, 800-53|MP-2, CSCv7|14.6

Plugin: Unix

Control ID: e3949c3ff5e35eda610ca3d70459fc75e75059a8ff9d5e67e21721515a277ff0