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

Local TOSS 5 initialization files must not execute world-writable programs.

DISA Rule

SV-282730r1201170_rule

Vulnerability Number

V-282730

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

TOSS-05-000310

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Set the mode on files being executed by the local initialization files using the following command:

$ sudo chmod 0755 <file>

Check Contents

Verify local initialization files do not execute world-writable programs using the following command.

Note: The example will be for a system that is configured to create user home directories in the "/home" directory.

$ sudo find /home -perm -002 -type f -name ".[^.]*" -exec ls -ld {} \;

If any local initialization files are found to reference world-writable files, this is a finding.

Vulnerability Number

V-282730

Documentable

False

Rule Version

TOSS-05-000310

Severity Override Guidance

Verify local initialization files do not execute world-writable programs using the following command.

Note: The example will be for a system that is configured to create user home directories in the "/home" directory.

$ sudo find /home -perm -002 -type f -name ".[^.]*" -exec ls -ld {} \;

If any local initialization files are found to reference world-writable files, this is a finding.

Check Content Reference

M

Target Key

5738