STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 4 Security Technical Implementation Guide Version: 2 Release: 6 Benchmark Date: 01 Jul 2026:

TOSS must define default permissions for logon and non-logon shells.

DISA Rule

SV-253112r991589_rule

Vulnerability Number

V-253112

Group Title

SRG-OS-000480-GPOS-00227

Rule Version

TOSS-04-040710

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure the operating system to define default permissions for all authenticated users in such a way that the user can only read and modify their own files.

Add or edit the lines for the "UMASK" parameter in the "/etc/bashrc" and "etc/csh.cshrc" files to "077":

UMASK 077

Check Contents

Verify that the umask default for installed shells is "077."

Check for the value of the "UMASK" parameter in the "/etc/bashrc" and "/etc/csh.cshrc" files with the following command:

Note: If the value of the "UMASK" parameter is set to "000" in either the "/etc/bashrc" or the "/etc/csh.cshrc" files, the severity is raised to a CAT I.

$ sudo grep -i umask /etc/bashrc /etc/csh.cshrc

/etc/bashrc: umask 077
/etc/bashrc: umask 077
/etc/csh.cshrc: umask 077
/etc/csh.cshrc: umask 077

If the value for the "UMASK" parameter is not "077", or the "UMASK" parameter is missing or is commented out, this is a finding.

Vulnerability Number

V-253112

Documentable

False

Rule Version

TOSS-04-040710

Severity Override Guidance

Verify that the umask default for installed shells is "077."

Check for the value of the "UMASK" parameter in the "/etc/bashrc" and "/etc/csh.cshrc" files with the following command:

Note: If the value of the "UMASK" parameter is set to "000" in either the "/etc/bashrc" or the "/etc/csh.cshrc" files, the severity is raised to a CAT I.

$ sudo grep -i umask /etc/bashrc /etc/csh.cshrc

/etc/bashrc: umask 077
/etc/bashrc: umask 077
/etc/csh.cshrc: umask 077
/etc/csh.cshrc: umask 077

If the value for the "UMASK" parameter is not "077", or the "UMASK" parameter is missing or is commented out, this is a finding.

Check Content Reference

M

Target Key

5469