STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 26 Mar 2026:

A sticky bit must be set on all TOSS 5 public directories.

DISA Rule

SV-282511r1200513_rule

Vulnerability Number

V-282511

Group Title

SRG-OS-000138-GPOS-00069

Rule Version

TOSS-05-000186

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure all world-writable directories to have the sticky bit set to prevent unauthorized and unintended information transferred via shared system resources.

Set the sticky bit on all world-writable directories using the command, replace "[World-Writable Directory]" with any directory path missing the sticky bit:

$ chmod a+t [World-Writable Directory]

Check Contents

Verify all world-writable directories have the sticky bit set.

Determine if all world-writable directories have the sticky bit set using the following command:

$ sudo find / -type d \( -perm -0002 -a ! -perm -1000 \) -print 2>/dev/null

drwxrwxrwt 7 root root 4096 Jul 26 11:19 /tmp

If any of the returned directories are world-writable and do not have the sticky bit set, this is a finding.

Vulnerability Number

V-282511

Documentable

False

Rule Version

TOSS-05-000186

Severity Override Guidance

Verify all world-writable directories have the sticky bit set.

Determine if all world-writable directories have the sticky bit set using the following command:

$ sudo find / -type d \( -perm -0002 -a ! -perm -1000 \) -print 2>/dev/null

drwxrwxrwt 7 root root 4096 Jul 26 11:19 /tmp

If any of the returned directories are world-writable and do not have the sticky bit set, this is a finding.

Check Content Reference

M

Target Key

5738