A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-46116

CVE-2026-46116: Linux Kernel Use-After-Free Vulnerability

CVE-2026-46116 is a use-after-free flaw in the Linux kernel's xfrm_state component that allows slab corruption during state deletion. This article covers the technical details, affected versions, and mitigation strategies.

Published: May 28, 2026

CVE-2026-46116 Overview

CVE-2026-46116 is a slab use-after-free vulnerability in the Linux kernel's IPsec xfrm subsystem. The flaw resides in __xfrm_state_delete() within net/xfrm/xfrm_state.c and was reproduced under syzkaller fuzzing against Linux 6.12.47 with KASAN enabled. The function uses value-based predicates on x->km.seq and x->id.spi to decide whether to unhash an xfrm_state from the byseq and byspi hash chains, while bydst and bysrc unhashes have no predicate at all. A second deletion of the same object can write through LIST_POISONpprev, leading to memory corruption in the kernel's network namespace cleanup path.

Critical Impact

A use-after-free in kernel network code can lead to kernel memory corruption, denial of service, and potentially local privilege escalation when triggered through the xfrm_state lifecycle.

Affected Products

  • Linux kernel 6.12.y stable series (reproduced on 6.12.47)
  • Linux kernel mainline (torvalds/master) at time of reporting
  • Linux ipsec tree at time of reporting

Discovery Timeline

  • 2026-05-28 - CVE-2026-46116 published to NVD
  • 2026-05-28 - Last updated in NVD database

Technical Details for CVE-2026-46116

Vulnerability Analysis

The defect is a use-after-free [CWE-416] in the Linux kernel xfrm (IPsec transform) state management code. KASAN reported nine unique signatures clustered in the xfrm_state lifecycle. The load-bearing signature is a write of size 8 in __hlist_del reached through hlist_del_rcu from __xfrm_state_delete, observed during cleanup_net workqueue processing.

The call chain is cleanup_net → ops_exit_list → xfrm_state_fini → xfrm_state_flush → xfrm_state_delete → __xfrm_state_delete. Additional signatures reach the same slab object via __xfrm_state_lookup, xfrm_alloc_spi, and __xfrm_state_insert, plus an out-of-bounds write variant of __xfrm_state_delete, all on the byseq and byspi hash chains.

Root Cause

The __xfrm_state_delete() function guards byseq and byspi unhashes with value-based predicates rather than list-state predicates. The code checks if (x->km.seq) before calling hlist_del_rcu(&x->byseq) and if (x->id.spi) before calling hlist_del_rcu(&x->byspi). Elsewhere in the file the safer hlist_unhashed() check is used. xfrm_alloc_spi() sets x->id.spi = newspi inside xfrm_state_lock and immediately inserts into byspi, but a path observing x->id.spi != 0 outside xfrm_state_lock can skip or perform the byspi unhash inconsistently with whether x is actually on the list. The bydst and bysrc unhashes have no predicate at all, so a second __xfrm_state_delete() on the same object writes through LIST_POISONpprev.

Attack Vector

The vulnerability is reachable through normal xfrm_state lifecycle operations exercised by IPsec configuration interfaces. Syzkaller reproduced the crash by fuzzing those interfaces from within a network namespace. A local user with the ability to manipulate IPsec state, or workloads that race state creation and deletion across namespaces, can drive the inconsistent path. Refer to the kernel commits in the upstream references for the precise code paths.

Detection Methods for CVE-2026-46116

Indicators of Compromise

  • Kernel KASAN reports containing slab-use-after-free in __hlist_del or hlist_del_rcu with __xfrm_state_delete on the call stack.
  • Unexpected kernel oops or panic traces referencing xfrm_state_flush, xfrm_state_fini, or cleanup_net in the workqueue context kworker/u*:*.
  • KASAN reads in xfrm_alloc_spi or __xfrm_state_lookup targeting freed xfrm_state slab objects.

Detection Strategies

  • Enable CONFIG_KASAN_GENERIC and CONFIG_KASAN_INLINE on test kernels to surface the use-after-free at the point of corruption.
  • Monitor /var/log/kern.log and dmesg for BUG: KASAN entries citing net/xfrm/xfrm_state.c.
  • Audit running kernel versions against the patched stable releases listed in the kernel.org commits referenced for this CVE.

Monitoring Recommendations

  • Forward kernel logs to a centralized log store and alert on KASAN, general protection fault, or LIST_POISON strings.
  • Track frequency of network namespace creation and teardown on multi-tenant hosts where containerized workloads use IPsec.
  • Inventory IPsec policy and SA churn rates through ip xfrm state and ip xfrm policy audits to identify hosts exercising the vulnerable code paths.

How to Mitigate CVE-2026-46116

Immediate Actions Required

  • Apply the upstream patches referenced under the kernel.org commits for this CVE on all affected kernels.
  • Rebuild and deploy patched kernel packages from your distribution as they become available for the 6.12.y stable series and mainline.
  • Restrict CAP_NET_ADMIN and user namespace creation for untrusted users on hosts running unpatched kernels.

Patch Information

The fix replaces hlist_del_rcu() with hlist_del_init_rcu() on the bydst, bysrc, byseq, and byspi chains so a second deletion becomes a no-op rather than a write through LIST_POISONpprev. It also replaces value-based predicates with hlist_unhashed() so unhash decisions track list state rather than mutable scalar fields. The byseq and byspi nodes are already initialized in xfrm_state_alloc(). Patch commits are available at Kernel commit 14acf965, Kernel commit 26edb0a3, Kernel commit 4980162d, Kernel commit a2e2d08f, and Kernel commit b4a53add.

Workarounds

  • Disable IPsec/xfrm on hosts that do not require it by unloading the xfrm_user and related modules where operationally feasible.
  • Limit access to network configuration interfaces by removing CAP_NET_ADMIN from non-administrative users and containers.
  • Disable unprivileged user namespaces via sysctl kernel.unprivileged_userns_clone=0 where supported, to reduce reachability of the code path from untrusted workloads.
bash
# Configuration example: restrict user namespaces and unload xfrm modules where possible
sysctl -w kernel.unprivileged_userns_clone=0
modprobe -r xfrm_user 2>/dev/null || true

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechLinux

  • SeverityNONE

  • CVSS ScoreN/A

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

  • Kernel Git Commit Update 2

  • Kernel Git Commit Update 3

  • Kernel Git Commit Update 4

  • Kernel Git Commit Update 5
  • Related CVEs
  • CVE-2026-46240: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-45879: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-46056: Linux Kernel Bluetooth UAF Vulnerability

  • CVE-2026-45916: Linux Kernel Use-After-Free Vulnerability
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