CVE Catalog

CVE-2026-57578

CriticalCVSS 9.2
Published: Updated: Translated: NVD NIST

Summary

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.

Risk Assessment

Protected resources may be accessible to unauthorized users, leading to unauthorized access to application functions and data.

Recommendation

Update DotVVM to versions 4.2.11, 4.3.15, or 5.0.0-preview09-final; as a workaround, use AuthorizeAttribute, which correctly implements the same interfaces.

Other vulnerabilities in DotVVM

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS