In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade RHEL:8
java-1.8.0-ibm-devel
to version 1:1.8.0.5.40-3.el8_0 or higher.
This issue was patched in RHSA-2019:2590
.
Note: Versions mentioned in the description apply only to the upstream java-1.8.0-ibm-devel
package and not the java-1.8.0-ibm-devel
package as distributed by RHEL
.
See How to fix?
for RHEL:8
relevant fixed versions and status.
In Eclipse OpenJ9 prior to 0.15, the String.getBytes(int, int, byte[], int) method does not verify that the provided byte array is non-null nor that the provided index is in bounds when compiled by the JIT. This allows arbitrary writes to any 32-bit address or beyond the end of a byte array within Java code run under a SecurityManager.