CVE-2026-97601
Received Received - Intake

NULL dereference in Linux kernel ieee802154 6lowpan

Vulnerability report for CVE-2026-97601, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-25
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel ieee802154 *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a NULL pointer dereference in the lowpan_newlink function. It occurs when a TUN device attempts to change its link-layer type to ARPHRD_IEEE802154 without properly initializing the ieee802154_ptr. The function fails to check this pointer before dereferencing it, leading to a crash when an RTM_NEWLINK request is processed.

Detection Guidance

This vulnerability involves a NULL pointer dereference in the Linux kernel's ieee802154 6lowpan module. Detection requires checking kernel logs for crashes or kernel oops messages related to lowpan_newlink or TUNSETLINK operations. Monitor system logs with commands like dmesg | grep -i 'lowpan' or journalctl -k | grep -i 'NULL pointer dereference'.

Impact Analysis

This vulnerability can cause system crashes or kernel panics if exploited, potentially leading to denial-of-service conditions. Systems using TUN devices with 6lowpan functionality may be affected, disrupting network operations and services relying on these devices.

Mitigation Strategies

Apply the latest Linux kernel security updates immediately. Disable the ieee802154 6lowpan module if not needed using modprobe -r ieee802154_6lowpan. Restrict access to TUN devices and ensure only trusted users can modify network interfaces. Monitor kernel logs for signs of exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-97601. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart