Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition. Note: This vulnerability can be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. This vulnerability also applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. Oracle Critical Patch Update Advisory - October 2024: https://www.oracle.com/security-alerts/cpuoct2024.html#AppendixJAVA
This issue has been addressed in the following products: Red Hat Enterprise Linux 7 Extended Lifecycle Support Via RHSA-2024:8120 https://access.redhat.com/errata/RHSA-2024:8120
This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Red Hat Enterprise Linux 8.8 Extended Update Support Red Hat Enterprise Linux 8.2 Advanced Update Support Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions Red Hat Enterprise Linux 8.4 Telecommunications Update Service Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions Red Hat Enterprise Linux 8.6 Telecommunications Update Service Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions Red Hat Enterprise Linux 9.2 Extended Update Support Red Hat Enterprise Linux 9 Via RHSA-2024:8121 https://access.redhat.com/errata/RHSA-2024:8121
This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Red Hat Enterprise Linux 9 Via RHSA-2024:8127 https://access.redhat.com/errata/RHSA-2024:8127
This issue has been addressed in the following products: Red Hat Build of OpenJDK 8u432 Via RHSA-2024:8118 https://access.redhat.com/errata/RHSA-2024:8118
This issue has been addressed in the following products: Red Hat Build of OpenJDK 11.0.25 Via RHSA-2024:8123 https://access.redhat.com/errata/RHSA-2024:8123
This issue has been addressed in the following products: Red Hat Build of OpenJDK 11.0.25 Via RHSA-2024:8122 https://access.redhat.com/errata/RHSA-2024:8122
This issue has been addressed in the following products: Red Hat Build of OpenJDK 8u432 Via RHSA-2024:8119 https://access.redhat.com/errata/RHSA-2024:8119
This issue has been addressed in the following products: Red Hat Build of OpenJDK 17.0.13 Via RHSA-2024:8125 https://access.redhat.com/errata/RHSA-2024:8125
This issue has been addressed in the following products: Red Hat Build of OpenJDK 17.0.13 Via RHSA-2024:8126 https://access.redhat.com/errata/RHSA-2024:8126
This issue has been addressed in the following products: Red Hat Build of OpenJDK 21.0.5 Via RHSA-2024:8128 https://access.redhat.com/errata/RHSA-2024:8128
This issue has been addressed in the following products: Red Hat Build of OpenJDK 21.0.4 Via RHSA-2024:8129 https://access.redhat.com/errata/RHSA-2024:8129
This issue has been addressed in the following products: Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions Red Hat Enterprise Linux 8.6 Telecommunications Update Service Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions Red Hat Enterprise Linux 8.4 Telecommunications Update Service Red Hat Enterprise Linux 8 Red Hat Enterprise Linux 8.8 Extended Update Support Red Hat Enterprise Linux 9.2 Extended Update Support Red Hat Enterprise Linux 9 Via RHSA-2024:8124 https://access.redhat.com/errata/RHSA-2024:8124
This issue has been addressed in the following products: Red Hat Enterprise Linux 8 Red Hat Enterprise Linux 8.8 Extended Update Support Red Hat Enterprise Linux 8.2 Advanced Update Support Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions Red Hat Enterprise Linux 8.4 Telecommunications Update Service Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions Red Hat Enterprise Linux 8.6 Telecommunications Update Service Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions Red Hat Enterprise Linux 9.2 Extended Update Support Red Hat Enterprise Linux 9 Via RHSA-2024:8117 https://access.redhat.com/errata/RHSA-2024:8117
This issue has been addressed in the following products: Red Hat Enterprise Linux 7 Extended Lifecycle Support Via RHSA-2024:8116 https://access.redhat.com/errata/RHSA-2024:8116
OpenJDK-8 upstream commit: https://github.com/openjdk/jdk8u/commit/3b077b8a7cf07e2c06064efbddbc5488cdf710bb OpenJDK-11 upstream commit: https://github.com/openjdk/jdk11u/commit/56ded02fd8bcc61399b3ca5091d6e597759fb30e OpenJDK-17 upstream commit: https://github.com/openjdk/jdk17u/commit/ca766c0d92f4a3c587909d5811772369e9853c63 OpenJDK-21 upstream commit: https://github.com/openjdk/jdk21u/commit/2058719a38185424753f01e6121fe097c42b55e4
This CVE was fixed in Oracle Java SE 8u431, 8u431-perf, 11.0.25, 17.0.13, 21.0.5, 23.0.1. Release notes: https://www.oracle.com/java/technologies/javase/8u431-relnotes.html#R180_431 https://www.oracle.com/java/technologies/javase/11-0-25-relnotes.html#R11_0_25 https://www.oracle.com/java/technologies/javase/17-0-13-relnotes.html#R17_0_13 https://www.oracle.com/java/technologies/javase/21-0-5-relnotes.html https://www.oracle.com/java/technologies/javase/23-0-1-relnotes.html
Relevant excerpt from release notes: -> MessageFormat ArgumentIndex Now Has a Limit (JDK-8331446 (not public)) In the JDK, java.text.MessageFormat now has an implementation limit for the ArgumentIndex pattern element. The hard limit for the value is 10,000. If an ArgumentIndex value is equal to or exceeds the upper limit, an IllegalArgumentException will now be thrown by MessageFormats constructors applyPattern(String pattern) instance method format(String pattern, Object... arguments) static method De-serializing a MessageFormat object with an ArgumentIndex value at or over the limit will throw an InvalidObjectException.