Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
KissFFT Integer Overflow Heap Buffer Overflow via kiss_fftndr_alloc()
Vulnerability Description
KissFFT before commit 8a8e66e contains an integer overflow vulnerability in the kiss_fftndr_alloc() function in kiss_fftndr.c where the allocation size calculation dimOther*(dimReal+2)*sizeof(kiss_fft_scalar) overflows signed 32-bit integer arithmetic before being widened to size_t, causing malloc() to allocate an undersized buffer. Attackers can trigger heap buffer overflow by providing crafted dimensions that cause the multiplication to exceed INT_MAX, allowing writes beyond the allocated buffer region when kiss_fftndr() processes the data.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Vulnerability Type
整数溢出或超界折返
Vulnerability Title
KISS FFT 安全漏洞
Vulnerability Description
KISS FFT是mborgerding个人开发者的一个傅里叶变换计算库。 KISS FFT存在安全漏洞,该漏洞源于kiss_fftndr_alloc函数存在整数溢出,可能导致堆缓冲区溢出。
CVSS Information
N/A
Vulnerability Type
N/A