Check: IBMW-LS-000340
IBM WebSphere Liberty Server STIG:
IBMW-LS-000340
(in versions v2 r2 through v1 r1)
Title
The WebSphere Liberty Server must protect software libraries from unauthorized access. (Cat II impact)
Discussion
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.
Check Content
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
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
Additional Identifiers
Rule ID: SV-250331r960960_rule
Vulnerability ID: V-250331
Group Title: SRG-APP-000133-AS-000092
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001499 |
Limit privileges to change software resident within software libraries. |
Controls
Number | Title |
---|---|
CM-5(6) |
Limit Library Privileges |