PatchSiren cyber security CVE debrief
CVE-2026-64145 Linux CVE debrief
A vulnerability was found in the Linux kernel's wilc1000 wifi driver. The issue occurs when the wilc_wlan_firmware_download() function fails to free a dma_buffer on early bus acquire failure, leading to a potential memory leak. This vulnerability has been resolved, but the exact impact and affected systems are not clearly stated. Linux kernel developers and users, especially those using the wilc1000 wifi driver, should review the official advisory and CVE record for more information. The vulnerability has a medium defensive priority, and defenders should take steps to review and apply the available patch.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-19
- Original CVE updated
- 2026-08-17
- Advisory published
- 2026-07-19
- Advisory updated
- 2026-08-17
Who should care
Linux kernel developers and users, especially those using the wilc1000 wifi driver, should review the official advisory and CVE record for more information. This includes Linux distribution maintainers, system administrators, and security teams responsible for managing Linux-based systems.
Technical summary
The wilc_wlan_firmware_download() function allocates a dma_buffer with kmalloc() at the top of the function. On error, it uses a 'fail:' label to free the dma_buffer via kfree(dma_buffer). However, an early failure path after the first acquire_bus() call uses a bare 'return ret;', which leaks the dma_buffer whenever the bus acquire fails. To fix this, replace the early return with 'goto fail' to ensure the existing cleanup path runs. This vulnerability has been resolved in the Linux kernel, but the exact impact and affected systems are not clearly stated.
Defensive priority
Medium
Recommended defensive actions
- Review and apply the available patch
- Inventory Linux kernel installations using wilc1000 wifi driver
- Monitor for potential memory leaks
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record was published on 2026-07-19T16:17:56.443Z and has not been modified since then. The NVD entry is currently Received. There is limited information available about the vulnerability, and defenders should verify the affected scope and severity with the official advisory. The vulnerability was found in the Linux kernel's wilc1000 wifi driver, which is used in various Linux distributions. The vulnerability has been resolved, but the exact impact and affected systems are not clearly stated. Defenders should review the official advisory and CVE record for more information.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-64145 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-64145
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-64145 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64145
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/32d7584441b9ecb279a03653b432612546e5efbe
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/95c82d498d74c4e587db30021ca1aec90e29b5a5
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/dd7b6a8671939708cc4b7a46786d8c11297e8f69
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.