CVE-2025-34297
Last modified
CVE-2025-34297 is a high-severity vulnerability rated 8.6/10 on the CVSS scale. 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. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-34297?
How severe is CVE-2025-34297?
How do I fix CVE-2025-34297?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-34291Langflow versions up to and including 1.6.9 contain a chaine…8.8
- CVE-2025-34292Rox, the software running BeWelcome, contains a PHP object i…9.4
- CVE-2025-34293GN4 Publishing System versions prior to 2.6 contain an insec…8.6
- CVE-2025-34294Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2025-34295Rejected reason: This CVE ID was rejected because it was res…
- CVE-2025-34296Rejected reason: This CVE ID was rejected because it was res…
- CVE-2025-34298Nagios Log Server versions prior to 2024R1.3.2 contain a pri…8.8
- CVE-2025-34299Monsta FTP versions 2.11 and earlier contain a vulnerability…9.8
- CVE-2025-3430The 3DPrint Lite plugin for WordPress is vulnerable to SQL I…4.9
- CVE-2025-34300A template injection vulnerability exists in Sawtooth Softwa…10
- CVE-2025-34301IPFire versions prior to 2.29 (Core Update 198) contain a st…5.4
- CVE-2025-34302IPFire versions prior to 2.29 (Core Update 198) contain a st…5.4
Are you affected by CVE-2025-34297?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
