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

CVE-2026-23152: Linux Kernel Buffer Overflow Vulnerability

CVE-2026-23152 is a buffer overflow flaw in the Linux kernel's mac80211 wifi subsystem affecting TTLM element parsing. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 20, 2026

CVE-2026-23152 Overview

A vulnerability has been identified in the Linux kernel's mac80211 WiFi subsystem involving incorrect parsing of TID-To-Link Mapping (TTLM) elements when a default link map is used. The vulnerability occurs because TTLM elements do not contain a link mapping presence indicator when default mapping is used, and the parsing logic fails to account for this scenario. This results in mac80211 incorrectly parsing frames and reading one byte beyond the end of the element, constituting an out-of-bounds read condition.

Critical Impact

Out-of-bounds memory read in the Linux kernel WiFi stack may lead to information disclosure or system instability when processing malformed TTLM frames.

Affected Products

  • Linux kernel with mac80211 WiFi subsystem
  • Systems using WiFi with TID-To-Link Mapping support
  • WiFi-enabled Linux devices with Multi-Link Operation (MLO) capabilities

Discovery Timeline

  • 2026-02-14 - CVE CVE-2026-23152 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2026-23152

Vulnerability Analysis

The vulnerability resides in the mac80211 subsystem of the Linux kernel, specifically in the code responsible for decoding TID-To-Link Mapping (TTLM) elements used in WiFi 7 (802.11be) Multi-Link Operation. TTLM is a mechanism that allows mapping traffic identifiers (TIDs) to specific links in a multi-link setup.

When an access point uses a default link mapping, the TTLM element structure differs from explicit mappings—it does not include a link mapping presence indicator. The vulnerable parsing code fails to properly handle this case, proceeding to read data that is not present in the element. This causes a one-byte out-of-bounds read beyond the element boundary.

While access points should not explicitly advertise TTLM with default mapping (since the absence of the element implies default mapping), the parsing code must still handle malformed or unexpected frames gracefully to prevent memory safety violations.

Root Cause

The root cause is improper input validation in the TTLM element parsing routine within mac80211. The code does not verify whether the element contains a link mapping presence indicator before attempting to parse it. When a default mapping is indicated, the parsing should be skipped entirely, but instead the code continues and accesses memory beyond the element's bounds.

Attack Vector

An attacker could craft malicious WiFi frames containing TTLM elements with default mapping indicators to trigger the out-of-bounds read. This would require the attacker to be within WiFi range of the target system. The attack could potentially:

  1. Cause information disclosure by reading adjacent kernel memory
  2. Trigger system instability or crashes depending on the memory contents accessed
  3. Potentially be chained with other vulnerabilities for more severe exploitation

The vulnerability is triggered during frame parsing, which occurs when processing management frames from access points or other WiFi devices.

Detection Methods for CVE-2026-23152

Indicators of Compromise

  • Unexpected kernel warnings or oops messages related to mac80211 or WiFi frame parsing
  • System crashes or instability when connecting to or receiving frames from WiFi networks
  • Anomalous WiFi management frames with malformed TTLM elements detected in network captures

Detection Strategies

  • Monitor kernel logs for warnings or errors originating from mac80211 or net/mac80211/ code paths
  • Implement wireless intrusion detection systems (WIDS) to identify malformed 802.11be management frames
  • Deploy endpoint detection solutions capable of monitoring kernel behavior for out-of-bounds memory access attempts

Monitoring Recommendations

  • Enable kernel address sanitizer (KASAN) on development or testing systems to detect out-of-bounds memory accesses
  • Monitor system logs for WiFi subsystem errors using journalctl -k | grep -i mac80211
  • Configure alerting for unexpected kernel panics or oops events on WiFi-enabled systems

How to Mitigate CVE-2026-23152

Immediate Actions Required

  • Apply the latest Linux kernel security updates containing the fix for this vulnerability
  • Review kernel version and ensure patches from the referenced commits are applied
  • Consider temporarily disabling WiFi on critical systems until patching is complete

Patch Information

The vulnerability has been resolved in the Linux kernel. The fix ensures that TTLM parsing is properly skipped when a default link mapping is used, preventing the out-of-bounds read.

Patches are available through the official kernel repositories:

  • Kernel Git Commit 1eab33aa
  • Kernel Git Commit aabc3685

Workarounds

  • Disable WiFi functionality if not required until the system can be patched
  • Use wired network connections as an alternative to WiFi on affected systems
  • Implement network segmentation to limit exposure of vulnerable systems to untrusted WiFi networks
bash
# Temporarily disable WiFi interface until patching is complete
ip link set wlan0 down
# Or using rfkill
rfkill block wifi

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

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Kernel Git Commit Reference
  • Related CVEs
  • CVE-2026-23407: Linux Kernel Buffer Overflow Vulnerability

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

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

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