From f6e78b4d23c85eef9d6f67f7a0974ec451369872 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:54:26 +0000 Subject: [PATCH] Publish GHSA-rrr8-f88r-h8q6 --- .../GHSA-rrr8-f88r-h8q6.json | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 advisories/github-reviewed/2024/09/GHSA-rrr8-f88r-h8q6/GHSA-rrr8-f88r-h8q6.json diff --git a/advisories/github-reviewed/2024/09/GHSA-rrr8-f88r-h8q6/GHSA-rrr8-f88r-h8q6.json b/advisories/github-reviewed/2024/09/GHSA-rrr8-f88r-h8q6/GHSA-rrr8-f88r-h8q6.json new file mode 100644 index 00000000000..bd01519828e --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-rrr8-f88r-h8q6/GHSA-rrr8-f88r-h8q6.json @@ -0,0 +1,96 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rrr8-f88r-h8q6", + "modified": "2024-09-18T15:52:33Z", + "published": "2024-09-18T15:52:33Z", + "aliases": [ + "CVE-2024-45813" + ], + "summary": "find-my-way has a ReDoS vulnerability in multiparametric routes", + "details": "### Impact\n\nA bad regular expression is generated any time you have two parameters within a single segment, when adding a `-` at the end, like `/:a-:b-`.\n\n### Patches\n\nUpdate to find-my-way v8.2.2 or v9.0.1. or subsequent versions.\n\n### Workarounds\n\nNo known workarounds.\n\n### References\n\n- [CVE-2024-45296](https://github.com/advisories/GHSA-9wv6-86v2-598j)\n- [Detailed blog post about `path-to-regexp` vulnerability](https://blakeembrey.com/posts/2024-09-web-redos/)", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "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" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "find-my-way" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "8.2.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "npm", + "name": "find-my-way" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0" + }, + { + "fixed": "9.0.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/delvedor/find-my-way/security/advisories/GHSA-rrr8-f88r-h8q6" + }, + { + "type": "WEB", + "url": "https://github.com/delvedor/find-my-way/commit/17fae694dcefc056045da201681c1530f0f80518" + }, + { + "type": "WEB", + "url": "https://github.com/delvedor/find-my-way/commit/5e9e0eb5d8d438e06a185d5e536a896572dd0440" + }, + { + "type": "WEB", + "url": "https://blakeembrey.com/posts/2024-09-web-redos" + }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-9wv6-86v2-598j" + }, + { + "type": "PACKAGE", + "url": "https://github.com/delvedor/find-my-way" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1333" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-09-18T15:52:33Z", + "nvd_published_at": null + } +} \ No newline at end of file