Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-4926 Details

Description

Impact: A bad regular expression is generated any time you have multiple sequential optional groups (curly brace syntax), such as `{a}{b}{c}:z`. The generated regex grows exponentially with the number of groups, causing denial of service. Patches: Fixed in version 8.4.0. Workarounds: Limit the number of sequential optional groups in route patterns. Avoid passing user-controlled input as route patterns.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-1333Inefficient Regular Expression Complexityredhat-SADP
CWE-1333Inefficient Regular Expression Complexityopenjs
CWE-400Uncontrolled Resource Consumptionopenjs

Affected Products

ProductVersions
pillarjs path-to-regexp
>= 8.0.0, < 8.4.0

CPE

  • cpe:2.3:a:pillarjs:path-to-regexp:*:*:*:*:*:node.js:*:*

Remediation

  • No remediation found in references.

Change History

21 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-4926
NVD Published Date:
Mar 26, 2026
NVD Last Modified:
Sep 9, 2026
Source:
openjs