CVE-2026-63972
Last modified
CVE-2026-63972 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: mana: Skip redundant detach on already-detached port When mana_per_port_queue_reset_work_handler() runs after a previous detach succeeded but attach failed, the port is left in a detached state with apc->tx_qp and apc->rxqs already freed. Calling mana_detach() again unconditionally leads to NULL pointer dereferences during queue teardown. Add an early exit in mana_detach() when the port is already in detached state (!netif_device_present) for non-close callers, making it safe to call idempotently. EPSS estimates a 0.58% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: mana: Skip redundant detach on already-detached port When mana_per_port_queue_reset_work_handler() runs after a previous detach succeeded but attach failed, the port is left in a detached state with apc->tx_qp and apc->rxqs already freed. Calling mana_detach() again unconditionally leads to NULL pointer dereferences during queue teardown. Add an early exit in mana_detach() when the port is already in detached state (!netif_device_present) for non-close callers, making it safe to call idempotently. This allows the queue reset handler and other recovery paths to simply retry mana_attach() without redundant teardown.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= fb9f98e1041a30dd5766620a2a64cb472b54caa9, < c4152b4e28b3e550ec99351bf900e2c24c2608cc; >= 3b194343c25084a8d2fa0c0f2c9e80f3080fd732, < 7ae590797f9b5c240aaea5773f5f00977a42a846; >= 3b194343c25084a8d2fa0c0f2c9e80f3080fd732, < 5b05aa36ee24297d7296ca58dfd8c448d0e4cda3; >= 6.18.33, < 6.18.35 |
| Linux | Linux | 7.0 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63972?
How severe is CVE-2026-63972?
How do I fix CVE-2026-63972?
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-63967In the Linux kernel, the following vulnerability has been re…
- 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-63973In the Linux kernel, the following vulnerability has been re…
- 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
Are you affected by CVE-2026-63972?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
