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

From HP-UX 11.31 Security Technical Implementation Guide

Part of GEN005340

Associated with IA controls: ECLP-1

Associated with: CCI-000225

SV-35178r1_rule Management Information Base (MIB) files must have mode 0640 or less permissive.

Vulnerability 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 MIB files on the system. # find / -type f -name *.mib -exec ls -lL {} \; If any file is returned without a mode 0640 or less permissive, this is a finding.

Fix text

Change the mode of MIB files to 0640. # chmod 0640

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer