CVE-2026-63973
Last modified
CVE-2026-63973 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: mana: Add NULL guards in teardown path to prevent panic on attach failure When queue allocation fails partway through, the error cleanup frees and NULLs apc->tx_qp and apc->rxqs. Multiple teardown paths such as mana_remove(), mana_change_mtu() recovery, and internal error handling in mana_alloc_queues() can subsequently call into functions that dereference these pointers without NULL checks: - mana_chn_setxdp() dereferences apc->rxqs[0], causing a NULL pointer dereference panic (CR2: 0000000000000000 at mana_chn_setxdp+0x26). - mana_destroy_vport() iterates apc->rxqs without a NULL check. - mana_fence_rqs() iterates apc->rxqs without a NULL check. - mana_dealloc_queues() iterates apc->tx_qp without a NULL check. Add NULL guards for apc->rxqs in mana_fence_rqs(), mana_destroy_vport(), and before the mana_chn_setxdp() call. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: mana: Add NULL guards in teardown path to prevent panic on attach failure When queue allocation fails partway through, the error cleanup frees and NULLs apc->tx_qp and apc->rxqs. Multiple teardown paths such as mana_remove(), mana_change_mtu() recovery, and internal error handling in mana_alloc_queues() can subsequently call into functions that dereference these pointers without NULL checks: - mana_chn_setxdp() dereferences apc->rxqs[0], causing a NULL pointer dereference panic (CR2: 0000000000000000 at mana_chn_setxdp+0x26). - mana_destroy_vport() iterates apc->rxqs without a NULL check. - mana_fence_rqs() iterates apc->rxqs without a NULL check. - mana_dealloc_queues() iterates apc->tx_qp without a NULL check. Add NULL guards for apc->rxqs in mana_fence_rqs(), mana_destroy_vport(), and before the mana_chn_setxdp() call. Add a NULL guard for apc->tx_qp in mana_dealloc_queues() to skip TX queue draining when TX queues were never allocated or already freed.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f, < da7e4a1aaf397af6a094f640c92d6bc7564c10db; >= ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f, < 95e414f8324385771bdfd6d497a01d5593813ccb; >= ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f, < 26a96fa81496afe7d162d172ccdc8cb9dbc685d2; >= ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f, < da87896f34e0a51489811d1a684e2953099ca98f; >= ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f, < 0a9c520fdcb1cb2e79c163c12d359b5e1ee40007; >= ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f, < 17bfe0a8c014ee1d542ad352cd6a0a505361664a |
| Linux | Linux | 5.13 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63973?
How severe is CVE-2026-63973?
How do I fix CVE-2026-63973?
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-63968In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-63969In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6397The Sticky plugin for WordPress is vulnerable to Stored Cros…6.4
- CVE-2026-63970In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63971In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63972In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-63974In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63975In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63976In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63977In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63978In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-63979In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-63973?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
