CVE 8.7 HIGH

KissFFT Integer Overflow Heap Buffer Overflow via kiss_fftndr_alloc()_CVE-2026-41445

8.7 / 10
HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Description

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.

AI Analysis

Integer overflow vulnerability in kiss_fftndr_alloc() function, allowing heap buffer overflow attacks

Basic Information

ID CVE-2026-41445
Source VulnCheck
Published Apr 20, 2026 at 16:18
Modified Apr 20, 2026 at 17:57

Affected Product

Vendor mborgerding
Product kissfft
Affected Versions mborgerding kissfft 0

CWE Classification

AI Assessment

AI Score 8.7 / 10
AI Severity High
Vendor mborgerding
Product KissFFT

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.