STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-995

CAT II (Medium)

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

Rule ID

SV-45961r1_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000225

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.

Procedure:
# find / -name *mib* -o -name *MIB* | xargs ls -lL

Any file returned with a mode 0640 or less permissive is a finding.

Fix Text

Change the mode of MIB files to 0640.

Procedure:
# chmod 0640 <mib file>