Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-4867

path-to-regexp vulnerable to Regular Expression Denial of Service via multiple route parameters
Back to all
CVE

CVE-2026-4867

path-to-regexp vulnerable to Regular Expression Denial of Service via multiple route parameters

Impact

A bad regular expression is generated any time you have three or more parameters within a single segment, separated by something that is not a period (.). For example, /:a-:b-:c or /:a-:b-:c-:d. The backtrack protection added in path-to-regexp@0.1.12 only prevents ambiguity for two parameters. With three or more, the generated lookahead does not block single separator characters, so capture groups overlap and cause catastrophic backtracking.

Patches

Upgrade to path-to-regexp@0.1.13

Custom regex patterns in route definitions (e.g., /:a-:b([^-/]+)-:c([^-/]+)) are not affected because they override the default capture group.

Workarounds

All versions can be patched by providing a custom regular expression for parameters after the first in a single segment. As long as the custom regular expression does not match the text before the parameter, you will be safe. For example, change /:a-:b-:c to /:a-:b([^-/]+)-:c([^-/]+).

If paths cannot be rewritten and versions cannot be upgraded, another alternative is to limit the URL length.

References

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
7.5
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
C
H
U
7.5
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Related Resources

No items found.

References

https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-37ch-88jc-xwx2, https://nvd.nist.gov/vuln/detail/CVE-2026-4867, https://blakeembrey.com/posts/2024-09-web-redos, https://cna.openjsf.org/security-advisories.html, https://github.com/advisories/GHSA-9wv6-86v2-598j, https://github.com/pillarjs/path-to-regexp, https://github.com/pillarjs/path-to-regexp/releases/tag/v.0.1.13

Severity

7.5

CVSS Score
0
10

Basic Information

Ecosystem
Base CVSS
7.5
EPSS Probability
0.00018%
EPSS Percentile
0.05004%
Introduced Version
0,0.1.10,0.0.1
Fix Available
0.1.13,3.6.19-r5,3.7.12-r2,4.0.3-r2,0.17.4-r6,1.10.0-r18,2.16.0-r12,2.95.12-r17,2.95.12-r20,7.6.0-r5,7.5.7-r17

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading