漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
KissFFT Integer Overflow Heap Buffer Overflow via kiss_fft_alloc
Vulnerability Description
KissFFT versions prior to the fix commit 1b083165 contain an integer overflow in kiss_fft_alloc() in kiss_fft.c on platforms where size_t is 32-bit. The nfft parameter is not validated before being used in a size calculation (sizeof(kiss_fft_cpx) * (nfft - 1)), which can wrap to a small value when nfft is large. As a result, malloc() allocates an undersized buffer and the subsequent twiddle-factor initialization loop writes nfft elements, causing a heap buffer overflow. This vulnerability only affects 32-bit architectures.
CVSS Information
N/A
Vulnerability Type
整数溢出或超界折返
Vulnerability Title
KISS FFT 输入验证错误漏洞
Vulnerability Description
KISS FFT是mborgerding个人开发者的一个傅里叶变换计算库。 KISS FFT 1b083165之前版本存在输入验证错误漏洞,该漏洞源于kiss_fft.c中函数kiss_fft_alloc存在整数溢出,可能导致堆缓冲区溢出。
CVSS Information
N/A
Vulnerability Type
N/A