SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-57577

HIGH · CVSS 8.2 EPSS 0.43% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The DotVVM framework is vulnerable to excessive regular-expression backtracking due to multiple unconstrained parameters in route path segments, which can be exploited by remote attackers to cause denial of service through long near-match paths. This vulnerability affects versions prior to 4.2.11, 4.3.15, and 5.0.0-preview09-final, and organizations using these versions should prioritize updating to the patched releases to mitigate potential service disruptions.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-57577
Severity
HIGH
CVSS
8.2
EPSS
0.43%

Original NVD 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, a route containing multiple unconstrained parameters in one path segment can cause excessive regular-expression backtracking in DotvvmRoute.IsMatch when a remote requester supplies a long near-match path. DotvvmRouteParser.RouteRegex previously had no matching timeout. Patched runtimes retry with the .NET non-backtracking engine, while runtimes that do not support non-backtracking matching return HTTP 503 after the one-second timeout in DotvvmRoutingMiddleware. This issue is fixed in versions 4.2.11, 4.3.15, and 5.0.0-preview09-final.