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
    • 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-23154

CVE-2026-23154: Linux Kernel GSO Segmentation Vulnerability

CVE-2026-23154 is a GSO segmentation flaw in the Linux kernel affecting forwarding fraglist GRO packets. It causes protocol inconsistencies and throughput issues. This article covers technical details, impact, and mitigation.

Published: February 20, 2026

CVE-2026-23154 Overview

CVE-2026-23154 is a vulnerability in the Linux kernel's network stack affecting Generic Segmentation Offload (GSO) segment handling for fragmented list Generic Receive Offload (GRO) packets. The flaw occurs when forwarding GRO packets that have undergone XLAT (IPv4/IPv6 protocol translation), where the skb_segment_list function cannot correctly process GRO skbs that have been converted, resulting in protocol inconsistencies and reduced network throughput.

The vulnerability specifically impacts network environments where stations access IPv4 servers via hotspots with IPv6-only upstream interfaces. The XLAT translation process only translates the header of the head skb, leaving skbs in the frag_list untranslated, which causes protocol mismatches during GSO segmentation.

Critical Impact

Network throughput degradation and potential packet processing errors when forwarding GRO packets through XLAT protocol translation, affecting IPv4-to-IPv6 and IPv6-to-IPv4 network transitions.

Affected Products

  • Linux Kernel (multiple versions with GSO/GRO fraglist handling)
  • Systems using XLAT protocol translation (IPv4/IPv6)
  • Network configurations with IPv6-only upstream interfaces serving IPv4 traffic

Discovery Timeline

  • February 14, 2026 - CVE CVE-2026-23154 published to NVD
  • February 18, 2026 - Last updated in NVD database

Technical Details for CVE-2026-23154

Vulnerability Analysis

This vulnerability exists in the Linux kernel's GSO segmentation logic when handling forwarded GRO packets that contain a frag_list. The core issue arises from the interaction between GRO packet aggregation and XLAT protocol translation helpers (bpf_skb_proto_4_to_6 and bpf_skb_proto_6_to_4).

When GRO aggregates packets into a frag_list structure and those packets subsequently undergo XLAT translation, only the head skb's header is translated. The remaining skbs in the frag_list retain their original protocol headers. When skb_segment_list processes these packets, it encounters protocol inconsistencies between the translated head and untranslated fragments, leading to improper segmentation and throughput degradation.

Root Cause

The root cause is the absence of the SKB_GSO_DODGY flag on GSO packets after XLAT protocol translation. Without this flag, the GSO segmentation path uses skb_segment_list, which assumes all fragments share consistent protocol headers. This assumption fails for XLAT-translated packets where frag_list entries may have mismatched protocols, causing the segmentation logic to produce malformed or incorrectly processed packets.

Attack Vector

The attack vector for this vulnerability is network-based, occurring during normal packet forwarding operations. The vulnerability is triggered when:

  1. A network station connects through a hotspot configured with an IPv6-only upstream interface
  2. The station attempts to access IPv4 servers, requiring XLAT translation
  3. GRO aggregates incoming packets into a frag_list structure
  4. The XLAT helpers translate the protocol headers but only for the head skb
  5. GSO segmentation processes the inconsistent packet structure, causing throughput issues

The fix addresses this by explicitly setting the SKB_GSO_DODGY flag in the XLAT protocol translation helpers. This flag causes GSO segmentation to use skb_segment instead of skb_segment_list, ensuring proper handling of potentially modified GSO packets.

Detection Methods for CVE-2026-23154

Indicators of Compromise

  • Significant network throughput degradation when forwarding traffic through XLAT translation paths
  • Increased packet retransmissions or protocol errors in network logs for IPv4-to-IPv6 transition scenarios
  • Kernel messages or dmesg entries related to GSO segmentation failures or SKB processing errors

Detection Strategies

  • Monitor network interface statistics for unusual packet drop rates or segmentation offload errors
  • Implement network performance baselines and alert on throughput anomalies in XLAT translation paths
  • Review kernel logs for warnings related to skb_segment_list or GSO processing failures

Monitoring Recommendations

  • Enable kernel tracing for network stack functions including skb_segment_list and skb_segment to identify processing anomalies
  • Monitor network throughput metrics on systems acting as hotspots or XLAT translation gateways
  • Track GRO and GSO statistics via /proc/net/ interfaces for unusual patterns

How to Mitigate CVE-2026-23154

Immediate Actions Required

  • Apply the kernel patches from the official kernel git repository to affected systems
  • Prioritize patching for systems functioning as network gateways or hotspots with XLAT translation
  • Consider temporarily disabling GRO on affected interfaces if immediate patching is not possible

Patch Information

The Linux kernel maintainers have released patches to address this vulnerability. The fix explicitly sets the SKB_GSO_DODGY flag for GSO packets in XLAT's IPv4/IPv6 protocol translation helpers. This ensures that GSO segmentation falls back to skb_segment for XLAT-translated packets, properly handling frag_list entries with potentially inconsistent protocol headers.

Patch commits are available at:

  • Kernel Git Commit Fix
  • Kernel Git Commit Update
  • Kernel Git Commit Patch

Workarounds

  • Temporarily disable Generic Receive Offload (GRO) on interfaces handling XLAT-translated traffic using ethtool -K <interface> gro off
  • Reduce MTU sizes on affected interfaces to minimize frag_list formation
  • Implement traffic segmentation to isolate XLAT translation workloads from critical network paths
bash
# Disable GRO on affected interface as temporary workaround
ethtool -K eth0 gro off

# Verify GRO is disabled
ethtool -k eth0 | grep generic-receive-offload

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Kernel Git Commit Update

  • Kernel Git Commit Patch
  • Related CVEs
  • CVE-2026-23457: Linux Kernel Integer Truncation Vulnerability

  • CVE-2026-23442: Linux Kernel IPv6 SRv6 Null Pointer Flaw

  • CVE-2026-23431: Linux Kernel Memory Leak Vulnerability

  • CVE-2026-31391: Linux Kernel Atmel SHA204A OOM 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