Manual page files must have mode 0644 or less permissive.

From HP-UX 11.31 Security Technical Implementation Guide

Part of GEN001280

Associated with: CCI-000225

SV-38463r2_rule Manual page files must have mode 0644 or less permissive.

Vulnerability discussion

If manual pages are compromised, misleading information could be inserted, causing actions possibly compromising the system.

Check content

Check the mode of the manual page files. # find `env | grep MANPATH | cut -f 2,2 -d "=" | tr ':' ' ' ` -type f \( -perm -100 -o -perm -030 -o -perm -003 \) -exec ls -al {} + If any manual page file mode is more permissive than 0644, this is a finding.

Fix text

Change the mode of manual page files to 0644 or less permissive. Example: # chmod 0644 /

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