From 86f8e492890bd0fe00c5c563338fcc811e933e5c Mon Sep 17 00:00:00 2001 From: dimaman2001 Date: Wed, 12 Aug 2026 15:08:42 -0400 Subject: [PATCH] Improve GHSA-2v37-7h3g-55p8 --- .../GHSA-2v37-7h3g-55p8/GHSA-2v37-7h3g-55p8.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/advisories/github-reviewed/2026/07/GHSA-2v37-7h3g-55p8/GHSA-2v37-7h3g-55p8.json b/advisories/github-reviewed/2026/07/GHSA-2v37-7h3g-55p8/GHSA-2v37-7h3g-55p8.json index 8a2365a6cc7f..dca143e1a3dc 100644 --- a/advisories/github-reviewed/2026/07/GHSA-2v37-7h3g-55p8/GHSA-2v37-7h3g-55p8.json +++ b/advisories/github-reviewed/2026/07/GHSA-2v37-7h3g-55p8/GHSA-2v37-7h3g-55p8.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-2v37-7h3g-55p8", - "modified": "2026-08-07T20:50:34Z", + "modified": "2026-08-07T20:50:35Z", "published": "2026-07-29T15:31:12Z", "aliases": [ "CVE-2026-67213" @@ -9,10 +9,6 @@ "summary": "nanoid: custom generators can loop indefinitely when size is zero", "details": "nanoid (Nano ID) before 5.1.6 contains an infinite loop in the customAlphabet and customRandom functions. When these functions are configured with a size of 0, the internal generation loop never satisfies its exit condition and spins indefinitely, hanging the calling thread. An application that passes an unvalidated, attacker-controlled size of 0 to these functions is exposed to a denial-of-service condition.", "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" - }, { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N" @@ -32,7 +28,7 @@ "introduced": "0" }, { - "fixed": "3.3.17" + "fixed": "3.3.18" } ] } @@ -67,6 +63,10 @@ "type": "WEB", "url": "https://github.com/ai/nanoid/commit/cb3626d0f3342fdf179cd425fd9c4fbb92c7d0e7" }, + { + "type": "WEB", + "url": "https://github.com/ai/nanoid/commit/e10f8d40ce9d1ab47f66d65a16b48086432730d0" + }, { "type": "WEB", "url": "https://github.com/ai/nanoid/commit/f9d13f150847d117877adee3460a46eceb0cf49b" @@ -79,6 +79,10 @@ "type": "WEB", "url": "https://github.com/ai/nanoid/releases/tag/3.3.17" }, + { + "type": "WEB", + "url": "https://github.com/ai/nanoid/releases/tag/3.3.18" + }, { "type": "WEB", "url": "https://github.com/ai/nanoid/releases/tag/5.1.6"