UCF STIG Viewer Logo

The WebSphere Liberty Server must protect software libraries from unauthorized access.


Overview

Finding ID Version Rule ID IA Controls Severity
V-250331 IBMW-LS-000340 SV-250331r795046_rule Medium
Description
Application servers have the ability to specify that the hosted applications use shared libraries. The application server must have a capability to divide roles based upon duties wherein one project user (such as a developer) cannot modify the shared library code of another project user. The application server must also be able to specify that non-privileged users cannot modify any shared library code at all.
STIG Date
IBM WebSphere Liberty Server Security Technical Implementation Guide 2021-08-30

Details

Check Text ( C-53766r795044_chk )
As a privileged user with local file access to the /opt/IBM/WebSphere/Liberty/lib/ folder, verify all of the jar files in the lib folder have the correct file permissions of 664.

If the file permissions for all jar files in the lib folder are not set to 664, this is a finding.
Fix Text (F-53720r795045_fix)
As a privileged user with local file access to the /opt/IBM/WebSphere/Liberty/lib/ folder, verify all of the jar files in the lib folder have the correct file permissions of 664.

If the file permissions for all jar files in the lib folder are not set to 664, use the chmod command to change the file permissions.

chmod 664 *.jar