UBUNTU-CVE-2025-34297

    Dashboard / Vulnerabilities / UBUNTU-CVE-2025-34297

    UBUNTU-CVE-2025-34297

    Published: 1 Dec 2025Last Modified: 10 Sept 2026
    Upstream:
    Aliases:

    Summary:

    Details: 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.

    Affected packages

    Package

    Name: kissfft

    Purl: pkg:deb/ubuntu/kissfft?arch=source&distro=esm-apps%2Fjammy

    Affected ranges

    Type: ECOSYSTEM

    Events:

    Introduced- 0
    Fixed -131.1.0-2ubuntu0.1~esm1

    Affected versions

    131.1.0-1
    131.1.0-2

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    UBUNTU-CVE-2025-34297 | CVE-DB