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

Management Information Base (MIB) files must have mode 0640 or less permissive.

DISA Rule

SV-226972r603265_rule

Vulnerability Number

V-226972

Group Title

SRG-OS-000312

Rule Version

GEN005340

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the mode of MIB files to 0640.

Procedure:
# chmod 0640 <mib file>

Check Contents

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.

Vulnerability Number

V-226972

Documentable

False

Rule Version

GEN005340

Severity Override Guidance

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.

Check Content Reference

M

Target Key

4060

Comments