PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-63990 Linux CVE debrief

The Linux kernel has a vulnerability that has been resolved. The bonding driver did not properly handle CAN devices, leading to a kernel paging request crash. This occurs because a virtual CAN device (vxcan) is being enslaved to a bonding master, causing the bonding driver to mutate and modify 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. As a result, subsequent operations on the half-enslaved interface lead to a null-pointer dereference when accessing the CAN receiver lists. The fix explicitly blocks network devices of type ARPHRD_CAN from being enslaved at the very beginning of bond_enslave(), preventing illegal state mutations and eliminating the resulting KASAN crashes.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-07-30
Advisory published
2026-07-19
Advisory updated
2026-07-30

Who should care

Users of Linux kernel, particularly those who manage Linux-based systems and networks, should be aware of this vulnerability. They should review their system configurations to ensure that no CAN devices are being used in conjunction with bonding. Additionally, Linux kernel developers and maintainers should take note of this vulnerability and ensure that proper handling of CAN devices is implemented in the bonding driver.

Technical summary

The Linux kernel vulnerability occurs because the bonding driver does not properly handle CAN devices. When a virtual CAN device (vxcan) is enslaved to a bonding master, 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. This leads to a null-pointer dereference when accessing the CAN receiver lists. The fix explicitly blocks network devices of type ARPHRD_CAN from being enslaved at the very beginning of bond_enslave(), preventing illegal state mutations and eliminating the resulting KASAN crashes.

Defensive priority

High

Recommended defensive actions

  • Update Linux kernel to the latest version
  • Disable bonding for CAN devices
  • Monitor CAN device usage
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability was reported by syzbot and has been resolved by explicitly blocking network devices of type ARPHRD_CAN from being enslaved at the very beginning of bond_enslave(). To verify, defenders should review the CAN device usage and ensure that no virtual CAN devices are being enslaved to a bonding master. Additionally, they should check for any potential memory leaks from incomplete socket cleanups and validate the affected scope and severity.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-63990 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-63990

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-63990 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-63990

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/02f1c87ded33b43d48b4a1d665da15f2157b30d8

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/41e8478c4cd896d3abbe33d41afc90c84ac66602

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/563090e5d450c665f70d955a39f9587afc7842eb

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/69b78b5f3033272e53a2dc2dad675962654a5b38

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8ba68464e4787b6a7ec938826e16124df20fd23d

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9ea8a648d9120f7652bcde1ce2c4ad66871af707

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/f4d78a81f57df82e9d82a2c07471fed1a1235893

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

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.