Back to overview

CVE-2026-63822

Description
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix warning when unbinding If there is an error during some initialization related to firmware, the buffers dp->tx_ring[i].tx_status are released. However this is released again when the device is unbinded (ath11k_pci), and we get: WARNING: CPU: 0 PID: 6231 at mm/slub.c:4368 free_large_kmalloc+0x57/0x90 Call Trace: free_large_kmalloc ath11k_dp_free ath11k_core_deinit ath11k_pci_remove ... The issue is always reproducible from a VM because the MSI addressing initialization is failing. In order to fix the issue, just set the buffers to NULL after releasing in order to avoid the double free.

Metadata

CVE ID
CVE-2026-63822
State
PUBLISHED
Assigner
Linux
Reserved
2026-07-19 07:54 UTC
Published
2026-07-19 12:02 UTC
Last updated
2026-07-19 12:02 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux d5c65159f2895379e11ca13f62feabe93278985d < e569a5cb401a267168621aa9a1e7f07fcc9612c3, d5c65159f2895379e11ca13f62feabe93278985d < 0aa097a370277deab5337030b9e2d395742f469c, d5c65159f2895379e11ca13f62feabe93278985d < 0a946abb82f29abe9a15173b707a449cb039b43e, d5c65159f2895379e11ca13f62feabe93278985d < 318703b6f71d1a29ee0ac46c32a38f7734d4cfb2 …
Linux Linux 5.6, 0 < 5.6, 5.10.260 ≤ 5.10.*, 5.15.211 ≤ 5.15.* …
Back to overview