Field Separator Handling Issue in Python-Multipart by Kludex
CVE-2026-53538
3.7LOW
What is CVE-2026-53538?
The Python-Multipart library, used for streaming multipart parsing in Python, has a vulnerability where the QuerystringParser improperly treats ';' as a field separator in application/x-www-form-urlencoded data. This deviates from the expected behavior established by the WHATWG URL standard and impacts the security of data handling. This discrepancy allows attackers to potentially smuggle additional form fields past security checks of components that inspect the request body. This issue is resolved in version 0.0.30 of the library.
Affected Version(s)
python-multipart < 0.0.30
