UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

Hidden extended file attributes must not exist on the system.


Overview

Finding ID Version Rule ID IA Controls Severity
V-12032 GEN000000-SOL00420 SV-12533r2_rule ECSC-1 Medium
Description
Solaris extended attributes are essentially files themselves that are of an arbitrary size and content. They could be used to hide files from ordinary system file scans.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2019-06-24

Details

Check Text ( C-7995r2_chk )
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.
Fix Text (F-11289r2_fix)
Remove the hidden extended file attributes.
# runat rm