CVE-2026-4923

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
26/03/2026
Last modified:
16/04/2026

Description

Impact:<br /> <br /> When using multiple wildcards, combined with at least one parameter, a regular expression can be generated that is vulnerable to ReDoS. This backtracking vulnerability requires the second wildcard to be somewhere other than the end of the path.<br /> <br /> Unsafe examples:<br /> <br /> /*foo-*bar-:baz<br /> /*a-:b-*c-:d<br /> /x/*a-:b/*c/y<br /> <br /> Safe examples:<br /> <br /> /*foo-:bar<br /> /*foo-:bar-*baz<br /> <br /> Patches:<br /> <br /> Upgrade to version 8.4.0.<br /> <br /> Workarounds:<br /> <br /> If you are using multiple wildcard parameters, you can check the regex output with a tool such as https://makenowjust-labs.github.io/recheck/playground/ to confirm whether a path is vulnerable.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:pillarjs:path-to-regexp:*:*:*:*:*:node.js:*:* 8.0.0 (including) 8.4.0 (excluding)


References to Advisories, Solutions, and Tools