CVE-2024-7708
Received
Received - Intake
Buffer Leak in Eclipse Jetty HTTP Server
Vulnerability report for CVE-2024-7708, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-07-14
Last updated on: 2026-07-14
Assigner: Eclipse Foundation
Description
Description
For requests that have a body, but reading the body may end up in reading 0 bytes, there is a buffer leak.
This is particularly the case for 100-Continue, but any request where the network is slow can leak.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| eclipse | jetty_server | From 10.0.7 (inc) to 10.0.23 (exc) |
| eclipse | jetty_server | From 11.0.7 (inc) to 11.0.23 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |