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 d9873511c8c..599ab81ca9b 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-13T15:43:00Z", + "modified": "2026-08-13T15:43:02Z", "published": "2026-07-29T15:31:12Z", "aliases": [ "CVE-2026-67213" @@ -9,13 +9,9 @@ "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" + "score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:H/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ @@ -29,10 +25,10 @@ "type": "ECOSYSTEM", "events": [ { - "introduced": "0" + "introduced": "4.0.0" }, { - "fixed": "3.3.18" + "fixed": "5.1.6" } ] } @@ -48,10 +44,10 @@ "type": "ECOSYSTEM", "events": [ { - "introduced": "4.0.0" + "introduced": "0" }, { - "fixed": "5.1.6" + "fixed": "3.3.18" } ] } @@ -100,7 +96,7 @@ "cwe_ids": [ "CWE-835" ], - "severity": "HIGH", + "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2026-08-07T20:50:34Z", "nvd_published_at": "2026-07-29T14:16:34Z"