← Back

Nanoid Project

nanoid_project

3 CVEs • 1 product

Products (1)

Click to collapse
Toggle
Nanoid
nanoid

CVEs (3)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Nanoid Project
1Nanoid
Aug 26, 2026
Jul 29, 2026
8.2 HIGH· v4
7.5 HIGH· v3
N/A· v2
nanoid (Nano ID) before 3.3.16 and 5.1.16 contains an infinite loop in the customAlphabet and nanoid functions of its non-secure module (nanoid/non-secure). When these functions are given a negative size, the loop counte...Show more
nanoid (Nano ID) before 3.3.16 and 5.1.16 contains an infinite loop in the customAlphabet and nanoid functions of its non-secure module (nanoid/non-secure). When these functions are given a negative size, the loop counter is decremented from a negative value and never reaches its termination condition, spinning indefinitely and hanging the calling thread. An application that passes an unvalidated, attacker-controlled negative size to these functions is exposed to a denial-of-service condition.Show less
1Nanoid Project
1Nanoid
Aug 18, 2026
Jul 29, 2026
8.2 HIGH· v4
7.5 HIGH· v3
N/A· v2
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 condit...Show more
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.Show less
1Nanoid Project
1Nanoid
Jun 17, 2026
Jan 14, 2022
N/A· v4
5.5 MEDIUM· v3
2.1 LOW· v2
The package nanoid from 3.0.0 and before 3.1.31 are vulnerable to Information Exposure via the valueOf() function which allows to reproduce the last id generated.