CVE-2024-45296

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.
Configurations

No configuration.

History

24 Jan 2025, 20:15

Type Values Removed Values Added
References
  • () https://security.netapp.com/advisory/ntap-20250124-0001/ -

Information

Published : 2024-09-09 19:15

Updated : 2025-01-24 20:15


NVD link : CVE-2024-45296

Mitre link : CVE-2024-45296

CVE.ORG link : CVE-2024-45296


JSON object : View

Products Affected

No product.

CWE
CWE-1333

Inefficient Regular Expression Complexity