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

CVE-2026-23325: Linux Kernel mt76 OOB Access Vulnerability

CVE-2026-23325 is an out-of-bounds access vulnerability in the Linux kernel mt76 WiFi driver that could lead to memory corruption. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-23325 Overview

A potential out-of-bounds (OOB) access vulnerability has been identified in the Linux kernel's Wi-Fi subsystem, specifically within the MediaTek mt7996 wireless driver. The vulnerability exists in the mt7996_mac_write_txwi_80211() function, where insufficient frame length validation before accessing management frame fields could allow an attacker to trigger an out-of-bounds memory read.

Critical Impact

This out-of-bounds access vulnerability in the Linux kernel's mt7996 Wi-Fi driver could potentially be exploited to cause system instability, information disclosure, or denial of service on systems using affected MediaTek wireless hardware.

Affected Products

  • Linux kernel with mt76/mt7996 Wi-Fi driver enabled
  • Systems using MediaTek MT7996 wireless chipsets
  • Various Linux kernel versions prior to the security patch

Discovery Timeline

  • 2026-03-25 - CVE CVE-2026-23325 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-23325

Vulnerability Analysis

The vulnerability resides in the mt7996_mac_write_txwi_80211() function within the MediaTek mt76/mt7996 wireless driver. This function is responsible for writing TX descriptor information for 802.11 management frames. The core issue is a missing bounds check on the frame length before the code attempts to access management frame header fields.

When processing incoming frames, the function accesses management frame structure fields without first verifying that the received frame data is sufficiently long to contain those fields. This can result in the kernel reading memory beyond the allocated buffer boundaries, potentially exposing sensitive kernel memory contents or causing system instability.

The vulnerability is particularly concerning because it occurs in a kernel driver that handles external, potentially attacker-controlled wireless frame data. An attacker with wireless proximity to a vulnerable system could craft malformed 802.11 management frames designed to trigger this out-of-bounds read condition.

Root Cause

The root cause is improper input validation in the mt7996_mac_write_txwi_80211() function. Specifically, the function fails to validate the frame length before accessing management frame header fields (mgmt fields). This is a classic case of missing boundary condition checks, where the code assumes the input data structure is complete without verification.

The fix involves adding proper frame length validation to ensure the buffer contains sufficient data before attempting to access management frame fields, thereby preventing the out-of-bounds memory access.

Attack Vector

An attacker with wireless proximity to a vulnerable system could potentially exploit this vulnerability by:

  1. Crafting specially malformed 802.11 management frames with truncated or invalid length fields
  2. Transmitting these frames to a system running the vulnerable mt7996 driver
  3. When the driver processes these malformed frames, it may read beyond allocated buffer boundaries

The attack is local in nature, requiring the attacker to be within wireless range of the target system. Successful exploitation could lead to information disclosure from kernel memory or denial of service through system instability.

Detection Methods for CVE-2026-23325

Indicators of Compromise

  • Unexpected kernel panics or system crashes related to the mt76/mt7996 driver
  • KASAN (Kernel Address Sanitizer) reports indicating out-of-bounds reads in mt7996_mac_write_txwi_80211
  • Abnormal wireless driver behavior or logging errors related to management frame processing
  • Memory corruption indicators in kernel logs referencing the mt76 subsystem

Detection Strategies

  • Enable KASAN (Kernel Address Sanitizer) to detect out-of-bounds memory access attempts in kernel drivers
  • Monitor kernel logs (dmesg) for warnings or errors from the mt76/mt7996 wireless driver subsystem
  • Deploy intrusion detection systems capable of identifying malformed 802.11 management frames
  • Implement kernel tracing (ftrace) on the mt7996_mac_write_txwi_80211 function to monitor for anomalous behavior

Monitoring Recommendations

  • Regularly review kernel logs for mt76 driver-related errors or warnings
  • Implement runtime memory safety checks where feasible in production environments
  • Monitor for unusual wireless interface behavior, including unexpected resets or errors
  • Configure alerting for any KASAN or memory safety violation reports

How to Mitigate CVE-2026-23325

Immediate Actions Required

  • Apply the latest kernel security patches that include the frame length validation fix
  • If immediate patching is not possible, consider temporarily disabling the affected wireless interface on critical systems
  • Review and update kernel versions on all systems utilizing MediaTek MT7996 wireless hardware
  • Monitor vendor security advisories for updated guidance

Patch Information

The Linux kernel maintainers have released patches addressing this vulnerability by adding proper frame length validation before accessing management frame fields. Multiple stable kernel branches have received fixes:

  • Kernel Commit 45661d22639c
  • Kernel Commit 60862846308627
  • Kernel Commit a6605f61913155
  • Kernel Commit ca1adc04fc2cb
  • Kernel Commit f4cdf6b43689e

Organizations should update to kernel versions containing these patches through their standard system update procedures.

Workarounds

  • Disable the mt7996 wireless interface if the device is not required for operations
  • Use alternative wireless hardware not affected by this vulnerability until patches can be applied
  • Implement network segmentation to limit wireless attack surface
  • Consider using a wired network connection on critical systems while awaiting patching
bash
# Temporarily disable the affected wireless interface
sudo ip link set wlan0 down

# Unload the mt7996 driver module if not required
sudo modprobe -r mt7996

# Blacklist the driver to prevent automatic loading (temporary measure)
echo "blacklist mt7996" | sudo tee /etc/modprobe.d/blacklist-mt7996.conf

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Commit c/45661d22639c

  • Kernel Commit c/6086284630

  • Kernel Commit c/a6605f6191

  • Kernel Commit c/ca1adc04fc

  • Kernel Commit c/f4cdf6b436
  • Related CVEs
  • CVE-2026-23457: Linux Kernel Integer Truncation Vulnerability

  • CVE-2026-23442: Linux Kernel IPv6 SRv6 Null Pointer Flaw

  • CVE-2026-23431: Linux Kernel Memory Leak Vulnerability

  • CVE-2026-31391: Linux Kernel Atmel SHA204A OOM 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