CVE-2024-55565

MEDIUM4.3EPSS 0.11%

Predictable results in nanoid generation when given non-integer values

發布日:2024/12/9修改日:2026/2/4
也稱為:GHSA-mwcw-c2x4-8c55CGA-jc55-3v58-v6p8

描述

When nanoid is called with a fractional value, there were a number of undesirable effects: 1. in browser and non-secure, the code infinite loops on while (size--) 2. in node, the value of poolOffset becomes fractional, causing calls to nanoid to return zeroes until the pool is next filled 3. if the first call in node is a fractional argument, the initial buffer allocation fails with an error Version 3.3.8 and 5.0.9 are fixed.

受影響套件(3)

CVSS 分數

來源版本嚴重程度向量
osvCVSS 3.1MEDIUM4.3CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

參考連結(8)