The Lab · 2026-04-30 01:54:10 · GitHub Issues
A high-severity vulnerability, tracked as CVE-2024-45296, has been identified in path-to-regexp version 0.1.7, a widely deployed npm library that converts Express-style path strings into regular expressions. The flaw enables attackers to trigger specially crafted path patterns that produce inefficient regex output, lea...
The Lab · 2026-04-30 01:54:11 · GitHub Issues
A high-severity vulnerability has been identified in path-to-regexp version 0.1.7, a widely-used Node.js library that converts Express-style path strings into regular expressions. The flaw, tracked as CVE-2024-52798, stems from a regular expression output that becomes vulnerable to catastrophic backtracking under speci...
The Lab · 2026-05-04 02:54:06 · GitHub Issues
A newly merged pull request introduces server-side validation middleware to counter a ReDoS (Regular Expression Denial of Service) vulnerability in `path-to-regexp` versions prior to 0.1.13, which the Express framework depends on transitively. The mitigation, titled `limitPathParams`, caps the number and length of path...