原始 OSV JSON{
"id": "GHSA-9299-c6m4-mjhc",
"aliases": [
"CVE-2024-7708"
],
"details": "### Impact\nThe original report:\n\n> Server handling of 100-Continue requests can lead to memory leak that can be abused to cause a Denial of Service state.\n\nAfter investigation, turns out that every request that has a body, but reading the body may end up in reading 0 bytes, leaks a buffer.\nThis is particularly the case for 100-Continue, but any request where the network is slow can leak.\n\n### Affected Versions\n\n* Jetty 11.0.0-11.0.22 (EOL)\n* Jetty 10.0.0-10.0.22 (EOL)\n\n### Patched Versions\n\n* Jetty 11.0.23\n* Jetty 10.0.23\n\n### Patches\n\nhttps://github.com/jetty/jetty.project/pull/12156\n\n### Workarounds\n\nNo workarounds.",
"summary": "Eclipse Jetty: DoS attack triggering OutOfMemory with 100-Continue requests",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "10.0.7"
},
{
"fixed": "10.0.23"
}
]
}
],
"package": {
"name": "org.eclipse.jetty:jetty-server",
"ecosystem": "Maven"
}
},
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "11.0.7"
},
{
"fixed": "11.0.23"
}
]
}
],
"package": {
"name": "org.eclipse.jetty:jetty-server",
"ecosystem": "Maven"
}
}
],
"modified": "2026-07-22T22:58:30Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"published": "2026-07-22T22:58:29Z",
"references": [
{
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-9299-c6m4-mjhc",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7708",
"type": "ADVISORY"
},
{
"url": "https://github.com/jetty/jetty.project/pull/12156",
"type": "WEB"
},
{
"url": "https://github.com/jetty/jetty.project/commit/8259eabbc70ae7fc2d525f1e95b43fbdfd2ad097",
"type": "WEB"
},
{
"url": "https://github.com/jetty/jetty.project",
"type": "PACKAGE"
},
{
"url": "https://github.com/jetty/jetty.project/releases/tag/jetty-10.0.23",
"type": "WEB"
},
{
"url": "https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.23",
"type": "WEB"
},
{
"url": "https://gitlab.eclipse.org/security/cve-assignment/-/work_items/29",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-400",
"CWE-401"
],
"severity": "HIGH",
"github_reviewed": true,
"nvd_published_at": "2026-07-14T09:16:39Z",
"github_reviewed_at": "2026-07-22T22:58:29Z"
}
}