Bug 2447059 (CVE-2026-28356) - CVE-2026-28356 multipart: denial of service via maliciously crafted HTTP or multipart segment headers
Summary: CVE-2026-28356 multipart: denial of service via maliciously crafted HTTP or m...
Keywords:
Status: NEW
Alias: CVE-2026-28356
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2447328
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-12 18:02 UTC by OSIDB Bzimport
Modified: 2026-03-13 14:12 UTC (History)
56 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-03-12 18:02:20 UTC
multipart is a fast multipart/form-data parser for python. Prior to 1.2.2, 1.3.1 and 1.4.0-dev, the parse_options_header() function in multipart.py uses a regular expression with an ambiguous alternation, which can cause exponential backtracking (ReDoS) when parsing maliciously crafted HTTP or multipart segment headers. This can be abused for denial of service (DoS) attacks against web applications using this library to parse request headers or multipart/form-data streams. The issue is fixed in 1.2.2, 1.3.1 and 1.4.0-dev.


Note You need to log in before you can comment on or make changes to this bug.