The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-23011

CVE-2026-23011: Linux Kernel ipv4 ip_gre DoS Vulnerability

CVE-2026-23011 is a denial of service vulnerability in the Linux kernel's ipv4 ip_gre component that causes kernel crashes. This post covers the technical details, affected versions, security impact, and mitigation steps.

Published: January 30, 2026

CVE-2026-23011 Overview

A buffer underflow vulnerability exists in the Linux kernel's IPv4 GRE (Generic Routing Encapsulation) implementation, specifically in the ipgre_header() function within net/ipv4/ip_gre.c. This vulnerability allows attackers to trigger a kernel panic through improper handling of socket buffer (skb) headroom allocation when team or bonding network drivers dynamically change their dev->needed_headroom and/or dev->hard_header_len values.

Critical Impact

Successful exploitation can cause kernel panics and system crashes, leading to denial of service conditions on affected Linux systems using GRE tunneling with team or bonding network configurations.

Affected Products

  • Linux kernel (multiple versions with IPv4 GRE support)
  • Systems using team or bonding network drivers with GRE tunnels
  • Network infrastructure utilizing IPv4 GRE encapsulation

Discovery Timeline

  • January 25, 2026 - CVE CVE-2026-23011 published to NVD
  • January 26, 2026 - Last updated in NVD database

Technical Details for CVE-2026-23011

Vulnerability Analysis

This vulnerability stems from a race condition between skb buffer allocation and network device configuration changes. The issue is analogous to a previously resolved vulnerability in the IPv6 GRE implementation (commit db5b4e39c4e6 - "ip6_gre: make ip6gre_header() robust").

The kernel's syzbot fuzzing tool discovered multiple crash vectors in ipgre_header() over the years. The fundamental problem occurs when team or bonding drivers dynamically modify their dev->needed_headroom and/or dev->hard_header_len properties after an skb has already been allocated with insufficient headroom.

In the specific crash scenario identified, mld_newpack() allocates an skb with a reserve/headroom value that becomes insufficient by the time mld_sendpack() is called. During this window, syzbot managed to attach an ipgre device, causing a mismatch between the allocated buffer space and the required header size.

Root Cause

The root cause is improper validation of available headroom in the ipgre_header() function before performing skb_push() operations. When the network device's header requirements change dynamically (as can happen with team or bonding drivers), the previously allocated skb may not have sufficient space to accommodate the GRE header, resulting in a buffer underflow condition.

The kernel crash manifests as an skb_under_panic with the following characteristics:

  • The skb_push() operation at ipgre_header+0x67/0x290 attempts to push header data beyond the allocated buffer boundaries
  • This triggers skb_under_panic in net/core/skbuff.c:223
  • The system generates a kernel BUG with invalid opcode 0000

Attack Vector

The attack leverages the ability to dynamically reconfigure network devices while multicast operations are in progress. The attack path follows this sequence:

  1. The system initiates MLD (Multicast Listener Discovery) packet construction via mld_newpack()
  2. An skb is allocated with headroom based on current device configuration
  3. An attacker or automated fuzzer reconfigures team/bonding device properties
  4. An ipgre device is attached with different header requirements
  5. When mld_sendpack() attempts to send the packet through ipgre_header(), the skb_push() operation exceeds buffer boundaries

The call trace demonstrates the execution path from the MLD workqueue through the IPv6 output path to the vulnerable ipgre_header() function:

mld_ifc_work → mld_sendpack → ip6_output → neigh_connected_output → ipgre_header → skb_push → skb_under_panic

Detection Methods for CVE-2026-23011

Indicators of Compromise

  • Kernel panic messages containing skb_under_panic in system logs
  • Crash dumps referencing ipgre_header in the call trace
  • System instability when using GRE tunnels with team or bonding interfaces
  • Workqueue crashes in the mld subsystem with mld_ifc_work in the trace

Detection Strategies

  • Monitor kernel logs for skb_under_panic events with ipgre_header in the stack trace
  • Implement crash dump analysis to identify patterns matching this vulnerability signature
  • Deploy kernel tracing tools to monitor skb_push() operations in the GRE code path
  • Use SentinelOne's kernel-level monitoring to detect anomalous network stack behavior

Monitoring Recommendations

  • Enable kernel crash dump collection and analysis on systems using GRE tunneling
  • Monitor for unusual activity around team or bonding device reconfigurations
  • Track MLD workqueue execution anomalies on affected systems
  • Implement alerting on kernel BUG conditions in network-related code paths

How to Mitigate CVE-2026-23011

Immediate Actions Required

  • Update the Linux kernel to a patched version containing the fix commits
  • Temporarily avoid using GRE tunnels in combination with team or bonding interfaces until patched
  • Review and restrict permissions for network device reconfiguration
  • Enable crash dump collection for forensic analysis if exploitation is suspected

Patch Information

The Linux kernel maintainers have released patches to address this vulnerability. The fix makes ipgre_header() robust against dynamic headroom changes by properly validating buffer space before performing push operations. The following commits contain the fix:

  • Kernel Git Commit 554201e
  • Kernel Git Commit aa57bfe
  • Kernel Git Commit e67c577

Administrators should apply the appropriate patch based on their kernel version branch.

Workarounds

  • Avoid using team or bonding drivers in conjunction with GRE tunnel interfaces until the patch is applied
  • Limit network device reconfiguration capabilities to trusted administrators only
  • Consider using alternative tunneling technologies (e.g., VXLAN, IPsec) that are not affected by this specific issue
  • Implement network segmentation to reduce exposure of vulnerable systems
bash
# Check if GRE modules are loaded
lsmod | grep gre

# Temporarily disable ipgre module if not required (requires root)
modprobe -r ip_gre

# Verify team/bonding configuration
ip link show type team
ip link show type bond

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit 554201e

  • Kernel Git Commit aa57bfe

  • Kernel Git Commit e67c577
  • Related CVEs
  • CVE-2026-23446: Linux Kernel aqc111 Driver DoS Vulnerability

  • CVE-2026-23451: Linux Kernel Bonding Driver DoS Flaw

  • CVE-2026-23460: Linux Kernel ROSE Protocol DoS Vulnerability

  • CVE-2026-23459: Linux Kernel 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