Vulnerability Details CVE-2026-53539
Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.30, when parsing application/x-www-form-urlencoded bodies, QuerystringParser located the field separator with a two step lookup: it first scanned the entire remaining buffer for &, and only when no & existed anywhere ahead did it fall back to scanning for ;. For a body that uses ; as the separator and contains no &, every field iteration performed a full failed & scan over the entire remaining buffer before locating the nearby ;. With N semicolon separated fields in a chunk of size B, this yields O(B^2) byte comparisons per chunk. An attacker can submit a small crafted body of the form a;a;a;... and cause the parser to spend seconds of CPU per request. A handful of concurrent requests can exhaust worker processes. This vulnerability is fixed in 0.0.30.
Exploit prediction scoring system (EPSS) score
EPSS Score 0.003
EPSS Ranking 17.8%
CVSS Severity
CVSS v3 Score 7.5
Products affected by CVE-2026-53539
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.1
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.10
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.11
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.12
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.13
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.14
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.15
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.16
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.17
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.18
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.19
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.2
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.20
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.21
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.22
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.23
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.24
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.25
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.26
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.27
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.28
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.29
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.3
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.4
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.5
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.6
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.7
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.8
-
cpe:2.3:a:fastapiexpert:python-multipart:0.0.9