Uuidjs Uuid vulnerabilities
2 known vulnerabilities affecting uuidjs/uuid.
Total CVEs
2
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH1LOW1
Vulnerabilities
Page 1 of 1
CVE-2026-41907HIGHCVSS 8.1fixed in 14.0.02026-04-24
CVE-2026-41907 [HIGH] CWE-787 CVE-2026-41907: uuid is for the creation of RFC9562 (formerly RFC4122) UUIDs. Prior to 14.0.0, v3, v5, and v6 accept
uuid is for the creation of RFC9562 (formerly RFC4122) UUIDs. Prior to 14.0.0, v3, v5, and v6 accept external output buffers but do not reject out-of-range writes (small buf or large offset). This allows silent partial writes into caller-provided buffers. This vulnerability is fixed in 14.0.0.
nvd
CVE-2026-41988LOWCVSS 3.2fixed in 14.0.02026-04-23
CVE-2026-41988 [LOW] CWE-670 CVE-2026-41988: uuid before 14.0.0 can make unexpected writes when external output buffers are used, and the UUID ve
uuid before 14.0.0 can make unexpected writes when external output buffers are used, and the UUID version is 3, 5, or 6. In particular, UUID version 4, which is very commonly used, is unaffected by this issue.
nvdredhat