8 matches found
CVE-2026-41445
A flaw was found in KissFFT. Attackers can exploit an integer overflow vulnerability in the kissfftndralloc function by providing specially crafted dimensions. This overflow causes an undersized memory buffer to be allocated, leading to a heap buffer overflow when data is processed by kissfftndr...
SUSE CVE-2026-41445
KissFFT before commit 8a8e66e contains an integer overflow vulnerability in the kissfftndralloc function in kissfftndr.c where the allocation size calculation dimOtherdimReal+2sizeofkissfftscalar overflows signed 32-bit integer arithmetic before being widened to sizet, causing malloc to allocate ...
Integer Overflow or Wraparound
Overview Affected versions of this package are vulnerable to Integer Overflow or Wraparound in the kissfftndralloc function due to improper allocation size calculation when handling crafted dimension values. An attacker can execute arbitrary code or cause a denial of service by supplying speciall...
CVE-2026-41445
KissFFT before commit 8a8e66e contains an integer overflow vulnerability in the kissfftndralloc function in kissfftndr.c where the allocation size calculation dimOtherdimReal+2sizeofkissfftscalar overflows signed 32-bit integer arithmetic before being widened to sizet, causing malloc to allocate ...
CVE-2026-41445 KissFFT Integer Overflow Heap Buffer Overflow via kiss_fftndr_alloc()
KissFFT before commit 8a8e66e contains an integer overflow vulnerability in the kissfftndralloc function in kissfftndr.c where the allocation size calculation dimOtherdimReal+2sizeofkissfftscalar overflows signed 32-bit integer arithmetic before being widened to sizet, causing malloc to allocate ...
CVE-2026-41445
KissFFT before commit 8a8e66e contains an integer overflow vulnerability in the kissfftndralloc function in kissfftndr.c where the allocation size calculation dimOtherdimReal+2sizeofkissfftscalar overflows signed 32-bit integer arithmetic before being widened to sizet, causing malloc to allocate ...
CVE-2026-41445
KissFFT vulnerability CVE-2026-41445 arises from an integer overflow in the allocation size calculation inside kiss_fftndr_alloc() (kiss_fftndr.c). The expression dimOther*(dimReal+2)*sizeof(kiss_fft_scalar) can overflow a signed 32‑bit int, then widen to size_t, causing malloc() to allocate an u...
KISS FFT 安全漏洞
KISS FFT is a Fourier transform calculation library developed by the individual developer, mborgerding. KISS FFT has a security vulnerability, which stems from an integer overflow in the kissfftndralloc function, potentially leading to a heap buffer overflow...