CVE-2025-34297

Publication date 1 December 2025

Last updated 10 September 2026


Ubuntu priority

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.

Status

Package Ubuntu Release Status
kissfft 26.04 LTS resolute
Fixed 131.1.0-4ubuntu0.1~esm1
25.10 questing Ignored end of life, was needs-triage
24.04 LTS noble
Fixed 131.1.0-3ubuntu0.1~esm1
22.04 LTS jammy
Fixed 131.1.0-2ubuntu0.1~esm1

Get expanded security coverage with Ubuntu Pro

Reduce your average CVE exposure time from 98 days to 1 day with expanded CVE patching, ten-years security maintenance and optional support for the full stack of open-source applications. Free for personal use.

Get Ubuntu Pro 30-day free trial

Severity score breakdown

CVSS version: CVSS v4.0

Base score 8.6 · High

Vector: 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

References

Related Ubuntu Security Notices (USN)

    • USN-8745-1
    • KissFFT vulnerabilities
    • 10 September 2026

Other references


Access our resources on patching vulnerabilities