CVE Catalog

CVE-2026-97601

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the ieee802154 6lowpan subsystem has a NULL pointer dereference vulnerability in lowpan_newlink. A TUN device can change its link type to ARPHRD_IEEE802154 without initializing ieee802154_ptr, leading to a crash.

Risk Assessment

A local attacker with TUN device creation privileges can trigger a kernel panic, causing denial of service (DoS).

Recommendation

Apply the kernel patch that rejects devices without ieee802154_ptr in addition to wrong type devices.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ieee802154: 6lowpan: fix NULL dereference in lowpan_newlink TUNSETLINK allows a TUN device to change its link-layer type to ARPHRD_IEEE802154 without initializing ieee802154_ptr. lowpan_newlink() checks only the device type before dereferencing the pointer, so an RTM_NEWLINK request can trigger a NULL pointer dereference. Reject devices without ieee802154_ptr along with devices of the wrong type.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS