Check: GEN005340
Solaris 10 SPARC STIG:
GEN005340
(in versions v2 r4 through v1 r19)
Title
Management Information Base (MIB) files must have mode 0640 or less permissive. (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 any file is returned that does not have mode 0640 or less permissive, this is a finding.
Fix Text
Change the mode of MIB files to 0640. Procedure: # chmod 0640 <mib file>
Additional Identifiers
Rule ID: SV-226972r854445_rule
Vulnerability ID: V-226972
Group Title: SRG-OS-000312
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-002165 |
The information system enforces organization-defined discretionary access control policies over defined subjects and objects. |
Controls
Number | Title |
---|---|
AC-3 (4) |
Discretionary Access Control |