CVE-2026-38361
published 2026-05-08CVE-2026-38361: Multiple unauthenticated denial-of-service (DoS) issues in fohrloop dash-uploader v0.1.0 through v0.7.0a2. The chunked-upload handler…
PriorityP358high7.5CVSS 3.1
AVNACLPRNUINSUCNINAH
EXPLOIT
EPSS
2.64%
83.7th percentile
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.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| fohrloop | dash-uploader | — | — |
| fohrloop | dash-uploader | — | — |
| fohrloop | dash-uploader | 0.1.0 – 0.6.1 | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
VulDB
fohrloop dash-uploader up to 0.1.0/0.7.0a2 httprequesthandler.py Upload max_file_size unrestricted upload (ID 153)
vuldb·2026-05-08·CVSS 7.5
CVE-2026-38361 [HIGH] fohrloop dash-uploader up to 0.1.0/0.7.0a2 httprequesthandler.py Upload max_file_size unrestricted upload (ID 153)
A vulnerability labeled as critical has been found in fohrloop dash-uploader up to 0.1.0/0.7.0a2. This vulnerability affects the function Upload of the file dash_uploader/httprequesthandler.py. Such manipulation of the argument max_file_size leads to unrestricted upload.
This vulnerability is listed as CVE-2026-38361. The attack may be performed from remote. There is no available exploit.
GHSA
GHSA-xp7f-v245-w3w8: An issue in fohrloop dash-uploader v
ghsa_unreviewed·2026-05-08
CVE-2026-38361 [HIGH] CWE-400 GHSA-xp7f-v245-w3w8: An issue in fohrloop dash-uploader v
An issue in fohrloop dash-uploader v.0.1.0 through v.0.7.0a2 allows a remote attacker to execute arbitrary code via the dash_uploader/httprequesthandler.py, dash_uploader/upload.py in the Upload function and max_file_size parameter, dash_uploader/configure_upload.py components
No detection rules found.
Nuclei
dash-uploader 0.1.0 - 0.7.0a2 - Denial-of-Service via flowTotalChunks
nuclei·CVSS 7.5
CVE-2026-38361 [HIGH] dash-uploader 0.1.0 - 0.7.0a2 - Denial-of-Service via flowTotalChunks
dash-uploader 0.1.0 - 0.7.0a2 - Denial-of-Service via flowTotalChunks
fohrloop dash-uploader v0.1.0 through v0.7.0a2 contains a remote code execution caused by improper handling in Upload function and max_file_size parameter in dash_uploader components, letting remote attackers execute arbitrary code, exploit requires crafted request.
Template:
id: CVE-2026-38361
info:
name: dash-uploader 0.1.0 - 0.7.0a2 - Denial-of-Service via flowTotalChunks
author: a1ohadance
severity: high
description: |
fohrloop dash-uploader v0.1.0 through v0.7.0a2 contains a remote code execution caused by improper handling in Upload function and max_file_size parameter in dash_uploader components, letting remote attackers execute arbitrary code, exploit requires crafted request.
impact: |
Remote attackers can e
No writeups or analysis indexed.
https://docs.python.org/3/library/functions.html#allhttps://github.com/a1ohadance/CVE-2026-38361https://github.com/advisories/GHSA-xp7f-v245-w3w8https://github.com/fohrloop/dash-uploaderhttps://github.com/fohrloop/dash-uploader/blob/stable/dash_uploader/httprequesthandler.pyhttps://github.com/fohrloop/dash-uploader/issues/153https://github.com/github/advisory-database/pull/7636https://libraries.io/pypi/dash-uploaderhttps://pepy.tech/project/dash-uploaderhttps://pypi.org/project/dash-uploader/https://pypistats.org/packages/dash-uploaderhttps://github.com/a1ohadance/CVE-2026-38361
2026-05-08
Published