CVE-2026-63870

Source
https://cve.org/CVERecord?id=CVE-2026-63870
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63870.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-63870
Downstream
Published
2026-07-19T14:18:39.113Z
Modified
2026-08-12T03:51:37.888815147Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ieee802154: 6lowpan: only accept IPv6 packets in lowpan_xmit()
Details

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., ETHPAOE) and queues it for transmission via devqueuexmit() on a 6LoWPAN interface (configured by the user or test case).

Since the packet is not IPv6, the 6LoWPAN headerops->create function (lowpanheadercreate or headercreate) returns early without initializing the lowpanaddrinfo structure in the skb headroom.

In the transmit function (lowpanxmit), the driver calls lowpanheader (or setupheader) which unconditionally copies and uses the lowpanaddr_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().

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63870.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4dc315e267fe4a3c863fec21f26aa0a418c3f07a
Fixed
af07fffbd53ddc3ec3c2a4ca914f27899fa89bca
Fixed
3150e6d3223dfc356308125cabf9c34169842d2a
Fixed
8da95cb6ad7d656c871e776a9c7b77e894d6d89c
Fixed
1a827b95e62b4cbe851ae7cc9c961cdfa769cca4
Fixed
c1819c8defa235c7beda859bc185b1c429a55ecd
Fixed
285b0842f2e01c3edf805f1fd64da11d9b7f6b4c
Fixed
87172cc8dc49aaf54407a31edffb0232f8cb93ab
Fixed
3a5f3f7aff18bcc36a57839cf50cf0cc8de707f3

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63870.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.0.0
Fixed
5.10.259
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.210
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.176
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.94
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.36
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.13

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63870.json"