CVE-2026-38361
Last modified
CVE-2026-38361 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 2.64% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Fohrloop | Dash-Uploader | >= 0.1.0, <= 0.6.1 | — |
| Fohrloop | Dash-Uploader | 0.7.0 | Alpha1 |
References
- https://github.com/a1ohadance/CVE-2026-38361Exploit, Third Party Advisory
- https://github.com/a1ohadance/CVE-2026-38361Exploit, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-38361?
How severe is CVE-2026-38361?
How do I fix CVE-2026-38361?
Are you affected by CVE-2026-38361?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
