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?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-3830The Product Filter for WooCommerce by WBW WordPress plugin b…8.6
- CVE-2026-3831The Database for Contact Form 7, WPforms, Elementor forms pl…4.3
- CVE-2026-3832A flaw was found in gnutls. A remote attacker could exploit …3.7
- CVE-2026-38329Bludit CMS before version 3.18.4 allows Remote Code Executio…9.8
- CVE-2026-3833A flaw was found in gnutls. This vulnerability occurs becaus…7.4
- CVE-2026-38360Directory Traversal vulnerability in fohrloop dash-uploader …9.8
- CVE-2026-3837An authenticated attacker can persist crafted values in mult…5.4
- CVE-2026-3838Unraid Update Request Path Traversal Remote Code Execution V…8.8
- CVE-2026-3839Unraid Authentication Request Path Traversal Authentication …7.3
- CVE-2026-3840A vulnerability in Kedro version 1.2.0 allows an attacker to…7.1
- CVE-2026-3841A command injection vulnerability has been identified in the…8.8
- CVE-2026-3842A flaw was found in QEMU. This vulnerability allows a local …7.8
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
