Details
Files from shared library directories are loaded into the address space of processes (including privileged ones) or of the kernel itself at runtime. Restrictive permissions are necessary to protect the integrity of the system.
Solution
System-wide shared library files, which are linked to executables during process load time or run time, are stored in the following directories by default:
/lib
/lib64
/usr/lib
/usr/lib64
If any file in these directories is found to be group-writable or world-writable, correct its permission with the following command:
# chmod go-w [FILE]
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.
References
- 800-53|CM-5(6)
- CAT|II
- CCI|CCI-001499
- CSCv6|3.1
- Group-ID|V-50783
- Rule-ID|SV-208822r603263_rule
- STIG-ID|OL6-00-000045
- STIG-Legacy|SV-64989
- STIG-Legacy|V-50783
- Vuln-ID|V-208822