CVE-2026-57578
Received
Received - Intake
Authorization Bypass in DotVVM Framework
Vulnerability report for CVE-2026-57578, 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, AuthorizeActionFilter performs no authorization because its explicit ICommandActionFilter.OnCommandExecutingAsync, IViewModelActionFilter.OnViewModelCreatedAsync, and IPresenterActionFilter.OnPresenterExecutingAsync implementations return completed tasks instead of invoking the corresponding checks. Applications relying on this filter can therefore expose protected commands, view models, or presenters to unauthorized requests without any special bypass technique. AuthorizeAttribute correctly implements the same interfaces and can be used as a workaround. 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) |
| dotvvm | dotvvm | 4.2.11 |
| dotvvm | dotvvm | 4.3.15 |
| dotvvm | dotvvm | 5.0.0-preview09-final |
| riganti | dotvvm | to 4.2.11 (inc) |
| riganti | dotvvm | to 4.3.15 (inc) |
| riganti | dotvvm | to 5.0.0-preview09-final (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |