CVE-2024-45296
HIGH EPSS 56.2%
Published Sep 9, 20241y ago · Modified Jun 17, 20262w ago
7.5 CVSS 3.1
Published Sep 9, 2024 1y ago
Last Modified Jun 17, 2026 2w ago
Description
path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single threaded and regex matching runs on the main thread, poor performance will block the event loop and lead to a DoS. The bad regular expression is generated any time you have two parameters within a single segment, separated by something that is not a period (.). For users of 0.1, upgrade to 0.1.10. All other users should upgrade to 8.0.0.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High
Threat Intelligence
EPSS Exploit Probability
56.2% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-1333
References 4
- github.com https://github.com/pillarjs/path-to-regexp/commit/29b96b4a1de52824e1ca0f49a701183cc4ed476f
- github.com https://github.com/pillarjs/path-to-regexp/commit/60f2121e9b66b7b622cc01080df0aabda9eedee6
- github.com https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j
- security.netapp.com https://security.netapp.com/advisory/ntap-20250124-0001/
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.