UCF STIG Viewer Logo

Library files must have mode 0755 or less permissive.


Overview

Finding ID Version Rule ID IA Controls Severity
V-793 GEN001300 SV-38464r1_rule DCSL-1 Medium
Description
Unauthorized access could destroy the integrity of the library files.
STIG Date
HP-UX 11.23 Security Technical Implementation Guide 2015-12-02

Details

Check Text ( C-36307r2_chk )
Check the mode of library files.

Procedure:
# ls -lLR /usr/lib /lib

If any of the library files have a mode more permissive than 755, this is a finding.
Fix Text (F-31562r1_fix)
Change the mode of library files to 0755 or less permissive.

Procedure (example):
# chmod 0755 /

NOTE: Library files should have an extension of ".a" or ".so" (a=archive, so=shared object) extension, possibly followed by a version number.