STIGQter STIGQter: STIG Summary: Canonical Ubuntu 22.04 LTS Security Technical Implementation Guide Version: 2 Release: 9 Benchmark Date: 01 Jul 2026:

Ubuntu 22.04 LTS must set a sticky bit on all public directories to prevent unauthorized and unintended information transferred via shared system resources.

DISA Rule

SV-260513r1137695_rule

Vulnerability Number

V-260513

Group Title

SRG-OS-000138-GPOS-00069

Rule Version

UBTU-22-232145

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

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

Set the sticky bit on all public directories using the following command, replacing "<public_directory_name>" with any directory path missing the sticky bit:

$ sudo chmod +t <public_directory_name>

Check Contents

Verify that all public directories have the public sticky bit set by using the following command:

$ sudo find / -type d -perm -002 ! -perm -1000

If any public directories are found missing the sticky bit, this is a finding.

Vulnerability Number

V-260513

Documentable

False

Rule Version

UBTU-22-232145

Severity Override Guidance

Verify that all public directories have the public sticky bit set by using the following command:

$ sudo find / -type d -perm -002 ! -perm -1000

If any public directories are found missing the sticky bit, this is a finding.

Check Content Reference

M

Target Key

5594