Out-of-Bounds Affecting java-1.8.0-ibm-devel package, versions <1:1.8.0.5.40-3.el8_0


Severity

Recommended
high

Based on Red Hat Enterprise Linux security rating.

Threat Intelligence

EPSS
0.42% (75th percentile)

Do your applications use this vulnerable package?

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 applications
  • Snyk IDSNYK-RHEL8-JAVA180IBMDEVEL-3478496
  • published26 Jul 2021
  • disclosed1 Aug 2019

Introduced: 1 Aug 2019

CVE-2019-11772  (opens in a new tab)
CWE-119  (opens in a new tab)

How to fix?

Upgrade 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.

NVD Description

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.