STIGQter: STIG Summary: SOLARIS 9 X86 SECURITY TECHNICAL IMPLEMENTATION GUIDE Version: 1 Release: 9 Benchmark Date: 23 Oct 2015: Management Information Base (MIB) files must not have extended ACLs.DISA Rule
SV-26728r1_rule
Vulnerability Number
V-22450
Group Title
GEN005350
Rule Version
GEN005350
Severity
CAT II
CCI(s)
- CCI-000225 - The organization employs the concept of least privilege, allowing only authorized accesses for users (and processes acting on behalf of users) which are necessary to accomplish assigned tasks in accordance with organizational missions and business functions.
Weight
10
Fix Recommendation
Remove the extended ACL from the file.
# getfacl [mib file]
Remove each ACE returned.
# setfacl -d [ACE] [mib file]
Check Contents
Check the file permissions for the MIB files.
# find / -name *.mib -print
# ls -lL [mib file]
If the permissions include a "+", the file has an extended ACL, this is a finding.
Vulnerability Number
V-22450
Documentable
False
Rule Version
GEN005350
Severity Override Guidance
Check the file permissions for the MIB files.
# find / -name *.mib -print
# ls -lL [mib file]
If the permissions include a "+", the file has an extended ACL, this is a finding.
Check Content Reference
M
Responsibility
System Administrator
Target Key
22
Comments