Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-23300

CVE-2026-23300: Linux Kernel IPv6 Nexthop DOS Vulnerability

CVE-2026-23300 is a denial of service flaw in the Linux kernel IPv6 nexthop handling that causes kernel panics when IPv4 routes reference loopback IPv6 nexthops. This article covers technical details, impact, and fixes.

Published: March 27, 2026

CVE-2026-23300 Overview

CVE-2026-23300 is a Null Pointer Dereference vulnerability in the Linux kernel's IPv6 networking subsystem. The vulnerability occurs when a standalone IPv6 nexthop object is created with a loopback device, and an IPv4 route subsequently references this nexthop. The fib6_nh_init() function misclassifies the nexthop as a reject route, causing fib_nh_common_init() to be skipped and leaving nhc_pcpu_rth_output unallocated. When __mkroute_output() later dereferences this NULL pointer, the kernel panics.

Critical Impact

This vulnerability can cause kernel panic and system crashes when IPv4 routes reference loopback IPv6 nexthop objects, leading to denial of service conditions.

Affected Products

  • Linux kernel (net/ipv6 subsystem)
  • Systems using IPv6 nexthop objects with loopback devices
  • Network infrastructure utilizing mixed IPv4/IPv6 routing configurations

Discovery Timeline

  • 2026-03-25 - CVE CVE-2026-23300 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-23300

Vulnerability Analysis

The vulnerability resides in the fib6_nh_init() function within the Linux kernel's IPv6 routing implementation. When a standalone IPv6 nexthop object is created targeting a loopback device (e.g., using ip -6 nexthop add id 100 dev lo), the function incorrectly classifies it as a reject route.

This misclassification occurs because nexthop objects have no destination prefix (fc_dst=::), which causes fib6_is_reject() to match any loopback nexthop. When the reject path is taken, the code skips the call to fib_nh_common_init(), which is responsible for allocating the nhc_pcpu_rth_output structure.

The vulnerability manifests when an IPv4 route later references this improperly initialized nexthop. The __mkroute_output() function attempts to dereference nhc_pcpu_rth_output, which remains NULL, triggering a kernel panic.

Root Cause

The root cause is an overly broad condition check in fib6_nh_init() that uses fib6_is_reject() to determine reject routes. This heuristic incorrectly matches standalone nexthop objects targeting loopback devices, even though they are not actual reject routes. The fib6_is_reject() function's loopback promotion logic was designed for a different use case and should not apply to nexthop objects.

Attack Vector

An attacker with local access and permissions to configure network routes could trigger this vulnerability by:

  1. Creating a standalone IPv6 nexthop object targeting the loopback device
  2. Creating an IPv4 route that references this nexthop object
  3. Triggering route lookup operations that invoke __mkroute_output()

This sequence would cause the kernel to dereference a NULL pointer, resulting in a kernel panic and denial of service. The attack requires local network configuration privileges, making it primarily a local denial of service vulnerability.

The fix simplifies the condition check in fib6_nh_init() to only match explicit reject routes (those with RTF_REJECT flag set) rather than relying on the fib6_is_reject() heuristic. This ensures that standalone nexthop objects properly initialize nhc_pcpu_rth_output through fib_nh_common_init().

Detection Methods for CVE-2026-23300

Indicators of Compromise

  • Kernel panic messages containing references to __mkroute_output() or nhc_pcpu_rth_output
  • System crashes when configuring IPv4 routes that reference IPv6 nexthop objects
  • Crash dumps showing NULL pointer dereference in the IPv6 routing subsystem
  • Unexpected system reboots on network infrastructure devices running affected kernel versions

Detection Strategies

  • Monitor kernel logs for panic events related to network routing functions
  • Implement crash dump analysis to identify NULL pointer dereference patterns in __mkroute_output()
  • Audit network configuration scripts for commands creating IPv6 nexthop objects on loopback devices
  • Deploy kernel watchdog monitoring to detect and log unexpected kernel crashes

Monitoring Recommendations

  • Enable kernel crash dump collection (kdump) to capture diagnostic information
  • Configure syslog monitoring for kernel oops/panic messages in routing subsystems
  • Implement automated alerting for unexpected system reboots on network infrastructure
  • Monitor for unusual nexthop configuration patterns involving loopback devices

How to Mitigate CVE-2026-23300

Immediate Actions Required

  • Apply the kernel patches available from the official Linux kernel git repository
  • Avoid creating IPv6 nexthop objects targeting loopback devices until patched
  • Review existing network configurations for potentially problematic nexthop configurations
  • Consider temporarily disabling IPv6 nexthop functionality if patches cannot be immediately applied

Patch Information

Multiple patches have been released to address this vulnerability across different kernel branches. The fix modifies fib6_nh_init() to check only for explicit RTF_REJECT flag instead of using the broader fib6_is_reject() heuristic. Patches are available from the following kernel git commits:

  • Kernel Git Commit 21ec927
  • Kernel Git Commit 8650db85
  • Kernel Git Commit b299121e
  • Kernel Git Commit b3b5a037
  • Kernel Git Commit b5062fc2
  • Kernel Git Commit f7c9f8e3

Workarounds

  • Avoid creating standalone IPv6 nexthop objects on loopback devices (lo)
  • Do not reference IPv6 nexthop objects from IPv4 routes until the kernel is patched
  • Use explicit reject routes with RTF_REJECT flag instead of loopback nexthop configurations
  • Restrict network configuration privileges to trusted administrators only
bash
# Verify current nexthop configurations
ip -6 nexthop show

# Remove potentially problematic loopback nexthops
ip -6 nexthop del id <nexthop_id>

# Check kernel version for patch status
uname -r

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit 21ec927

  • Kernel Git Commit 8650db85

  • Kernel Git Commit b299121e

  • Kernel Git Commit b3b5a037

  • Kernel Git Commit b5062fc2

  • Kernel Git Commit f7c9f8e3
  • Related CVEs
  • CVE-2025-71108: Linux Kernel UCSI DOS Vulnerability

  • CVE-2025-68771: Linux Kernel OCFS2 DOS Vulnerability

  • CVE-2025-68768: Linux Kernel DoS Vulnerability

  • CVE-2023-6535: Linux Kernel NVMe Driver DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English