CVE-2024-45296HIGHCVSS 7.5fixed in 0.1.122024-09-09
CVE-2024-45296 [HIGH] CWE-1333 CVE-2024-45296: path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will
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 ge
nvd