CVE-2026-38361
7.5 HIGHMultiple unauthenticated denial-of-service (DoS) issues in fohrloop dash-uploader v0.1.0 through v0.7.0a2
Published: 2026-05-08 · Last updated: 2026-06-10
Severity and scoring
- CVSS
- 7.5 HIGH
- Vector
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- CWE
- CWE-400, CWE-670
Affected products
| Vendor | Product |
|---|---|
| fohrloop | dash-uploader |
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.
Source: NVD
References
- [NVD]https://nvd.nist.gov/vuln/detail/CVE-2026-38361
- [Other]https://docs.python.org/3/library/functions.html#all
- [Exploit reference]https://github.com/a1ohadance/CVE-2026-38361
- [Other]https://github.com/advisories/GHSA-xp7f-v245-w3w8
- [Other]https://github.com/fohrloop/dash-uploader
- [Other]https://github.com/fohrloop/dash-uploader/blob/stable/dash_uploader/httprequesthandler.py
- [Other]https://github.com/fohrloop/dash-uploader/issues/153
- [Other]https://github.com/github/advisory-database/pull/7636
- [Other]https://libraries.io/pypi/dash-uploader
- [Other]https://pepy.tech/project/dash-uploader
- [Other]https://pypi.org/project/dash-uploader/
- [Other]https://pypistats.org/packages/dash-uploader
- [Exploit reference]https://github.com/a1ohadance/CVE-2026-38361
Related CVEs
Same CWE
- CVE-2026-12325 — Denial-of-service in the Graphics: ImageLib component (6.5 MEDIUM)
- CVE-2026-12321 — JIT miscompilation in the JavaScript: WebAssembly component (5.4 MEDIUM)
- CVE-2026-12319 — Denial-of-service in the Audio/Video: Playback component (6.5 MEDIUM)
- CVE-2026-50889 — An input handling flaw in the HTTP refresh token process of LLDAP v0.6.2 allows attackers to cause a Denial of Service (DoS) via sending ... (7.5 HIGH)
- CVE-2026-50882 — An issue in the /api/v0/pastes endpoint of anna-is-cute paste v0.1.1 allows attackers to cause a Denial of Service (DoS) via a crafted PO... (7.5 HIGH)