CVE-2024-45296 - CVE House
Back to Database
Status published High CVE-2024-45296

path-to-regexp outputs backtracking regular expressions

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

Impact Analysis

Refer to official advisory for detailed impact metrics.

Remediation

Ensure systems are updated to the latest vendor-supplied patch levels.

THREAT MONITOR

Am I Vulnerable?

Launch our assessment wizard to check if your infrastructure is exposed to • CVE-2024-45296

Credits & Attribution

No credits recorded in the NVD database.

Affected Vendor

Affected Software

path-to-regexp
Vulnerable Versions:
< 0.1.10, >= 0.2.0, < 8.0.0

Timeline

Official Publish: September 9th, 2024
Last Modified: January 24th, 2025
Added to House: July 22nd, 2026

CVSS Vectors

V3: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Weaknesses (CWE)