Bug 2459795 (CVE-2026-41445) - CVE-2026-41445 KissFFT: KissFFT: Heap buffer overflow via integer overflow in kiss_fftndr_alloc()
Summary: CVE-2026-41445 KissFFT: KissFFT: Heap buffer overflow via integer overflow in...
Keywords:
Status: NEW
Alias: CVE-2026-41445
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-20 17:02 UTC by OSIDB Bzimport
Modified: 2026-04-22 10:03 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-20 17:02:19 UTC
KissFFT before commit 8a8e66e contains an integer overflow vulnerability in the kiss_fftndr_alloc() function in kiss_fftndr.c where the allocation size calculation dimOther*(dimReal+2)*sizeof(kiss_fft_scalar) overflows signed 32-bit integer arithmetic before being widened to size_t, causing malloc() to allocate an undersized buffer. Attackers can trigger heap buffer overflow by providing crafted dimensions that cause the multiplication to exceed INT_MAX, allowing writes beyond the allocated buffer region when kiss_fftndr() processes the data.


Note You need to log in before you can comment on or make changes to this bug.