Vulnerability Description
Multiple unauthenticated denial-of-service (DoS) issues in fohrloop dash-uploader v0.1.0 through v0.7.0a2. The chunked-upload handler (dash_uploader/httprequesthandler.py, dash_uploader/upload.py) trusts unsanitized, attacker-controlled upload parameters (e.g. flowTotalChunks) and does not enforce the documented max_file_size limit, allowing a remote, unauthenticated attacker to cause an out-of-memory (OOM) process crash (unbounded range(1, flowTotalChunks + 1) allocation), truncation of the target file to zero bytes (flowTotalChunks=0, where the all([]) == True quirk runs the file-assembly branch on zero chunks), permanent disk exhaustion (never-cleaned-up temporary directories per flowIdentifier), and a complete bypass of the documented max_file_size limit.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Fohrloop | Dash-Uploader | >= 0.1.0, <= 0.6.1 |
Related Weaknesses (CWE)
References
- https://docs.python.org/3/library/functions.html#allProduct
- https://github.com/a1ohadance/CVE-2026-38361ExploitThird Party Advisory
- https://github.com/advisories/GHSA-xp7f-v245-w3w8
- https://github.com/fohrloop/dash-uploaderProduct
- https://github.com/fohrloop/dash-uploader/blob/stable/dash_uploader/httprequesthProduct
- https://github.com/fohrloop/dash-uploader/issues/153Product
- https://github.com/github/advisory-database/pull/7636
- https://libraries.io/pypi/dash-uploaderProduct
- https://pepy.tech/project/dash-uploaderProduct
- https://pypi.org/project/dash-uploader/Product
- https://pypistats.org/packages/dash-uploaderProduct
- https://github.com/a1ohadance/CVE-2026-38361ExploitThird Party Advisory
FAQ
What is CVE-2026-38361?
CVE-2026-38361 is a vulnerability with a CVSS score of 7.5 (HIGH). Multiple unauthenticated denial-of-service (DoS) issues in fohrloop dash-uploader v0.1.0 through v0.7.0a2. The chunked-upload handler (dash_uploader/httprequesthandler.py, dash_uploader/upload.py) tru...
How severe is CVE-2026-38361?
CVE-2026-38361 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-38361?
Check the references section above for vendor advisories and patch information. Affected products include: Fohrloop Dash-Uploader.