0.0
NA
CVE-2026-63990
bonding: refuse to enslave CAN devices
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.

INFO

Published Date :

July 19, 2026, 4:17 p.m.

Last Modified :

July 30, 2026, 2:51 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-63990 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
Solution
Block ARPHRD_CAN devices from being enslaved to bonding masters to prevent crashes.
  • Block ARPHRD_CAN devices from enslavement in bond_enslave().
  • Apply updates to the bonding driver.
  • Validate CAN device enslavement logic.
  • Ensure proper handling of CAN device states.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-63990 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-63990 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-63990 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-63990 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jul. 19, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'cd05acfe65ed2cf2db683fa9a6adb8d35635263b', 'lessThan': '69b78b5f3033272e53a2dc2dad675962654a5b38', 'versionType': 'git'}, {'status': 'affected', 'version': 'cd05acfe65ed2cf2db683fa9a6adb8d35635263b', 'lessThan': '41e8478c4cd896d3abbe33d41afc90c84ac66602', 'versionType': 'git'}, {'status': 'affected', 'version': 'cd05acfe65ed2cf2db683fa9a6adb8d35635263b', 'lessThan': 'f4d78a81f57df82e9d82a2c07471fed1a1235893', 'versionType': 'git'}, {'status': 'affected', 'version': 'cd05acfe65ed2cf2db683fa9a6adb8d35635263b', 'lessThan': '02f1c87ded33b43d48b4a1d665da15f2157b30d8', 'versionType': 'git'}, {'status': 'affected', 'version': 'cd05acfe65ed2cf2db683fa9a6adb8d35635263b', 'lessThan': '9ea8a648d9120f7652bcde1ce2c4ad66871af707', 'versionType': 'git'}, {'status': 'affected', 'version': 'cd05acfe65ed2cf2db683fa9a6adb8d35635263b', 'lessThan': '563090e5d450c665f70d955a39f9587afc7842eb', 'versionType': 'git'}, {'status': 'affected', 'version': 'cd05acfe65ed2cf2db683fa9a6adb8d35635263b', 'lessThan': '8ba68464e4787b6a7ec938826e16124df20fd23d', 'versionType': 'git'}], 'programFiles': ['drivers/net/bonding/bond_main.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '2.6.25'}, {'status': 'unaffected', 'version': '0', 'lessThan': '2.6.25', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.15.210', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.176', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.143', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.93', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.35', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.12', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/net/bonding/bond_main.c'], 'defaultStatus': 'affected'}]
    Added 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.
    Added Reference https://git.kernel.org/stable/c/02f1c87ded33b43d48b4a1d665da15f2157b30d8
    Added Reference https://git.kernel.org/stable/c/41e8478c4cd896d3abbe33d41afc90c84ac66602
    Added Reference https://git.kernel.org/stable/c/563090e5d450c665f70d955a39f9587afc7842eb
    Added Reference https://git.kernel.org/stable/c/69b78b5f3033272e53a2dc2dad675962654a5b38
    Added Reference https://git.kernel.org/stable/c/8ba68464e4787b6a7ec938826e16124df20fd23d
    Added Reference https://git.kernel.org/stable/c/9ea8a648d9120f7652bcde1ce2c4ad66871af707
    Added Reference https://git.kernel.org/stable/c/f4d78a81f57df82e9d82a2c07471fed1a1235893
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.