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

CVE-2026-43052: Linux Kernel Privilege Escalation Flaw

CVE-2026-43052 is a privilege escalation vulnerability in Linux Kernel affecting the mac80211 TDLS implementation, allowing unauthorized modifications to channel contexts. This article covers technical details, impact, and fixes.

Published: May 7, 2026

CVE-2026-43052 Overview

CVE-2026-43052 is a Linux kernel vulnerability in the mac80211 wireless subsystem. The flaw resides in the ieee80211_tdls_oper function, which handles Tunneled Direct Link Setup (TDLS) operations. When NL80211_TDLS_ENABLE_LINK is invoked, the code validates that a station entry exists but fails to verify whether the station is actually a TDLS peer. A local authenticated attacker can trigger the operation against a non-TDLS station, modifying channel context and HT protection state before the operation fails. This produces unintended side effects on wireless link state.

Critical Impact

Local users with wireless configuration privileges can disrupt channel context and HT protection state on affected Linux kernels, leading to integrity and availability impact on Wi-Fi connectivity.

Affected Products

  • Linux kernel (multiple stable branches)
  • Linux kernel 7.0-rc1 through 7.0-rc4
  • Systems using mac80211 with TDLS-capable wireless drivers

Discovery Timeline

  • 2026-05-01 - CVE-2026-43052 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-43052

Vulnerability Analysis

The vulnerability exists in the Linux kernel mac80211 wireless stack within the ieee80211_tdls_oper function. TDLS allows two stations associated with the same access point to establish a direct link without routing frames through the AP. When userspace issues an NL80211_TDLS_ENABLE_LINK command via nl80211, the kernel locates the target station and proceeds with link enablement.

The function performs a presence check on the station entry but omits a check on the sta->sta.tdls flag. As a result, the operation proceeds against regular non-TDLS stations. Before the operation eventually fails, the kernel mutates shared wireless link state including channel context assignments and HT (High Throughput) protection settings.

The upstream fix adds an early sta->sta.tdls check in the ENABLE_LINK case path, rejecting the request before any state mutation occurs.

Root Cause

The root cause is missing input validation on the station type within the ENABLE_LINK case of ieee80211_tdls_oper. The code assumed that any station referenced by a TDLS netlink command would be a TDLS peer. This assumption is incorrect because userspace can supply any associated station address. The CWE classification is NVD-CWE-noinfo, but the defect pattern aligns with improper input validation in a privileged kernel code path.

Attack Vector

Exploitation requires local access with privileges sufficient to issue nl80211 commands, typically CAP_NET_ADMIN. The attacker invokes the TDLS enable-link operation referencing the address of a regular associated station rather than a TDLS peer. The kernel then modifies channel context and HT protection state for that link before the operation aborts. No user interaction is required, and the attack can be repeated to disrupt wireless connectivity or leave the link in an inconsistent configuration state.

No public proof-of-concept exploit is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2026-43052

Indicators of Compromise

  • Unexpected channel context changes or HT protection mode flips on associated wireless interfaces without corresponding configuration commands
  • Kernel log entries from mac80211 indicating TDLS enable-link failures shortly after channel state modifications
  • Wireless connectivity instability correlated with nl80211 activity from non-administrative users or processes

Detection Strategies

  • Audit running kernel versions across the fleet and flag hosts on unpatched stable branches or 7.0-rc builds
  • Monitor nl80211 netlink traffic for NL80211_TDLS_ENABLE_LINK operations issued by unexpected processes
  • Correlate dmesg and journald entries from the mac80211, cfg80211, and wireless driver subsystems for repeated TDLS operation failures

Monitoring Recommendations

  • Enable kernel auditing (auditd) for processes invoking CAP_NET_ADMIN capabilities on wireless-equipped hosts
  • Track iw and wpa_supplicant invocations and validate them against expected configuration management activity
  • Centralize kernel logs from laptops, IoT, and embedded Linux devices to identify abnormal wireless state transitions

How to Mitigate CVE-2026-43052

Immediate Actions Required

  • Apply the upstream stable kernel patches referenced in the kernel.org commits as soon as distribution packages are available
  • Inventory all Linux systems with wireless hardware, prioritizing laptops, mobile devices, and embedded systems running affected branches
  • Restrict CAP_NET_ADMIN to trusted administrative users only, and avoid granting it to interactive or service accounts

Patch Information

The fix adds an early check on sta->sta.tdls in the ENABLE_LINK case of ieee80211_tdls_oper so that non-TDLS stations are rejected before any side effects occur. The patch is available in the following commits: 7d73872d949c, 8148c2fda4eb, be81f17151fc, and e77b2937aaa2. Rebuild affected kernels or install vendor-supplied updates from your Linux distribution.

Workarounds

  • Disable TDLS support on wireless interfaces where it is not required by configuring wpa_supplicant with tdls_external_control=1 or removing TDLS capability from interface configuration
  • Limit access to wireless configuration tools (iw, iwconfig, nmcli) through sudo policy and group membership controls
  • Where possible, blacklist or unload wireless drivers on systems that do not need Wi-Fi connectivity to remove the attack surface entirely
bash
# Verify running kernel version and check for the TDLS fix
uname -r

# Inspect mac80211 module for load status
lsmod | grep mac80211

# Disable TDLS link establishment via wpa_supplicant config
echo 'tdls_external_control=1' | sudo tee -a /etc/wpa_supplicant/wpa_supplicant.conf

# Restrict CAP_NET_ADMIN by reviewing capability assignments
sudo getcap -r / 2>/dev/null | grep cap_net_admin

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 Score7.1

  • EPSS Probability0.02%

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

  • Kernel Git Commit Change

  • Kernel Git Commit Change

  • Kernel Git Commit Change
  • Related CVEs
  • CVE-2026-43055: Linux Kernel Privilege Escalation Flaw

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

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

  • CVE-2026-31734: Linux Kernel Privilege Escalation Flaw
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