CVE-2026-57581
Received
Received - Intake
Unauthenticated File Upload DoS in DotVVM
Vulnerability report for CVE-2026-57581, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-14
Last updated on: 2026-09-14
Assigner: GitHub, Inc.
Description
Description
DotVVM is an open source MVVM framework for web applications. Prior to 4.2.11, 4.3.15, and 5.0.0-preview09-final, applications with configured file upload storage allow unauthenticated users to submit files directly to DotvvmFileUploadMiddleware without an X-DotVVM-UploadToken generated by the FileUpload component. An attacker can repeatedly upload files and fill application storage, causing denial of service. DotvvmConfiguration.Security.AuthorizeFileUpload can additionally restrict which users may upload files. This issue is fixed in versions 4.2.11, 4.3.15, and 5.0.0-preview09-final.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dotvvm | dotvvm | to 4.2.11 (exc) |
| dotvvm | dotvvm | to 4.3.15 (exc) |
| dotvvm | dotvvm | to 5.0.0-preview09-final (exc) |
| riganti | dotvvm | 4.2.11 |
| riganti | dotvvm | 4.3.15 |
| riganti | dotvvm | 5.0.0-preview09-final |
| riganti | dotvvm | to 5.0.0-preview09-final (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-434 | The product allows the upload or transfer of dangerous file types that are automatically processed within its environment. |