Advisory Database
  • Advisories
  • Dependency Scanning
  1. nuget
  2. ›
  3. DotVVM
  4. ›
  5. GHSA-c2g3-c4gc-w5wg

GHSA-c2g3-c4gc-w5wg: ReDoS in DotVVM routing

June 19, 2026

This impacts users which use multiple unconstrained route parameters not separated by a /. For instance, the following code is vulnerable:

var route = new DotvvmRoute("edit/{a}-{b}-{c}/done", null, "testpage", null, null, configuration);

var adversarialInput = "edit/" + new string('-', 32000);
route.IsMatch(adversarialInput, out _);

References

  • github.com/advisories/GHSA-c2g3-c4gc-w5wg
  • github.com/riganti/dotvvm/security/advisories/GHSA-c2g3-c4gc-w5wg
  • www.dotvvm.com/docs/4.0/pages/concepts/routing/parameters

Code Behaviors & Features

Detect and mitigate GHSA-c2g3-c4gc-w5wg with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 4.2.11, all versions starting from 4.3.0-preview01-final before 4.3.15, all versions starting from 5.0.0-preview01-final before 5.0.0-preview09-final

Fixed versions

  • 4.2.11
  • 4.3.15
  • 5.0.0-preview09-final

Solution

Upgrade to versions 4.2.11, 4.3.15, 5.0.0-preview09-final or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-1333: Inefficient Regular Expression Complexity

Source file

nuget/DotVVM/GHSA-c2g3-c4gc-w5wg.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:22:57 +0000.