CVE-2024-45296 - Apache path-to-regexp DoS Regular Expression Generational Vulnerability

1 month ago 20
ARTICLE AD BOX
CVE ID : CVE-2024-45296
Published : Sept. 9, 2024, 7:15 p.m. | 24 minutes 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.
Severity: 7.5 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
Read Entire Article