← Back to CVE List
Vulnerability Intelligence Report
python-multipart has a Denial of service (DoS) via deformation `multipart/form-data` boundary

CVE-2024-53981

python-multipart is a streaming multipart parser for Python. When parsing form data, python-multipart skips line breaks (CR \r or LF \n) in front of the first boundary and any tailing bytes after the last boundary. This happens one byte at a time and emits a log event each time, which may cause excessive logging for certain inputs. An attacker could abuse this by sending a malicious request with lots of data before the first or after the last boundary, causing high CPU load and stalling the processing thread for a significant amount of time. In case of ASGI application, this could stall the event loop and prevent other requests from being processed, resulting in a denial of service (DoS). This vulnerability is fixed in 0.0.18.

No Active Exploit Signals
CVSS Base Score
7.5
HIGH
Exploitability:3.9
Impact Score:3.6
EPSS Probability:0.63%
Executive Threat Verdict
Evaluating...
Evaluating Threat Landscape...
Assessing known weaponization, exploitation telemetry, and federal advisories.
Attack Surface
—
Authentication
—
Weaponization
—
SSVC Action
—

Weaknesses (CWE)

CWE-770 ↗CWE-770: Allocation of Resources Without Limits or Throttling

Affected Products & Versions

Vendor Product Affected Versions
Kludex python-multipart < 0.0.18 (affected)

References & Technical Advisories

No reference links found.

Threat Intelligence Signals

EPSS Score
0.632%

Identity & Timeline

StatusPUBLISHED
Assigning AuthorityGitHub, Inc. · Vendor · USA
Reserved2024-11-25T23:14:36
Published2024-12-02T15:57:50
Last Updated2024-12-02T19:59:14

LINK COPIED TO CLIPBOARD