Upstream information
Description
Eclipse Jetty provides a web server and servlet container. In versions 11.0.0 through 11.0.15, 10.0.0 through 10.0.15, and 9.0.0 through 9.4.52, an integer overflow in `MetaDataBuilder.checkSize` allows for HTTP/2 HPACK header values toexceed their size limit. `MetaDataBuilder.java` determines if a header name or value exceeds the size limit, and throws an exception if the limit is exceeded. However, when length is very large and huffman is true, the multiplication by 4 in line 295
will overflow, and length will become negative. `(_size+length)` will now be negative, and the check on line 296 will not be triggered. Furthermore, `MetaDataBuilder.checkSize` allows for user-entered HPACK header value sizes to be negative, potentially leading to a very large buffer allocation later on when the user-entered size is multiplied by 2. This means that if a user provides a negative length value (or, more precisely, a length value which, when multiplied by the 4/3 fudge factor, is negative), and this length value is a very large positive number when multiplied by 2, then the user can cause a very large buffer to be allocated on the server. Users of HTTP/2 can be impacted by a remote denial of service attack. The issue has been fixed in versions 11.0.16, 10.0.16, and 9.4.53. There are no known workarounds.
SUSE information
Overall state of this security issue: Resolved
This issue is currently rated as having important severity.
National Vulnerability Database | SUSE | |
---|---|---|
Base Score | 7.5 | 7.5 |
Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Attack Vector | Network | Network |
Attack Complexity | Low | Low |
Privileges Required | None | None |
User Interaction | None | None |
Scope | Unchanged | Unchanged |
Confidentiality Impact | None | None |
Integrity Impact | None | None |
Availability Impact | High | High |
CVSSv3 Version | 3.1 | 3.1 |
SUSE Security Advisories:
- SUSE-SU-2023:4210-1, published Thu Oct 26 12:30:26 UTC 2023
List of released packages
Product(s) | Fixed package version(s) | References |
---|---|---|
SUSE Enterprise Storage 7.1 |
| Patchnames: SUSE-Storage-7.1-2023-4210 |
SUSE Linux Enterprise Desktop 15 SP4 SUSE Linux Enterprise High Performance Computing 15 SP4 SUSE Linux Enterprise Module for Development Tools 15 SP4 SUSE Linux Enterprise Server 15 SP4 SUSE Linux Enterprise Server for SAP Applications 15 SP4 SUSE Manager Proxy 4.3 SUSE Manager Retail Branch Server 4.3 SUSE Manager Server 4.3 |
| Patchnames: SUSE-SLE-Module-Development-Tools-15-SP4-2023-4210 |
SUSE Linux Enterprise Desktop 15 SP5 SUSE Linux Enterprise High Performance Computing 15 SP5 SUSE Linux Enterprise Module for Development Tools 15 SP5 SUSE Linux Enterprise Server 15 SP5 SUSE Linux Enterprise Server for SAP Applications 15 SP5 |
| Patchnames: SUSE-SLE-Module-Development-Tools-15-SP5-2023-4210 |
SUSE Linux Enterprise Desktop 15 SP6 SUSE Linux Enterprise High Performance Computing 15 SP6 SUSE Linux Enterprise Module for Development Tools 15 SP6 SUSE Linux Enterprise Server 15 SP6 SUSE Linux Enterprise Server for SAP Applications 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Development Tools 15 SP6 GA jetty-http-9.4.54-150200.3.25.1 SUSE Linux Enterprise Module for Development Tools 15 SP6 GA jetty-minimal-9.4.54-150200.3.25.1 |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-4210 |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-4210 |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-4210 |
SUSE Linux Enterprise Module for Package Hub 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Package Hub 15 SP6 GA jetty-minimal-9.4.54-150200.3.25.1 |
SUSE Linux Enterprise Server 15 SP2-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-4210 |
SUSE Linux Enterprise Server 15 SP3-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-4210 |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP2-2023-4210 |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP3-2023-4210 |
openSUSE Leap 15.4 |
| Patchnames: openSUSE-SLE-15.4-2023-4210 |
openSUSE Leap 15.5 |
| Patchnames: openSUSE-SLE-15.5-2023-4210 |
openSUSE Tumbleweed |
| Patchnames: openSUSE-Tumbleweed-2024-13329 |
Status of this issue by product and package
Please note that this evaluation state might be work in progress, incomplete or outdated. Also information for service packs in the LTSS phase is only included for issues meeting the LTSS criteria. If in doubt, feel free to contact us for clarification. The updates are grouped by state of their lifecycle. SUSE product lifecycles are documented on the lifecycle page.
Product(s) | Source package | State |
---|---|---|
Products under general support and receiving all security fixes. | ||
SUSE Linux Enterprise Desktop 15 SP5 | jetty-minimal | Released |
SUSE Linux Enterprise Desktop 15 SP6 | jetty-minimal | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | jetty-minimal | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | jetty-minimal | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | jetty-minimal | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | jetty-minimal | Released |
SUSE Linux Enterprise Module for Package Hub 15 SP6 | jetty-minimal | Released |
SUSE Linux Enterprise Server 15 SP5 | jetty-minimal | Released |
SUSE Linux Enterprise Server 15 SP6 | jetty-minimal | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | jetty-minimal | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | jetty-minimal | Released |
SUSE Manager Proxy 4.3 | jetty-minimal | Released |
SUSE Manager Retail Branch Server 4.3 | jetty-minimal | Released |
SUSE Manager Server 4.3 | jetty-minimal | Released |
openSUSE Leap 15.5 | jetty-minimal | Released |
openSUSE Leap 15.5 | jetty-websocket | Affected |
openSUSE Leap 15.6 | jetty-minimal | Affected |
openSUSE Leap 15.6 | jetty-websocket | Affected |
Products under Long Term Service Pack support and receiving important and critical security fixes. | ||
SUSE Linux Enterprise Desktop 15 SP4 | jetty-minimal | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2 | jetty-minimal | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS | jetty-minimal | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | jetty-minimal | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3 | jetty-minimal | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | jetty-minimal | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | jetty-minimal | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | jetty-minimal | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | jetty-minimal | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | jetty-minimal | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP2 | jetty-minimal | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP3 | jetty-minimal | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | jetty-minimal | Released |
SUSE Linux Enterprise Server 15 SP2 | jetty-minimal | Affected |
SUSE Linux Enterprise Server 15 SP2-LTSS | jetty-minimal | Released |
SUSE Linux Enterprise Server 15 SP3 | jetty-minimal | Affected |
SUSE Linux Enterprise Server 15 SP3-LTSS | jetty-minimal | Released |
SUSE Linux Enterprise Server 15 SP4 | jetty-minimal | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | jetty-minimal | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | jetty-minimal | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | jetty-minimal | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | jetty-minimal | Released |
Products past their end of life and not receiving proactive updates anymore. | ||
SUSE Enterprise Storage 7 | jetty-minimal | Affected |
SUSE Enterprise Storage 7.1 | jetty-minimal | Released |
SUSE Linux Enterprise Desktop 15 SP2 | jetty-minimal | Affected |
SUSE Linux Enterprise Desktop 15 SP3 | jetty-minimal | Affected |
SUSE Linux Enterprise Real Time 15 SP2 | jetty-minimal | Affected |
SUSE Linux Enterprise Real Time 15 SP3 | jetty-minimal | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | jetty-minimal | Affected |
SUSE Linux Enterprise Server 15 SP2-BCL | jetty-minimal | Affected |
SUSE Linux Enterprise Server 15 SP3-BCL | jetty-minimal | Affected |
SUSE Manager Proxy 4.1 | jetty-minimal | Affected |
SUSE Manager Proxy 4.2 | jetty-minimal | Affected |
SUSE Manager Retail Branch Server 4.1 | jetty-minimal | Affected |
SUSE Manager Retail Branch Server 4.2 | jetty-minimal | Affected |
SUSE Manager Server 4.1 | jetty-minimal | Affected |
SUSE Manager Server 4.2 | jetty-minimal | Affected |
openSUSE Leap 15.3 | jetty-minimal | Affected |
openSUSE Leap 15.3 | jetty-websocket | Affected |
openSUSE Leap 15.4 | jetty-minimal | Released |
openSUSE Leap 15.4 | jetty-websocket | Affected |
SUSE Timeline for this CVE
CVE page created: Tue Oct 10 20:01:59 2023CVE page last modified: Sun Nov 17 12:45:23 2024