CVE-2026-38361

HIGH EPSS 83.7%
Published May 8, 20261mo ago · Modified Jun 17, 20262w ago
7.5 CVSS 3.1
High
Find Similar
Published May 8, 2026 1mo ago
Last Modified Jun 17, 2026 2w ago

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 Details

Base Score
7.5
Exploitability
3.9
Impact
3.6
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
83.7% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available

Weaknesses 2

CWE-400 Uncontrolled Resource Consumption Resource Mgmt
CWE-670

Affected Products 3

VendorProductVersionRange
fohrloopdash-uploader*≥0.1.0  –  ≤0.6.1
fohrloopdash-uploader0.7.0any
fohrloopdash-uploader0.7.0any

References 11

  • docs.python.org https://docs.python.org/3/library/functions.html#all
    Product
  • github.com https://github.com/a1ohadance/CVE-2026-38361
    ExploitThird Party Advisory
  • github.com https://github.com/advisories/GHSA-xp7f-v245-w3w8
  • github.com https://github.com/fohrloop/dash-uploader
    Product
  • github.com https://github.com/fohrloop/dash-uploader/blob/stable/dash_uploader/httprequesthandler.py
    Product
  • github.com https://github.com/fohrloop/dash-uploader/issues/153
    Product
  • github.com https://github.com/github/advisory-database/pull/7636
  • libraries.io https://libraries.io/pypi/dash-uploader
    Product
  • pepy.tech https://pepy.tech/project/dash-uploader
    Product
  • pypi.org https://pypi.org/project/dash-uploader/
    Product
  • pypistats.org https://pypistats.org/packages/dash-uploader
    Product

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.