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 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. This vulnerability does not apply to Java deployments, typically in servers, that load and run only trusted code (e.g., code installed by an administrator). 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/81c99d899041a4d92ccab6bb1bd096c58d36429d OpenJDK-11 upstream commit: https://github.com/openjdk/jdk11u/commit/2d393d8bb49ada5096799a059651b83de95658eb OpenJDK-17 upstream commit: https://github.com/openjdk/jdk17u/commit/836d09034338c388c2a314e40a7f74e691ead48e OpenJDK-21 upstream commit: https://github.com/openjdk/jdk21u/commit/846b6ebb4260bda9aa3dc477beb08beadf3d995a
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: -> New Default Limits in the JDK HTTP Implementations (JDK-8328286 (not public)) New, default limits have been added to HTTP in the JDK. The JDK built-in implementation of the URL protocol handler for HTTP (HttpURLConnection) now has a default limit on the maximum response headers size that will be accepted from a remote party. The limit is set by default at 384kB (393216 bytes) and is computed as the cumulative size of all header names and header values plus an overhead of 32 bytes per header name value pair. The default value of the limit can be changed by specifying a positive value with the jdk.http.maxHeaderSize system property on the command line, or in the conf/net.properties file. A negative or zero value is interpreted as no limit. If the limit is exceeded, the request will fail with a protocol exception. The JDK built-in implementation of the com.sun.net.httpserver.HttpServer implements a similar limit for the maximum request header size the server is prepared to accept. The HttpServer limit can be changed by specifying a positive value with the sun.net.httpserver.maxReqHeaderSize system property on the command line. A negative or zero value is interpreted as no limit. The limit is set by default at 384kB (393216 bytes) and the size is computed in the same way as explained above. If the limit is exceeded, the connection is closed.