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-43284

CVE-2026-43284: Linux Kernel Privilege Escalation Flaw

CVE-2026-43284 is a privilege escalation vulnerability in the Linux Kernel's XFRM ESP implementation that affects shared skb fragment handling. This article covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-43284 Overview

CVE-2026-43284 is a Linux kernel vulnerability in the xfrm ESP (Encapsulating Security Payload) input path. The flaw allows in-place decryption of shared socket buffer (skb) fragments when ESP-in-UDP packets are constructed from pipe-backed pages via MSG_SPLICE_PAGES. The IPv4/IPv6 datagram append paths failed to set the SKBFL_SHARED_FRAG flag, causing ESP input to misidentify externally backed frags as private skb data. A local attacker with low privileges can corrupt memory shared outside the skb, impacting confidentiality, integrity, and availability.

Critical Impact

A local low-privileged user can leverage shared pipe-backed pages spliced into UDP skbs to trigger ESP in-place decryption over memory not owned by the skb, enabling memory corruption across security boundaries in containerized environments.

Affected Products

  • Linux Kernel (multiple stable branches prior to fix commits)
  • Distributions shipping vulnerable kernels with CONFIG_XFRM and ESP-in-UDP enabled
  • Container orchestration platforms relying on affected kernels (e.g., Kubernetes nodes)

Discovery Timeline

  • 2026-05-08 - CVE-2026-43284 published to NVD
  • 2026-05-08 - Initial Openwall oss-security disclosure posted
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2026-43284

Vulnerability Analysis

The vulnerability resides in how the Linux kernel handles non-linear skbs containing pipe-spliced page fragments during ESP decryption. MSG_SPLICE_PAGES allows pages from a pipe to be attached directly to an skb without copying. TCP marks such skbs with SKBFL_SHARED_FRAG after skb_splice_from_iter(), signaling later code paths to perform copy-on-write before modifying packet data. The IPv4 and IPv6 datagram append paths used for UDP construction omitted this flag.

When an ESP-in-UDP packet is built from shared pipe pages, the resulting skb appears as an uncloned non-linear skb to ESP input. The ESP receive path then selects the no-COW fast path intended for privately owned uncloned skbs without a frag_list. Decryption proceeds in place, writing plaintext over memory regions that may still be referenced through the originating pipe or other consumers. This corrupts data outside the skb's ownership domain and undermines isolation guarantees [CWE-123].

Root Cause

The defect is a missing flag assignment in __ip_append_data() and __ip6_append_data() when splicing pages into UDP skbs. Without SKBFL_SHARED_FRAG, downstream code cannot distinguish externally backed frags from private frags, and ESP input's optimization assumption breaks.

Attack Vector

A local attacker with the ability to open an IPsec/xfrm transform and send UDP datagrams via sendmsg(MSG_SPLICE_PAGES) from a pipe-backed buffer can stage shared pages and trigger ESP decryption to overwrite them. In container environments, this crosses tenant boundaries when shared page caches or host-owned memory are reachable.

text
# Proof-of-concept reference (Kubernetes container)
public.ecr.aws/eks-distro-build-tooling/eks-distro-minimal-base-iptables:2026-03-11-1773190710.2023
# Source: https://github.com/Percivalll/Dirty-Frag-Kubernetes-PoC

Detection Methods for CVE-2026-43284

Indicators of Compromise

  • Unexpected kernel oops or memory corruption reports originating in esp_input(), esp6_input(), or skb_cow_data() call stacks.
  • Processes invoking sendmsg() with MSG_SPLICE_PAGES against UDP sockets configured with an xfrm ESP transform on the loopback or local interfaces.
  • Container workloads loading the xfrm_user module or creating IPsec SAs without operational need.

Detection Strategies

  • Audit setsockopt and xfrm netlink calls correlated with vmsplice/splice syscalls from unprivileged containers.
  • Hunt for kernel ring buffer messages referencing ESP authentication failures or unexpected packet decryption errors following splice activity.
  • Monitor for execution of public proof-of-concept artifacts referenced in the Dirty-Frag Kubernetes PoC and DirtyFrag PoC.

Monitoring Recommendations

  • Enable kernel auditing (auditd) for xfrm_add_sa, xfrm_new_policy, and unusual splice/vmsplice patterns from container workloads.
  • Collect kernel logs centrally and alert on esp or xfrm subsystem warnings.
  • Track Linux kernel package versions across fleet to identify hosts running pre-patch builds.

How to Mitigate CVE-2026-43284

Immediate Actions Required

  • Apply the upstream kernel patches identified by commits 50ed1e78, 52646cbd, 5d55c733, 71a1d9d9, a6cb440f, ab8b9953, and b54edf1e from the kernel.org stable tree.
  • Update to the latest stable kernel release provided by your Linux distribution vendor.
  • Restrict unprivileged container access to xfrm netlink and CAP_NET_ADMIN where feasible.

Patch Information

The fix marks IPv4 and IPv6 datagram splice frags with SKBFL_SHARED_FRAG to match TCP behavior. It also modifies ESP input to fall back to skb_cow_data() when the flag is present, preserving the fast path only for privately owned non-linear skb frags. Refer to the upstream commits for the full patch series.

Workarounds

  • Disable ESP-in-UDP encapsulation on hosts that do not require it by unloading xfrm_user and esp4/esp6 modules.
  • Apply seccomp or AppArmor profiles to container workloads blocking splice, vmsplice, and xfrm netlink operations.
  • Drop CAP_NET_ADMIN from container runtime defaults and enforce user namespace isolation.
bash
# Block xfrm and esp modules until patched
echo "install xfrm_user /bin/true" | sudo tee /etc/modprobe.d/disable-xfrm.conf
echo "install esp4 /bin/true"      | sudo tee -a /etc/modprobe.d/disable-xfrm.conf
echo "install esp6 /bin/true"      | sudo tee -a /etc/modprobe.d/disable-xfrm.conf
sudo update-initramfs -u

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.01%

  • Known ExploitedYes
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-123
  • Technical References
  • Kernel Git Commit 8253aab4

  • Kernel Git Commit f4c50a40

  • Kernel Git Commit fe785bb3

  • Openwall OSS Security Post 7

  • Openwall OSS Security Post 6

  • Openwall OSS Security Post 2

  • Openwall OSS Security Post 4

  • GitHub DirtyFrag PoC Repository
  • Vendor Resources
  • Kernel Git Commit 50ed1e78

  • Kernel Git Commit 52646cbd

  • Kernel Git Commit 5d55c733

  • Kernel Git Commit 71a1d9d9

  • Kernel Git Commit a6cb440f

  • Kernel Git Commit ab8b9953

  • Kernel Git Commit b54edf1e
  • Related CVEs
  • CVE-2026-43332: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43344: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43306: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-43351: Linux Kernel Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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