STIGQter STIGQter: STIG Summary: Solaris 10 SPARC Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 22 Jan 2021:

Hidden extended file attributes must not exist on the system.

DISA Rule

SV-226421r603265_rule

Vulnerability Number

V-226421

Group Title

SRG-OS-000016

Rule Version

GEN000000-SOL00420

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Remove the hidden extended file attributes.
# runat <file name> rm <attribute name>

Check Contents

Search for all files with hidden extended attributes.

# find / -xattr -print -exec runat {} ls -al \;

If hidden extended file attributes exist, this is a finding.

Vulnerability Number

V-226421

Documentable

False

Rule Version

GEN000000-SOL00420

Severity Override Guidance

Search for all files with hidden extended attributes.

# find / -xattr -print -exec runat {} ls -al \;

If hidden extended file attributes exist, this is a finding.

Check Content Reference

M

Target Key

4060

Comments