CVE-2026-63870
Last modified
CVE-2026-63870 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ieee802154: 6lowpan: only accept IPv6 packets in lowpan_xmit() The aoe driver (or similar) generates a non-IPv6 packet (e.g., ETH_P_AOE) and queues it for transmission via dev_queue_xmit() on a 6LoWPAN interface (configured by the user or test case). Since the packet is not IPv6, the 6LoWPAN header_ops->create function (lowpan_header_create or header_create) returns early without initializing the lowpan_addr_info structure in the skb headroom. In the transmit function (lowpan_xmit), the driver calls lowpan_header (or setup_header) which unconditionally copies and uses the lowpan_addr_info from the headroom, which contains uninitialized data. Fix this by dropping non IPv6 packets. A similar fix is needed in net/bluetooth/6lowpan.c bt_xmit().. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ieee802154: 6lowpan: only accept IPv6 packets in lowpan_xmit() The aoe driver (or similar) generates a non-IPv6 packet (e.g., ETH_P_AOE) and queues it for transmission via dev_queue_xmit() on a 6LoWPAN interface (configured by the user or test case). Since the packet is not IPv6, the 6LoWPAN header_ops->create function (lowpan_header_create or header_create) returns early without initializing the lowpan_addr_info structure in the skb headroom. In the transmit function (lowpan_xmit), the driver calls lowpan_header (or setup_header) which unconditionally copies and uses the lowpan_addr_info from the headroom, which contains uninitialized data. Fix this by dropping non IPv6 packets. A similar fix is needed in net/bluetooth/6lowpan.c bt_xmit().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4dc315e267fe4a3c863fec21f26aa0a418c3f07a, < af07fffbd53ddc3ec3c2a4ca914f27899fa89bca; >= 4dc315e267fe4a3c863fec21f26aa0a418c3f07a, < 3150e6d3223dfc356308125cabf9c34169842d2a; >= 4dc315e267fe4a3c863fec21f26aa0a418c3f07a, < 8da95cb6ad7d656c871e776a9c7b77e894d6d89c; >= 4dc315e267fe4a3c863fec21f26aa0a418c3f07a, < 1a827b95e62b4cbe851ae7cc9c961cdfa769cca4; >= 4dc315e267fe4a3c863fec21f26aa0a418c3f07a, < c1819c8defa235c7beda859bc185b1c429a55ecd; >= 4dc315e267fe4a3c863fec21f26aa0a418c3f07a, < 285b0842f2e01c3edf805f1fd64da11d9b7f6b4c; >= 4dc315e267fe4a3c863fec21f26aa0a418c3f07a, < 87172cc8dc49aaf54407a31edffb0232f8cb93ab; >= 4dc315e267fe4a3c863fec21f26aa0a418c3f07a, < 3a5f3f7aff18bcc36a57839cf50cf0cc8de707f3 |
| Linux | Linux | 4.0 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-63870?
How severe is CVE-2026-63870?
How do I fix CVE-2026-63870?
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-63864In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-63865In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63866In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-63867In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-63868In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63869In the Linux kernel, the following vulnerability has been re…7.6
- CVE-2026-63871In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63872Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-63873In the Linux kernel, the following vulnerability has been re…
- CVE-2026-63874In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63875In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-63876In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-63870?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
