tornado: multipart split() creates huge temp list before max_parts check -> memory amplification DoS (httputil.py:34) — GHSA-8423-8FGW-73VQ
GitHub · GitHub · GHSA-8423-8FGW-73VQ
ID
GHSA-8423-8FGW-73VQ
GHSA-8423-8FGW-73VQ
Datum
Quelle
GitHub
GitHub
Vendor
GitHub
GitHub
Risiko
mittel
mittel
CVSS
6.9
6.9
Zusammenfassung
## Description ### Summary `parse_multipart_form_data` (httputil.py:34) calls `data.split(b"--"+boundary+b"\r\n")` **before** the `max_parts` check (:35). A 600KB body with 100k parts creates a 100k-element transient list first, then rejects transient memory amplification (each split element is a copy). Pre-auth HTTP DoS. ### Root cause ```python parts = data[:final_boundary_index].split(b"--" + boundary + b"\r\n")…
Zeitlicher Verlauf
- Von der Quelle veröffentlicht
- 2026-09-01
Risikokontext
- Gemeldeter Schweregrad oder Risikowert: mittel.
- Gemeldeter CVSS-Wert: 6.9 von 10.
- Prüfe die Exponierung für das betroffene Produkt oder die Produktfamilie: pip: tornado.
Produkt
pip: tornado
Was tun?
Allgemeine, vorsichtige Schritte (bitte prüfe die offizielle Quelle für Details):
- Prüfe Exponierung und plane Maßnahmen nach Risiko und Umfeld.
- Identifiziere betroffene Produktversionen und prüfe, ob du betroffen bist.
- Spiele Hersteller-Updates/Patches ein oder setze empfohlene Mitigations um.
- Lies das offizielle Advisory für betroffene Versionen und konkrete Schritte.
Offizielles Advisory
Nachweise und Herkunft
- Kanonische Advisory-ID
- GHSA-8423-8FGW-73VQ
- Quelle
- GitHub
- Vendor
- GitHub
- Von der Quelle veröffentlicht
- 2026-09-01
- Letzte Quellenaktivität
- 2026-09-01
- Kuratiert von
- hlukh.ch
Verwandte Hinweise und Zusammenhänge
Diese Hinweise sind anhand gemeinsamer CVE-, Produkt-, Hersteller-, Quellen- oder Zeitsignale verknüpft.