NIXPKGS-2026-1205
GitHub issue
published 2 months ago
Permalink
CVE-2026-40347
5.3 MEDIUM
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): None (N)
- Integrity (I): None (N)
- Availability (A): Low (L)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): None (N)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): None (N)
- Modified Availability (MA): Low (L)
by @LeSuisse Activity log
- Created suggestion
- @LeSuisse accepted
- @LeSuisse published on GitHub
Python-Multipart affected by Denial of Service via large multipart preamble or epilogue data
Python-Multipart is a streaming multipart parser for Python. Versions prior to 0.0.26 have a denial of service vulnerability when parsing crafted `multipart/form-data` requests with large preamble or epilogue sections. Upgrade to version 0.0.26 or later, which skips ahead to the next boundary candidate when processing leading CR/LF data and immediately discards epilogue data after the closing boundary.
References
Ignored references (1)
-
https://github.com/Kludex/python-multipart/releases/tag/0.0.26 x_refsource_MISC
Affected products
python-multipart
- ==< 0.0.26
Matching in nixpkgs
pkgs.python312Packages.python-multipart
None
pkgs.python313Packages.python-multipart
Streaming multipart parser for Python
pkgs.python314Packages.python-multipart
Streaming multipart parser for Python
Package maintainers
-
@risicle Robert Scott <code@humanleg.org.uk>