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

CVE-2026-43341: Linux Kernel Buffer Overflow Vulnerability

CVE-2026-43341 is a buffer overflow flaw in the Linux kernel's IPv6 IOAM6 implementation that causes schema length wraparound. This post covers the technical details, affected versions, security impact, and mitigation steps.

Published: May 18, 2026

CVE-2026-43341 Overview

CVE-2026-43341 is a kernel memory corruption vulnerability in the Linux kernel's IPv6 In-situ Operations, Administration, and Maintenance (IOAM6) implementation. The flaw resides in ioam6_fill_trace_data(), where the schema contribution to trace length is stored in a u8 variable. When bit 22 is enabled with the largest schema payload, sclen computes to 1 + 1020 / 4 and wraps from 256 to 0. This wraparound bypasses the remaining-space check, allowing __ioam6_fill_trace_data() to overrun the trace buffer when copying the 4-byte schema header and the full schema payload.

Critical Impact

Network-reachable attackers can trigger an out-of-bounds write in kernel memory through crafted IOAM6-enabled IPv6 traffic, potentially leading to kernel memory corruption and code execution.

Affected Products

  • Linux Kernel (multiple stable branches)
  • Linux Kernel 7.0-rc1 through 7.0-rc7
  • Distributions shipping affected kernel versions with IPv6 IOAM6 enabled

Discovery Timeline

  • 2026-05-08 - CVE-2026-43341 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-43341

Vulnerability Analysis

The vulnerability is an integer truncation issue [CWE-197] leading to an out-of-bounds write [CWE-787] in the Linux kernel networking stack. The IOAM6 subsystem implements the IETF In-situ OAM specification for IPv6, embedding telemetry metadata into the IPv6 hop-by-hop extension header. The ioam6_fill_trace_data() routine calculates how many 4-byte units the schema fields contribute to the trace length and stores the result in an 8-bit variable.

With a maximum schema payload of 1020 bytes plus the 4-byte schema header, the computed length is 256 4-byte units. Because the storage type is u8, the value wraps to 0. The remaining-space sanity check therefore concludes that no space is required for the schema, while the subsequent write path advances the cursor and copies the schema bytes into the buffer. The result is a heap or stack overflow in kernel context, depending on how the trace buffer is allocated.

Root Cause

The root cause is improper integer type selection. The schema length variable sclen is declared as u8 but holds a value derived from a 1020-byte payload divided by 4 plus one header unit. The computation exceeds UINT8_MAX (255), wrapping to 0 and silently invalidating the bounds check. The upstream fix widens sclen to unsigned int so both the remaining-space comparison and the write cursor arithmetic observe the true schema length.

Attack Vector

An unauthenticated remote attacker can deliver crafted IPv6 packets containing IOAM6 hop-by-hop options with bit 22 set and a maximum schema payload to a vulnerable host. Processing the packet triggers the wraparound condition in ioam6_fill_trace_data() and corrupts adjacent kernel memory. Successful exploitation can result in denial of service through kernel panic or, with sufficient control of the overflowed region, kernel code execution.

No verified public exploit code is available. The vulnerability mechanism is described in the upstream kernel commits referenced in the Kernel Git Commit 184d2e9 and related stable patches.

Detection Methods for CVE-2026-43341

Indicators of Compromise

  • Unexpected kernel oops or panic messages referencing ioam6_fill_trace_data or __ioam6_fill_trace_data in dmesg or /var/log/kern.log.
  • Inbound IPv6 packets carrying hop-by-hop IOAM6 options with the IOAM trace type bit 22 set and unusually large schema payloads.
  • KASAN reports indicating slab or stack out-of-bounds writes originating from the IOAM6 trace fill path.

Detection Strategies

  • Inspect IPv6 hop-by-hop extension headers at network ingress for IOAM6 options with maximum-length schema fields and abnormal trace type flags.
  • Enable CONFIG_KASAN on test kernels to catch the out-of-bounds write during fuzzing or staged rollouts.
  • Correlate kernel crash telemetry with IPv6 traffic anomalies using EDR or host-based telemetry that captures kernel events.

Monitoring Recommendations

  • Monitor host kernel logs for traces in the net/ipv6/ioam6.c code path and alert on repeated occurrences across fleet hosts.
  • Track running kernel versions inventory-wide and flag systems still on pre-patch builds where IOAM6 is enabled.
  • Capture netflow or packet metadata for IPv6 traffic carrying hop-by-hop options to baseline normal IOAM6 usage and detect abuse.

How to Mitigate CVE-2026-43341

Immediate Actions Required

  • Apply the upstream Linux kernel patches referenced in the stable tree commits and reboot affected hosts.
  • If patching is not immediately feasible, disable IOAM6 ingress processing on IPv6 interfaces where the feature is not required.
  • Drop or filter inbound IPv6 packets containing hop-by-hop IOAM6 options at network perimeter and host firewalls.

Patch Information

The Linux kernel maintainers shipped fixes across multiple stable branches. The change keeps sclen in an unsigned int so the remaining-space check and the write cursor calculation observe the full schema length. Reference commits: Kernel Git Commit 184d2e9, Kernel Git Commit 5e67ba9, Kernel Git Commit 77695a6, Kernel Git Commit d1b0410, Kernel Git Commit d6e1c9b, and Kernel Git Commit e96d48b.

Workarounds

  • Use nftables or ip6tables to drop IPv6 packets containing hop-by-hop extension headers with IOAM option type at the host or perimeter.
  • Unload or disable the IOAM6 functionality where not in use by ensuring no namespaces are configured with IOAM6 schemas.
  • Restrict IPv6 routing of hop-by-hop options to trusted infrastructure segments only.
bash
# Drop inbound IPv6 packets carrying hop-by-hop extension headers at the host
sudo nft add table inet filter
sudo nft add chain inet filter input '{ type filter hook input priority 0; }'
sudo nft add rule inet filter input meta nfproto ipv6 exthdr hbh exists drop

# Verify current running kernel and IOAM6 module status
uname -r
grep CONFIG_IPV6_IOAM6 /boot/config-$(uname -r)

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechLinux Kernel

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Kernel Git Commit 184d2e9

  • Kernel Git Commit 5e67ba9

  • Kernel Git Commit 77695a6

  • Kernel Git Commit d1b0410

  • Kernel Git Commit d6e1c9b

  • Kernel Git Commit e96d48b
  • Related CVEs
  • CVE-2026-43330: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43337: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43350: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-43356: Linux Kernel Buffer Overflow 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