VYPR
High severityOSV Advisory· Published Dec 1, 2025· Updated Jul 14, 2026

CVE-2025-34297

CVE-2025-34297

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

2
  • Mborgerding/KissfftOSV2 versions
    131.1.0, 131.2.0, v130, …+ 1 more
    • (no CPE)range: 131.1.0, 131.2.0, v130, …
    • (no CPE)range: < 1b08316582049c3716154caefc0deab8758506e3

Patches

Vulnerability mechanics

References

3

News mentions

0

No linked articles in our index yet.