Lucene search
K

15 matches found

SUSE CVE
SUSE CVE
added 2026/04/21 12:16 p.m.6 views

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

8.8CVSS6AI score0.00288EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2026/04/20 12:0 a.m.4 views

PT-2026-33804

Name of the Vulnerable Software and Affected Versions KissFFT versions prior to commit 8a8e66e Description An integer overflow occurs in the kiss fftndr alloc function within kiss fftndr.c. The allocation size calculation dimOtherdimReal+2sizeofkiss fft scalar overflows signed 32-bit integer...

8.8CVSS6AI score0.00288EPSS
Exploits0References10
Fedora
Fedora
added 2026/03/19 1:10 a.m.6 views

[SECURITY] Fedora 42 Update: kiss-fft-131.2.0-1.fc42

KISS FFT - A mixed-radix Fast Fourier Transform based on the principle, "Keep It Simple, Stupid." There are many great fft libraries already around. Kiss FFT is not trying to be better than any of them. It only attempts to be a reasonably efficient, moderately useful FFT that can use fixed or...

8.6CVSS5.8AI score0.00144EPSS
Exploits0
Fedora
Fedora
added 2026/03/19 12:54 a.m.7 views

[SECURITY] Fedora 43 Update: kiss-fft-131.2.0-1.fc43

KISS FFT - A mixed-radix Fast Fourier Transform based on the principle, "Keep It Simple, Stupid." There are many great fft libraries already around. Kiss FFT is not trying to be better than any of them. It only attempts to be a reasonably efficient, moderately useful FFT that can use fixed or...

8.6CVSS5.8AI score0.00144EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2026/03/19 12:0 a.m.6 views

Fedora 43 : kiss-fft (2026-291357abab)

The remote Fedora 43 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2026-291357abab advisory. Update to 131.2.0 Tenable has extracted the preceding description block directly from the Fedora security advisory. Note that Nessus has not tested...

8.6CVSS5.9AI score0.00144EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2026/03/19 12:0 a.m.4 views

Fedora 42 : kiss-fft (2026-aeb63d9dfb)

The remote Fedora 42 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2026-aeb63d9dfb advisory. Update to 131.2.0 Tenable has extracted the preceding description block directly from the Fedora security advisory. Note that Nessus has not tested...

8.6CVSS5.9AI score0.00144EPSS
Exploits0References2
OpenVAS
OpenVAS
added 2026/03/19 12:0 a.m.3 views

Fedora: Security Advisory (FEDORA-2026-aeb63d9dfb)

The remote host is missing an update for the SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.6CVSS5.8AI score0.00144EPSS
Exploits0References5
OpenVAS
OpenVAS
added 2026/03/19 12:0 a.m.5 views

Fedora: Security Advisory (FEDORA-2026-291357abab)

The remote host is missing an update for the SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.6CVSS5.8AI score0.00144EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2026/03/18 12:0 a.m.5 views

Fedora 44 : kiss-fft (2026-ecc754cb95)

The remote Fedora 44 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2026-ecc754cb95 advisory. Update to 131.2.0 Tenable has extracted the preceding description block directly from the Fedora security advisory. Note that Nessus has not tested...

8.6CVSS5.9AI score0.00144EPSS
Exploits0References2
Microsoft CVE
Microsoft CVE
added 2025/12/05 1:4 a.m.3 views

KissFFT Integer Overflow Heap Buffer Overflow via kiss_fft_alloc

...

8.6CVSS7AI score0.00144EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/12/03 12:24 a.m.1 views

SUSE CVE-2025-34297

KissFFT versions prior to the fix commit 1b083165 contain an integer overflow in kissfftalloc in kissfft.c on platforms where sizet is 32-bit. The nfft parameter is not validated before being used in a size calculation sizeofkissfftcpx nfft - 1, which can wrap to a small value when nfft is large...

8.6CVSS7.5AI score0.00144EPSS
Exploits0References3
EUVD
EUVD
added 2025/12/01 9:30 p.m.5 views

EUVD-2025-200096

KissFFT versions prior to the fix commit 1b083165 contain an integer overflow in kissfftalloc in kissfft.c on platforms where sizet is 32-bit. The nfft parameter is not validated before being used in a size calculation sizeofkissfftcpx nfft - 1, which can wrap to a small value when nfft is large...

8.6CVSS6.9AI score0.00144EPSS
Exploits0References4
Snyk
Snyk
added 2025/12/01 6:42 p.m.3 views

Integer Overflow or Wraparound

Overview Affected versions of this package are vulnerable to Integer Overflow or Wraparound in the kissfftalloc function when the nfft parameter is not properly validated before being used in a size calculation. An attacker can cause a heap buffer overflow by supplying a large value for nfft on...

8.6CVSS7.5AI score0.00144EPSS
Exploits0References2
CVE
CVE
added 2025/12/01 6:18 p.m.34 views

CVE-2025-34297

KissFFT contains an integer overflow in kiss_fft_alloc() (kiss_fft.c) on 32-bit platforms due to an unvalidated nfft in the size calculation (sizeof(kiss_fft_cpx) * (nfft - 1)). This can cause an undersized malloc and a subsequent loop to write nfft elements, resulting in a heap buffer overflow. ...

8.6CVSS7.1AI score0.00144EPSS
Exploits0References3
CNNVD
CNNVD
added 2025/12/01 12:0 a.m.5 views

KISS FFT 输入验证错误漏洞

KISS FFT is a Fourier Transform computational library by mborgerding individual developers. An input validation error vulnerability exists in versions of KISS FFT prior to 1b083165, which stems from an integer overflow in the function kissfftalloc in kissfft.c, which could result in a heap buffer...

8.6CVSS7AI score0.00144EPSS
Exploits0References6
Rows per page
Query Builder