Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. org.eclipse.jetty/jetty-server
  4. ›
  5. CVE-2024-7708

CVE-2024-7708: Eclipse Jetty: DoS attack triggering OutOfMemory with 100-Continue requests

July 22, 2026

The original report:

Server handling of 100-Continue requests can lead to memory leak that can be abused to cause a Denial of Service state.

After investigation, turns out that every request that has a body, but reading the body may end up in reading 0 bytes, leaks a buffer. This is particularly the case for 100-Continue, but any request where the network is slow can leak.

References

  • github.com/advisories/GHSA-9299-c6m4-mjhc
  • github.com/jetty/jetty.project/commit/8259eabbc70ae7fc2d525f1e95b43fbdfd2ad097
  • github.com/jetty/jetty.project/pull/12156
  • github.com/jetty/jetty.project/releases/tag/jetty-10.0.23
  • github.com/jetty/jetty.project/releases/tag/jetty-11.0.23
  • github.com/jetty/jetty.project/security/advisories/GHSA-9299-c6m4-mjhc
  • gitlab.eclipse.org/security/cve-assignment/-/work_items/29
  • nvd.nist.gov/vuln/detail/CVE-2024-7708

Code Behaviors & Features

Detect and mitigate CVE-2024-7708 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 10.0.7 before 10.0.23, all versions starting from 11.0.7 before 11.0.23

Fixed versions

  • 10.0.23
  • 11.0.23

Solution

Upgrade to versions 10.0.23, 11.0.23 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-400: Uncontrolled Resource Consumption
  • CWE-401: Missing Release of Memory after Effective Lifetime

Source file

maven/org.eclipse.jetty/jetty-server/CVE-2024-7708.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:18:03 +0000.