Check: GEN005350
Solaris 10 X86 STIG:
GEN005350
(in versions v2 r4 through v1 r17)
Title
Management Information Base (MIB) files must not have extended ACLs. (Cat II impact)
Discussion
The ability to read the MIB file could impart special knowledge to an intruder or malicious user about the ability to extract compromising information about the system or network.
Check Content
Check the modes for all Management Information Base (MIB) files on the system. # find /etc/sma/snmp/ /etc/snmp/conf/ /var/sma_snmp/ /usr/sfw/lib/sma_snmp/ -type f | grep -i mib | egrep -v '\.conf$' | xargs ls -lL If the permissions include a "+", the file has an extended ACL, this is a finding.
Fix Text
Remove the extended ACL from the file. # chmod A- [mib file]
Additional Identifiers
Rule ID: SV-227880r603266_rule
Vulnerability ID: V-227880
Group Title: SRG-OS-000480
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |