1.1.21 Ensure sticky bit is set on all world-writable directories

Information

This feature prevents the ability to delete or rename files in world writable directories (such as /tmp) that are owned by another user.

Solution

Run the following command to set the sticky bit on all world writable directories: # df --local -P | awk {'if (NR!=1) print $6'} | xargs -I '{}' find '{}' -xdev -type d -perm -0002 2>/dev/null | xargs chmod a+t

Item Details

Category: ACCESS CONTROL

References: 800-53|AC-6, CSCv6|13

Plugin: Unix

Control ID: 30fac5a4b26e5468449b77ee3839e89c13aae849aa66e049179e96aead00b647