1.1.18 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

See Also

https://benchmarks.cisecurity.org/tools2/linux/CIS_Amazon_Linux_Benchmark_v2.0.0.pdf

Item Details

Category: ACCESS CONTROL

References: 800-53|AC-6

Plugin: Unix

Control ID: 7e1cebbfc2e868a6b29cbaa2a5e2f332bb91d7fedf9dbffd2ed68af990ecbbcc