CVE-2026-64145

Source
https://cve.org/CVERecord?id=CVE-2026-64145
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-64145.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-64145
Downstream
Published
2026-07-19T15:40:36.767Z
Modified
2026-07-21T03:47:52.009932218Z
Summary
wifi: wilc1000: fix dma_buffer leak on bus acquire failure
Details

In the Linux kernel, the following vulnerability has been resolved:

wifi: wilc1000: fix dma_buffer leak on bus acquire failure

wilcwlanfirmwaredownload() allocates dmabuffer 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 acquirebus() call uses a bare 'return ret;', which leaks dmabuffer 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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64145.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1241c5650ff7a0236cebb89acca8aade48839fd6
Fixed
95c82d498d74c4e587db30021ca1aec90e29b5a5
Fixed
32d7584441b9ecb279a03653b432612546e5efbe
Fixed
dd7b6a8671939708cc4b7a46786d8c11297e8f69

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-64145.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.34
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.11

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-64145.json"