CVE-2026-53538
⚪ Do wiadomości
Błąd w Python-Multipart pozwala na smuggling dodatkowych pól formularza.
CVSS
3.7
EPSS
0.2%
Exploit
none
Vendor
fastapiexpert
Opis źródłowy (NVD)
Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.30, QuerystringParser treated ; as a field separator in application/x-www-form-urlencoded bodies, in addition to &. The WHATWG URL standard, modern browsers, and Python's urllib.parse (since the CVE-2021-23336 fix) treat only & as a separator. This creates a parser differential: the same bytes are tokenized into different fields than a WHATWG compliant intermediary would produce, allowing an attacker to smuggle extra form fields past an upstream body inspecting component. This vulnerability is fixed in 0.0.30.
brak
Brak patcha
Źródła i daty
| Źródło | Wartość |
|---|---|
| NVD – CVSS | 3.7 |
| CISA KEV (aktywnie wykorzystywane) | Nie |
| FIRST EPSS (prawdopodobieństwo exploita) | 0.2% |
| Opublikowano (NVD) | 2026-06-22 18:16:44 UTC |
| Ostatnia modyfikacja (NVD) | 2026-06-26 19:52:35 UTC |
Referencje
- https://github.com/Kludex/python-multipart/security/advisories/GHSA-6jv3-5f52-599m (security-advisories@github.com) [Vendor Advisory]