Exploitation Summary
EIP tracks 1 public exploit for CVE-2026-24486. PoCs published by jefersoncardoso.dev.
AI-analyzed exploit summary This PoC demonstrates a path traversal vulnerability in python-multipart versions < 0.0.22, allowing arbitrary file writes via malicious filenames when UPLOAD_KEEP_FILENAME=True and UPLOAD_DIR is configured. It tests multiple payloads to exploit the flaw and write files to unintended locations.
Description
Python-Multipart is a streaming multipart parser for Python. Prior to version 0.0.22, a Path Traversal vulnerability exists when using non-default configuration options `UPLOAD_DIR` and `UPLOAD_KEEP_FILENAME=True`. An attacker can write uploaded files to arbitrary locations on the filesystem by crafting a malicious filename. Users should upgrade to version 0.0.22 to receive a patch or, as a workaround, avoid using `UPLOAD_KEEP_FILENAME=True` in project configurations.
Exploits (1)
This PoC demonstrates a path traversal vulnerability in python-multipart versions < 0.0.22, allowing arbitrary file writes via malicious filenames when UPLOAD_KEEP_FILENAME=True and UPLOAD_DIR is configured. It tests multiple payloads to exploit the flaw and write files to unintended locations.
References (3)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L