ghsa-rhx6-c78j-4q9w
Vulnerability from github
Published
2024-12-05 22:40
Modified
2025-01-24 21:41
Severity ?
Summary
Unpatched `path-to-regexp` ReDoS in 0.1.x
Details
Impact
The regular expression that is vulnerable to backtracking can be generated in the 0.1.x release of path-to-regexp
, originally reported in CVE-2024-45296
Patches
Upgrade to 0.1.12.
Workarounds
Avoid using two parameters within a single path segment, when the separator is not .
(e.g. no /:a-:b
). Alternatively, you can define the regex used for both parameters and ensure they do not overlap to allow backtracking.
References
- https://github.com/advisories/GHSA-9wv6-86v2-598j
- https://blakeembrey.com/posts/2024-09-web-redos/
{ "affected": [ { "package": { "ecosystem": "npm", "name": "path-to-regexp" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.1.12" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-52798" ], "database_specific": { "cwe_ids": [ "CWE-1333" ], "github_reviewed": true, "github_reviewed_at": "2024-12-05T22:40:47Z", "nvd_published_at": "2024-12-05T23:15:06Z", "severity": "HIGH" }, "details": "### Impact\n\nThe regular expression that is vulnerable to backtracking can be generated in the 0.1.x release of `path-to-regexp`, originally reported in CVE-2024-45296\n\n### Patches\n\nUpgrade to 0.1.12.\n\n### Workarounds\n\nAvoid using two parameters within a single path segment, when the separator is not `.` (e.g. no `/:a-:b`). Alternatively, you can define the regex used for both parameters and ensure they do not overlap to allow backtracking.\n\n### References\n\n- https://github.com/advisories/GHSA-9wv6-86v2-598j\n- https://blakeembrey.com/posts/2024-09-web-redos/", "id": "GHSA-rhx6-c78j-4q9w", "modified": "2025-01-24T21:41:07Z", "published": "2024-12-05T22:40:47Z", "references": [ { "type": "WEB", "url": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798" }, { "type": "WEB", "url": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4" }, { "type": "WEB", "url": "https://blakeembrey.com/posts/2024-09-web-redos" }, { "type": "PACKAGE", "url": "https://github.com/pillarjs/path-to-regexp" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20250124-0002" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P", "type": "CVSS_V4" } ], "summary": "Unpatched `path-to-regexp` ReDoS in 0.1.x" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.