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.
References
| Link | Resource |
|---|---|
| https://github.com/ai/nanoid/commit/cb3626d0f3342fdf179cd425fd9c4fbb92c7d0e7 | Patch |
| https://github.com/ai/nanoid/releases/tag/5.1.6 | Product Release Notes |
| https://www.vulncheck.com/advisories/nanoid-before-infinite-loop-via-zero-size-in-customalphabet-and-customrandom | Patch Release Notes Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-07-29 14:16
Updated : 2026-08-18 14:26
NVD link : CVE-2026-67213
Mitre link : CVE-2026-67213
CVE.ORG link : CVE-2026-67213
JSON object : View
Products Affected
nanoid_project
- nanoid
CWE
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')
