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

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

CVE-2026-43339 is a use-after-free flaw in Linux Kernel's addrconf_permanent_addr() function that could allow memory corruption. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: May 18, 2026

CVE-2026-43339 Overview

CVE-2026-43339 is a use-after-free vulnerability [CWE-416] in the Linux kernel's IPv6 networking stack. The flaw resides in the addrconf_permanent_addr() helper function, which emits a warning about an exceptional condition after the underlying IPv6 address structure may have already been deleted. The late access to freed memory creates a use-after-free condition exploitable by local users.

The issue affects multiple Linux kernel versions including 7.0 release candidates rc1 through rc7. The fix reorders the relevant statements to access the IPv6 data before deletion and moves the warning outside the idev->lock since it requires no protection.

Critical Impact

Local attackers with low privileges can trigger memory corruption in the kernel's IPv6 subsystem, potentially leading to privilege escalation, denial of service, or arbitrary code execution in kernel context.

Affected Products

  • Linux Kernel (multiple stable branches)
  • Linux Kernel 7.0-rc1 through 7.0-rc7
  • Distributions shipping vulnerable upstream kernels

Discovery Timeline

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

Technical Details for CVE-2026-43339

Vulnerability Analysis

The vulnerability is a use-after-free condition in the IPv6 address configuration code path. The addrconf_permanent_addr() helper attempts to warn the user about an exceptional condition relating to permanent IPv6 addresses on a device. The warning message dereferences the IPv6 address structure after the structure may have already been removed from the device's address list and freed.

The kernel's address resolution logic for IPv6 protocols iterates over interface address entries while holding idev->lock. The ordering bug causes the warning code to read fields from the address object after a possible deletion path runs. Reading freed memory in kernel context produces undefined behavior, including kernel oops, data corruption, and exploitable memory access primitives.

Root Cause

The root cause is incorrect statement ordering in addrconf_permanent_addr(). The diagnostic warning was emitted too late in the execution flow, after operations that may delete the IPv6 address object. The patch reorders statements so that any data needed for the warning is captured before the deletion, and the warning itself is moved outside the idev->lock because it does not require lock protection.

Attack Vector

A local user with the ability to configure network interfaces or trigger IPv6 address state transitions can force the kernel into the exceptional code path. Repeated or carefully timed interface configuration operations can produce a reliable use-after-free window. Exploitation requires only local access and low privileges, with no user interaction needed.

The vulnerability mechanism is described in the upstream commits referenced in the Linux Kernel mainline changelog. No public proof-of-concept exploit is currently available.

Detection Methods for CVE-2026-43339

Indicators of Compromise

  • Kernel oops or panic messages referencing addrconf_permanent_addr or related IPv6 address configuration functions
  • KASAN (Kernel Address Sanitizer) reports flagging use-after-free in net/ipv6/addrconf.c
  • Unexpected kernel warnings or stack traces tied to IPv6 interface state changes
  • Anomalous local processes performing repeated IPv6 address add/remove operations

Detection Strategies

  • Enable KASAN on test and staging kernels to surface use-after-free conditions during fuzzing or workload simulation
  • Monitor dmesg and /var/log/kern.log for warnings emitted from the IPv6 stack
  • Audit auditd records for unprivileged processes invoking ioctl or netlink calls that manipulate interface addresses
  • Correlate kernel crash dumps with running processes that hold CAP_NET_ADMIN or interact with network namespaces

Monitoring Recommendations

  • Forward kernel logs to a centralized SIEM and alert on crash signatures involving ipv6 and addrconf
  • Track frequency of netlink RTM_NEWADDR and RTM_DELADDR events per process to detect abuse patterns
  • Baseline normal IPv6 address churn on production hosts and alert on deviations

How to Mitigate CVE-2026-43339

Immediate Actions Required

  • Identify all Linux hosts running affected kernel versions, including 7.0 release candidates and earlier stable branches
  • Apply vendor-provided kernel updates that include the upstream fix as soon as they are available for your distribution
  • Restrict local shell access on multi-tenant systems where untrusted users may attempt privilege escalation
  • Validate that container hosts and Kubernetes nodes are running patched kernels, since container escape paths often rely on kernel flaws

Patch Information

The fix is committed to the upstream Linux kernel and backported across multiple stable branches. The change reorders statements in addrconf_permanent_addr() to avoid accessing the IPv6 address structure after potential deletion, and relocates the warning outside idev->lock. Refer to the upstream stable commit and the additional backport commits listed in the NVD references. Distribution maintainers including Debian, Ubuntu, Red Hat, and SUSE issue corresponding security updates through their package repositories.

Workarounds

  • Limit CAP_NET_ADMIN capability and restrict creation of user network namespaces by setting kernel.unprivileged_userns_clone=0 where supported
  • Disable IPv6 on systems that do not require it by setting net.ipv6.conf.all.disable_ipv6=1 if operationally acceptable
  • Use seccomp or AppArmor profiles to block unnecessary netlink interface configuration calls from untrusted processes
bash
# Configuration example: restrict unprivileged user namespaces and check kernel version
sudo sysctl -w kernel.unprivileged_userns_clone=0
uname -r
# Optional: disable IPv6 if not required
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1

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 Kernel

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Vendor Resources
  • Linux Kernel Change Log 1

  • Linux Kernel Change Log 2

  • Linux Kernel Change Log 3

  • Linux Kernel Change Log 4

  • Linux Kernel Change Log 5

  • Linux Kernel Change Log 6

  • Linux Kernel Change Log 7

  • Linux Kernel Change Log 8
  • Related CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

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

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

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