CVE-2026-63822
Last modified
CVE-2026-63822 is a vulnerability of currently unknown severity. 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.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d5c65159f2895379e11ca13f62feabe93278985d, < e569a5cb401a267168621aa9a1e7f07fcc9612c3; >= d5c65159f2895379e11ca13f62feabe93278985d, < 0aa097a370277deab5337030b9e2d395742f469c; >= d5c65159f2895379e11ca13f62feabe93278985d, < 0a946abb82f29abe9a15173b707a449cb039b43e; >= d5c65159f2895379e11ca13f62feabe93278985d, < 318703b6f71d1a29ee0ac46c32a38f7734d4cfb2; >= d5c65159f2895379e11ca13f62feabe93278985d, < 7b2e62b9080bf4a5f4e70cfe47156df8d93a4f13; >= d5c65159f2895379e11ca13f62feabe93278985d, < 40aa3c2b0cb8e34e0576fc94cc70e4e33db03c0a; >= d5c65159f2895379e11ca13f62feabe93278985d, < 051f954b94479d72222c9fbc82a3eef4777bca01; >= d5c65159f2895379e11ca13f62feabe93278985d, < 8b7a26b6681922a38cd5a7829ace61f8e54df9b7 |
| Linux | Linux | 5.6 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63822?
How severe is CVE-2026-63822?
How do I fix CVE-2026-63822?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-63817In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63818In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-63819In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6382The FileOrganizer WordPress plugin before 1.1.9, Advanced F…9.1
- CVE-2026-63820In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63821In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63823In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63824In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63825In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-63826In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63827In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63828In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-63822?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
