๐Ÿ” CVE Alert

CVE-2026-64145

UNKNOWN 0.0

wifi: wilc1000: fix dma_buffer leak on bus acquire failure

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dma_buffer leak on bus acquire failure wilc_wlan_firmware_download() allocates dma_buffer with kmalloc() at the top of the function and uses a 'fail:' label to free it via kfree(dma_buffer) on error. All later error paths correctly use 'goto fail' to route through this cleanup. However, the early failure path after the first acquire_bus() call uses a bare 'return ret;', which leaks dma_buffer whenever the bus acquire fails. Replace the early return with goto fail so the existing cleanup path runs. Found via a custom Coccinelle semantic patch hunting for kmalloc'd locals leaked on early-return error paths in driver firmware-download code.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Jul 19, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
1241c5650ff7a0236cebb89acca8aade48839fd6 < 95c82d498d74c4e587db30021ca1aec90e29b5a5 1241c5650ff7a0236cebb89acca8aade48839fd6 < 32d7584441b9ecb279a03653b432612546e5efbe 1241c5650ff7a0236cebb89acca8aade48839fd6 < dd7b6a8671939708cc4b7a46786d8c11297e8f69
Linux / Linux
6.13

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/95c82d498d74c4e587db30021ca1aec90e29b5a5 git.kernel.org: https://git.kernel.org/stable/c/32d7584441b9ecb279a03653b432612546e5efbe git.kernel.org: https://git.kernel.org/stable/c/dd7b6a8671939708cc4b7a46786d8c11297e8f69