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

Successful/unsuccessful uses of the "removexattr" system call in TOSS must generate an audit record.

DISA Rule

SV-253038r991577_rule

Vulnerability Number

V-253038

Group Title

SRG-OS-000468-GPOS-00212

Rule Version

TOSS-04-031120

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure TOSS to audit the execution of the "removexattr" system call, by adding or updating the following lines to "/etc/audit/rules.d/audit.rules":

-a always,exit -F arch=b32 -S removexattr -F auid>=1000 -F auid!=unset -k perm_mod
-a always,exit -F arch=b64 -S removexattr -F auid>=1000 -F auid!=unset -k perm_mod

-a always,exit -F arch=b32 -S removexattr -F auid=0 -k perm_mod
-a always,exit -F arch=b64 -S removexattr -F auid=0 -k perm_mod

The audit daemon must be restarted for the changes to take effect.

Check Contents

Verify if TOSS is configured to audit the execution of the "removexattr" system call, by running the following command:

$ sudo grep -w removexattr /etc/audit/audit.rules

-a always,exit -F arch=b32 -S removexattr -F auid>=1000 -F auid!=unset -k perm_mod
-a always,exit -F arch=b64 -S removexattr -F auid>=1000 -F auid!=unset -k perm_mod

-a always,exit -F arch=b32 -S removexattr -F auid=0 -k perm_mod
-a always,exit -F arch=b64 -S removexattr -F auid=0 -k perm_mod

If the command does not return all lines, or the lines are commented out, this is a finding.

Vulnerability Number

V-253038

Documentable

False

Rule Version

TOSS-04-031120

Severity Override Guidance

Verify if TOSS is configured to audit the execution of the "removexattr" system call, by running the following command:

$ sudo grep -w removexattr /etc/audit/audit.rules

-a always,exit -F arch=b32 -S removexattr -F auid>=1000 -F auid!=unset -k perm_mod
-a always,exit -F arch=b64 -S removexattr -F auid>=1000 -F auid!=unset -k perm_mod

-a always,exit -F arch=b32 -S removexattr -F auid=0 -k perm_mod
-a always,exit -F arch=b64 -S removexattr -F auid=0 -k perm_mod

If the command does not return all lines, or the lines are commented out, this is a finding.

Check Content Reference

M

Target Key

5469