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

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

CVE-2026-23367 is a use-after-free vulnerability in the Linux kernel's radiotap parser that occurs with unknown namespace bits. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-23367 Overview

CVE-2026-23367 is an uninitialized memory use vulnerability discovered in the Linux kernel's WiFi radiotap parser. The vulnerability exists in the radiotap namespace handling code, where the iterator->_next_ns_data variable is not properly initialized when undefined field 18 is used. This allows comparison against an uninitialized value, potentially leading to unpredictable kernel behavior.

The radiotap parser, which processes IEEE 802.11 radiotap headers for wireless frame metadata, fails to properly handle unknown radiotap fields. When an undefined field (specifically field 18) is encountered, the parser cannot determine the correct alignment and size, leaving the iterator->_next_ns_data pointer uninitialized. This uninitialized pointer is subsequently used in comparison operations, creating a security vulnerability that was identified by syzbot, the kernel fuzzing tool.

Critical Impact

Uninitialized memory use in the Linux kernel's WiFi radiotap parser could lead to kernel instability, information disclosure, or potentially be leveraged as part of a larger exploit chain targeting wireless subsystem functionality.

Affected Products

  • Linux kernel (WiFi radiotap subsystem)
  • Systems using wireless networking with radiotap header parsing
  • Network monitoring tools relying on kernel radiotap functionality

Discovery Timeline

  • March 25, 2026 - CVE-2026-23367 published to NVD
  • March 25, 2026 - Last updated in NVD database

Technical Details for CVE-2026-23367

Vulnerability Analysis

The vulnerability resides in the Linux kernel's radiotap iterator implementation, which parses IEEE 802.11 radiotap headers used to convey per-packet information about wireless frames. The radiotap format uses a bitmask to indicate which fields are present in the header, with each field having defined alignment requirements and sizes.

The core issue stems from improper handling of undefined radiotap fields. The radiotap specification reserves field 18 and other fields for future use, but when the parser encounters these undefined fields, it cannot determine their alignment or size. The variable iterator->_next_ns_data is specifically used for tracking the next namespace data boundary when skipping vendor namespaces, but the code path incorrectly references this variable even when processing undefined fields in the standard radiotap namespace.

This creates a situation where the kernel compares against an uninitialized memory value, leading to undefined behavior. Syzbot, Google's continuous kernel fuzzing infrastructure, detected this issue through its automated testing.

Root Cause

The root cause is an improper initialization of the iterator->_next_ns_data pointer in the radiotap parser. This variable is only set when processing vendor namespaces (for the purpose of skipping them), but the code performs comparisons against this value even when handling undefined fields within the standard radiotap namespace. The fix moves the rejection of unknown radiotap fields to after the in-namespace lookup, ensuring that iterator->_next_ns_data is only used in the context of vendor namespaces where it has been properly initialized.

Attack Vector

The vulnerability can potentially be triggered by crafting malicious WiFi frames containing radiotap headers with undefined field bits set. An attacker within wireless range could send specially crafted packets that include radiotap headers with field 18 or other undefined fields marked as present in the bitmask.

When the kernel's radiotap parser processes these malformed headers, it encounters the undefined field and attempts to use the uninitialized iterator->_next_ns_data value. While the immediate impact may be limited to kernel instability or crashes, uninitialized memory vulnerabilities can sometimes be exploited more severely depending on the memory state at the time of exploitation.

The fix ensures that undefined radiotap fields are rejected at the appropriate point in the parsing logic, after namespace determination, preventing the use of uninitialized values.

Detection Methods for CVE-2026-23367

Indicators of Compromise

  • Unexpected kernel panics or crashes related to the wireless subsystem
  • Syslog entries indicating memory corruption or uninitialized value warnings in WiFi-related kernel modules
  • Unusual wireless frame activity with malformed radiotap headers

Detection Strategies

  • Deploy kernel live patching or updated kernel versions containing the security fix
  • Monitor kernel logs for warnings from the radiotap parser or wireless subsystem
  • Use network intrusion detection systems (NIDS) to identify anomalous WiFi frame structures
  • Enable kernel address sanitizer (KASAN) for detection of uninitialized memory access in development environments

Monitoring Recommendations

  • Configure system monitoring to alert on wireless subsystem kernel panics
  • Review wireless interface logs for parsing errors or unexpected frame handling issues
  • Implement kernel crash analysis to identify potential exploitation attempts
  • Monitor for unusual patterns in WiFi traffic that may indicate crafted attack frames

How to Mitigate CVE-2026-23367

Immediate Actions Required

  • Apply the official kernel patches from the Linux kernel stable branches
  • Update to a patched kernel version that includes the radiotap parser fix
  • Consider temporarily disabling unnecessary WiFi interfaces on critical systems until patching is complete
  • Monitor systems for signs of exploitation or kernel instability

Patch Information

The Linux kernel maintainers have released patches across multiple stable kernel branches to address this vulnerability. The fix modifies the radiotap parser to move the rejection of unknown radiotap fields to after the in-namespace lookup, ensuring iterator->_next_ns_data is only used for vendor namespace handling.

Official kernel patches are available:

  • Kernel Patch 129c8bb320
  • Kernel Patch 2a60c588d5
  • Kernel Patch 2f8ceeba67
  • Kernel Patch 703fa979ba
  • Kernel Patch c854758abe
  • Kernel Patch e664971759

Workarounds

  • If immediate patching is not possible, consider disabling WiFi interfaces on systems where wireless connectivity is not required
  • Implement network segmentation to limit exposure of vulnerable systems to potentially malicious wireless traffic
  • Use wired network connections for critical infrastructure until patches can be applied
  • Enable additional kernel hardening options such as KASAN for early detection of memory issues
bash
# Configuration example
# Check current kernel version
uname -r

# Update kernel package (Debian/Ubuntu)
sudo apt update && sudo apt install linux-image-generic

# Update kernel package (RHEL/CentOS/Fedora)
sudo dnf update kernel

# Temporarily disable WiFi interface if not needed
sudo ip link set wlan0 down

# Verify patch status by checking kernel changelog
zcat /usr/share/doc/linux-image-$(uname -r)/changelog.Debian.gz | grep -i radiotap

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

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Patch 129c8bb320

  • Kernel Patch 2a60c588d5

  • Kernel Patch 2f8ceeba67

  • Kernel Patch 703fa979ba

  • Kernel Patch c854758abe

  • Kernel Patch e664971759
  • Related CVEs
  • CVE-2026-23396: Linux Kernel Use-After-Free Vulnerability

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

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

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