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.
Published: 2026-07-19
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The ath11k wireless driver in the Linux kernel has a flaw where certain WMI WOW calls follow error paths that bypass the normal return‑value check, causing the kernel to leave a socket buffer allocated instead of freeing it. This results in a kernel‑level memory leak that can exhaust system resources over time and potentially destabilize the operating system. The vulnerability corresponds to CWE‑772, Unreleased Resource. The impact is limited to a resource exhaustion scenario rather than immediate code execution.

Affected Systems

All Linux kernel builds that enable the ath11k driver are affected. The issue is in the generic Linux kernel product; affected versions include any kernel that contains the old error‑path handling code before the patch commit was applied. No specific kernel version numbers are listed in the advisory.

Risk and Exploitability

The CVSS score for this issue is 5.5, indicating a moderate severity. EPSS is reported as less than 1%, reflecting a very low likelihood of exploitation in the wild. The flaw is not listed in CISA’s KEV catalog. Because the bug resides entirely in a driver and only causes a memory leak when its error paths are exercised locally, the standard attack vector is local or requires privileged access to the Wi‑Fi subsystem. It does not provide remote code execution or a direct privilege‑escalation path, so the overall risk to the system is moderate to low in typical deployments.

Generated by OpenCVE AI on July 30, 2026 at 20:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the system to a kernel version that includes the ath11k WMI WOW error‑path fix.
  • If an update is not immediately feasible, disable or unload the ath11k driver to eliminate the vulnerable code path until the patch is applied.
  • After the update or driver disablement, monitor system memory usage for abnormal growth and check kernel logs for signs of repeated memory leaks or instability.

Generated by OpenCVE AI on July 30, 2026 at 20:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8575-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8576-1 Linux kernel (NVIDIA Tegra) vulnerabilities
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8575-2 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8576-2 Linux kernel (NVIDIA Tegra) vulnerabilities
Ubuntu USN Ubuntu USN USN-8575-3 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8610-1 Linux kernel (Azure CVM) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8620-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8620-2 Linux kernel (Azure FIPS) vulnerabilities
Ubuntu USN Ubuntu USN USN-8620-3 Linux kernel (Intel IoTG) vulnerabilities
Ubuntu USN Ubuntu USN USN-8620-4 Linux kernel (Intel IoTG) vulnerabilities
History

Mon, 20 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sun, 19 Jul 2026 16:15:00 +0000

Type Values Removed Values 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.
Title wifi: ath11k: fix error path leaks in some WMI WOW calls
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-19T15:40:43.545Z

Reserved: 2026-07-19T07:54:57.038Z

Link: CVE-2026-64155

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-64155 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T20:15:05Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime