0.0
NA
CVE-2026-64155
wifi: ath11k: fix error path leaks in some WMI WOW calls
Description

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11k_wmi_cmd_send(...). Because we did not check the return value, we also did not free the skb in the error path.

INFO

Published Date :

July 19, 2026, 4:17 p.m.

Last Modified :

July 19, 2026, 4:17 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-64155 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Fix error path memory leaks in WMI WOW calls by validating return values and freeing skbs.
  • Update the Linux kernel to include the fix.
  • Validate return values from WMI calls.
  • Free skbs in error paths.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-64155 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-64155 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-64155 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-64155 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jul. 19, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '79802b13a492d0fdeb922e98628e5ff1a8b74026', 'lessThan': 'd6c7b8d0dc22c0a8743435db8f42d98524b70df3', 'versionType': 'git'}, {'status': 'affected', 'version': '79802b13a492d0fdeb922e98628e5ff1a8b74026', 'lessThan': 'cd43d587dd333517c806cd24696e6e1a26b9951e', 'versionType': 'git'}, {'status': 'affected', 'version': '79802b13a492d0fdeb922e98628e5ff1a8b74026', 'lessThan': '3d675896ea03aca631852a2a7e91e6cb8f664967', 'versionType': 'git'}, {'status': 'affected', 'version': '79802b13a492d0fdeb922e98628e5ff1a8b74026', 'lessThan': '008955b1348452de25bc19d6e0f0f673d4cb9a3c', 'versionType': 'git'}, {'status': 'affected', 'version': '79802b13a492d0fdeb922e98628e5ff1a8b74026', 'lessThan': 'acde4692afcdaea6de3e2996ddfaeaa7ae6b0130', 'versionType': 'git'}, {'status': 'affected', 'version': '79802b13a492d0fdeb922e98628e5ff1a8b74026', 'lessThan': 'd618d322b95c80d5ad7091f35a7193e4050dcc27', 'versionType': 'git'}, {'status': 'affected', 'version': '79802b13a492d0fdeb922e98628e5ff1a8b74026', 'lessThan': '55dda532bbc261aef495e403c8900c5e2ab5fa34', 'versionType': 'git'}], 'programFiles': ['drivers/net/wireless/ath/ath11k/wmi.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '5.11'}, {'status': 'unaffected', 'version': '0', 'lessThan': '5.11', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.15.209', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.175', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.142', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.92', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.34', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.11', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/net/wireless/ath/ath11k/wmi.c'], 'defaultStatus': 'affected'}]
    Added Description In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix error path leaks in some WMI WOW calls Fix two instances where we used to directly return the result of ath11k_wmi_cmd_send(...). Because we did not check the return value, we also did not free the skb in the error path.
    Added Reference https://git.kernel.org/stable/c/008955b1348452de25bc19d6e0f0f673d4cb9a3c
    Added Reference https://git.kernel.org/stable/c/3d675896ea03aca631852a2a7e91e6cb8f664967
    Added Reference https://git.kernel.org/stable/c/55dda532bbc261aef495e403c8900c5e2ab5fa34
    Added Reference https://git.kernel.org/stable/c/acde4692afcdaea6de3e2996ddfaeaa7ae6b0130
    Added Reference https://git.kernel.org/stable/c/cd43d587dd333517c806cd24696e6e1a26b9951e
    Added Reference https://git.kernel.org/stable/c/d618d322b95c80d5ad7091f35a7193e4050dcc27
    Added Reference https://git.kernel.org/stable/c/d6c7b8d0dc22c0a8743435db8f42d98524b70df3
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.