CVE-2026-63990
Last modified
CVE-2026-63990 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bonding: refuse to enslave CAN devices syzbot reported a kernel paging request crash in can_rx_unregister() inside net/can/af_can.c. The crash occurs because a virtual CAN device (vxcan) is being enslaved to a bonding master. During the enslavement process, the bonding driver mutates and modifies the network device states to fit an Ethernet-like aggregation model. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bonding: refuse to enslave CAN devices syzbot reported a kernel paging request crash in can_rx_unregister() inside net/can/af_can.c. The crash occurs because a virtual CAN device (vxcan) is being enslaved to a bonding master. During the enslavement process, the bonding driver mutates and modifies the network device states to fit an Ethernet-like aggregation model. However, CAN devices operate on a completely different Layer 2 architecture, relying on the CAN mid-layer private data structure (can_ml_priv) instead of standard Ethernet structures. Since bonding does not initialize or maintain these CAN structures, subsequent operations on the half-enslaved interface (such as closing associated sockets via isotp_release) lead to a null-pointer dereference when accessing the CAN receiver lists. Bonding CAN interfaces is architecturally invalid as CAN lacks MAC addresses, ARP capabilities, and standard Ethernet link-layer mechanisms. While generic loopback devices are blocked globally in net/core/dev.c, virtual CAN devices bypass this check because they do not carry the IFF_LOOPBACK flag, despite acting as local software-loopbacks. Fix this by explicitly blocking network devices of type ARPHRD_CAN from being enslaved at the very beginning of bond_enslave(). This prevents illegal state mutations, eliminates the resulting KASAN crashes, and avoids potential memory leaks from incomplete socket cleanups. As the CAN support has been added a long time after bonding the Fixes-tag points to the introduction of ARPHRD_CAN that would have needed a specific handling in bonding_main.c.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= cd05acfe65ed2cf2db683fa9a6adb8d35635263b, < 69b78b5f3033272e53a2dc2dad675962654a5b38; >= cd05acfe65ed2cf2db683fa9a6adb8d35635263b, < 41e8478c4cd896d3abbe33d41afc90c84ac66602; >= cd05acfe65ed2cf2db683fa9a6adb8d35635263b, < f4d78a81f57df82e9d82a2c07471fed1a1235893; >= cd05acfe65ed2cf2db683fa9a6adb8d35635263b, < 02f1c87ded33b43d48b4a1d665da15f2157b30d8; >= cd05acfe65ed2cf2db683fa9a6adb8d35635263b, < 9ea8a648d9120f7652bcde1ce2c4ad66871af707; >= cd05acfe65ed2cf2db683fa9a6adb8d35635263b, < 563090e5d450c665f70d955a39f9587afc7842eb; >= cd05acfe65ed2cf2db683fa9a6adb8d35635263b, < 8ba68464e4787b6a7ec938826e16124df20fd23d |
| Linux | Linux | 2.6.25 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63990?
How severe is CVE-2026-63990?
How do I fix CVE-2026-63990?
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-63985In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63986In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63987In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63988In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63989In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6399The General Options plugin for WordPress is vulnerable to St…4.4
- CVE-2026-63991In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63992In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-63993In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-63994In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-63995In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63996In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-63990?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
