Out-of-bounds Write Affecting java-1_8_0-ibm-plugin package, versions <1.8.0_sr5.40-3.24.1


Severity

Recommended
0.0
high
0
10

Based on SUSE Linux Enterprise Server security rating.

Threat Intelligence

EPSS
0.45% (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-SLES151-JAVA180IBMPLUGIN-2736399
  • published14 Apr 2022
  • disclosed4 Sept 2019

Introduced: 4 Sep 2019

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

How to fix?

Upgrade SLES:15.1 java-1_8_0-ibm-plugin to version 1.8.0_sr5.40-3.24.1 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream java-1_8_0-ibm-plugin package and not the java-1_8_0-ibm-plugin package as distributed by SLES. See How to fix? for SLES:15.1 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.