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.
The product writes data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=549075 | vendor advisory permissions required |
https://access.redhat.com/errata/RHSA-2019:2585 | vendor advisory |
https://access.redhat.com/errata/RHSA-2019:2590 | vendor advisory |
https://access.redhat.com/errata/RHSA-2019:2592 | vendor advisory |
https://access.redhat.com/errata/RHSA-2019:2737 | vendor advisory |