Security Advisory

CVE-2019-11772

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2019-07-17 20:17:27
Last updated 2024-08-04 23:03:32
Assigner eclipse
State PUBLISHED

Description

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.