CVE-2026-97601: ieee802154: 6lowpan: fix NULL dereference in lowpan_newlink

Published Sep 25, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

ieee802154: 6lowpan: fix NULL dereference in lowpannewlink

TUNSETLINK allows a TUN device to change its link-layer type to ARPHRDIEEE802154 without initializing ieee802154ptr. lowpannewlink() checks only the device type before dereferencing the pointer, so an RTMNEWLINK request can trigger a NULL pointer dereference.

Reject devices without ieee802154ptr along with devices of the wrong type.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·10:22 AM
Data Sourced
via MITRE·10:22 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

What conditions are required to trigger the crash?

An attacker must be able to use TUNSETLINK to change a TUN device's link-layer type to ARPHRD_IEEE802154 and then issue an RTM_NEWLINK request that reaches lowpan_newlink(). The affected device lacks an initialized ieee802154_ptr, which is dereferenced by the vulnerable code.

2

What is the impact of successful exploitation?

The described result is a NULL pointer dereference in the Linux kernel. This can trigger a kernel crash or denial of service.

3

How does the fix prevent the issue?

The fix makes lowpan_newlink() reject devices that do not have ieee802154_ptr initialized, in addition to rejecting devices with an incorrect link-layer type.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203