Show filters
19 Total Results
Displaying 1-10 of 19
Sort by:
Attacker Value
Very Low

CVE-2019-11771

Disclosure Date: July 17, 2019 (last updated November 27, 2024)
AIX builds of Eclipse OpenJ9 before 0.15.0 contain unused RPATHs which may facilitate code injection and privilege elevation by local users.
Attacker Value
Unknown

CVE-2024-10917

Disclosure Date: November 11, 2024 (last updated January 13, 2025)
In Eclipse OpenJ9 versions up to 0.47, the JNI function GetStringUTFLength may return an incorrect value which has wrapped around. From 0.48 the value is correct but may be truncated to include a smaller number of characters.
Attacker Value
Unknown

CVE-2024-3933

Disclosure Date: May 27, 2024 (last updated January 12, 2025)
In Eclipse OpenJ9 release versions prior to 0.44.0 and after 0.13.0, when running with JVM option -Xgc:concurrentScavenge, the sequence generated for System.arrayCopy on the IBM Z platform with hardware and software support for guarded storage [1], could allow access to a buffer with an incorrect length value when executing an arraycopy sequence while the Concurrent Scavenge Garbage Collection cycle is active and the source and destination memory regions for arraycopy overlap. This allows read and write to addresses beyond the end of the array range.
Attacker Value
Unknown

CVE-2023-5676

Disclosure Date: November 15, 2023 (last updated November 23, 2023)
In Eclipse OpenJ9 before version 0.41.0, the JVM can be forced into an infinite busy hang on a spinlock or a segmentation fault if a shutdown signal (SIGTERM, SIGINT or SIGHUP) is received before the JVM has finished initializing.
Attacker Value
Unknown

CVE-2023-2597

Disclosure Date: May 22, 2023 (last updated October 08, 2023)
In Eclipse Openj9 before version 0.38.0, in the implementation of the shared cache (which is enabled by default in OpenJ9 builds) the size of a string is not properly checked against the size of the buffer.
Attacker Value
Unknown

CVE-2022-3676

Disclosure Date: October 24, 2022 (last updated October 08, 2023)
In Eclipse Openj9 before version 0.35.0, interface calls can be inlined without a runtime type check. Malicious bytecode could make use of this inlining to access or modify memory via an incompatible type.
Attacker Value
Unknown

CVE-2021-41041

Disclosure Date: April 27, 2022 (last updated October 07, 2023)
In Eclipse Openj9 before version 0.32.0, Java 8 & 11 fail to throw the exception captured during bytecode verification when verification is triggered by a MethodHandle invocation, allowing unverified methods to be invoked using MethodHandles.
Attacker Value
Unknown

CVE-2021-41035

Disclosure Date: October 25, 2021 (last updated June 22, 2024)
In Eclipse Openj9 before version 0.29.0, the JVM does not throw IllegalAccessError for MethodHandles that invoke inaccessible interface methods.
Attacker Value
Unknown

CVE-2021-28167

Disclosure Date: April 21, 2021 (last updated June 22, 2024)
In Eclipse Openj9 to version 0.25.0, usage of the jdk.internal.reflect.ConstantPool API causes the JVM in some cases to pre-resolve certain constant pool entries. This allows a user to call static methods or access static members without running the class initialization method, and may allow a user to observe uninitialized values.
Attacker Value
Unknown

CVE-2020-27221

Disclosure Date: January 21, 2021 (last updated November 28, 2024)
In Eclipse OpenJ9 up to and including version 0.23, there is potential for a stack-based buffer overflow when the virtual machine or JNI natives are converting from UTF-8 characters to platform encoding.