Résumé
Eclipse Jetty: DoS attack triggering OutOfMemory with 100-Continue requests
Détails de l’avis
Impact
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.
Affected Versions
- Jetty 11.0.0-11.0.22 (EOL)
- Jetty 10.0.0-10.0.22 (EOL)
Patched Versions
- Jetty 11.0.23
- Jetty 10.0.23
Patches
https://github.com/jetty/jetty.project/pull/12156
Workarounds
No workarounds.
Références
- https://github.com/advisories/GHSA-9299-c6m4-mjhc
- https://github.com/jetty/jetty.project/security/advisories/GHSA-9299-c6m4-mjhc
- https://nvd.nist.gov/vuln/detail/CVE-2024-7708
- https://github.com/jetty/jetty.project/pull/12156
- https://github.com/jetty/jetty.project/commit/8259eabbc70ae7fc2d525f1e95b43fbdfd2ad097
- https://github.com/jetty/jetty.project/releases/tag/jetty-10.0.23
- https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.23
- https://gitlab.eclipse.org/security/cve-assignment/-/work_items/29
Vulnérabilités liées
Tout Supply chain →- HIGHCVE-2026-67437
OliveTin: Unauthenticated DoS via OAuth2 State Memory Exhaustion (Unbounded Map Growth)
- MEDIUMCVE-2026-73556
vLLM: ReDoS via structured_outputs.regex in the lm-format-enforcer backend (no compile timeout) — missed sibling of GHSA-rwxx-mrjm-wc2m
- MEDIUMCVE-2026-71486
vLLM: Derender endpoints decode caller-supplied GenerateResponse token IDs without output bounds
- HIGHCVE-2026-67445
Mailpit: SMTP command parser buffers unbounded command lines before syntax rejection
- HIGHCVE-2026-67446
Mailpit: Thumbnail generation decodes unbounded image dimensions before scaling
- HIGHCVE-2026-82397
Tornado: Urlencoded body parsing omits max_num_fields, so one request can stall the event loop