Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-34297— KissFFT Integer Overflow Heap Buffer Overflow via kiss_fft_alloc

EPSS 0.02% · P6
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2025-34297

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

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_fft_alloc
Source: NVD (National Vulnerability Database)
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.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
整数溢出或超界折返
Source: NVD (National Vulnerability Database)
Vulnerability Title
KISS FFT 输入验证错误漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
KISS FFT是mborgerding个人开发者的一个傅里叶变换计算库。 KISS FFT 1b083165之前版本存在输入验证错误漏洞,该漏洞源于kiss_fft.c中函数kiss_fft_alloc存在整数溢出,可能导致堆缓冲区溢出。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
mborgerding/kissfftmborgerding/kissfft 0 ~ 1b08316582049c3716154caefc0deab8758506e3 -

II. Public POCs for CVE-2025-34297

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2025-34297

登录查看更多情报信息。

IV. Related Vulnerabilities

V. Comments for CVE-2025-34297

No comments yet


Leave a comment