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.
References
| Link | Resource |
|---|---|
| https://github.com/Kludex/python-multipart/security/advisories/GHSA-6jv3-5f52-599m | Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-06-22 18:16
Updated : 2026-06-26 19:52
NVD link : CVE-2026-53538
Mitre link : CVE-2026-53538
CVE.ORG link : CVE-2026-53538
JSON object : View
Products Affected
fastapiexpert
- python-multipart
