Vulnerability Description
Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.27, python-multipart has a denial of service vulnerability in multipart part header parsing. When parsing multipart/form-data, MultipartParser previously had no limit on the number of part headers or the size of an individual part header. An attacker could send a request with either many repeated headers without terminating the header block or a single very large header value, causing excessive CPU work before request rejection or completion. This vulnerability is fixed in 0.0.27.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-42561?
CVE-2026-42561 is a vulnerability with a CVSS score of 7.5 (HIGH). Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.27, python-multipart has a denial of service vulnerability in multipart part header parsing. When parsing multipart/form-data,...
How severe is CVE-2026-42561?
CVE-2026-42561 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-42561?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.