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

CVE-2026-43325: Linux Kernel iwlwifi DoS Vulnerability

CVE-2026-43325 is a denial of service flaw in the Linux Kernel's iwlwifi driver that causes firmware crashes when 6E commands are sent to unsupported devices. This article covers technical details, affected versions, and mitigations.

Published: May 18, 2026

CVE-2026-43325 Overview

CVE-2026-43325 is a denial-of-service vulnerability in the Linux kernel's iwlwifi Intel wireless driver, specifically within the mvm (multi-virtual MAC) component. The flaw involves the MCC_ALLOWED_AP_TYPE_CMD command, which relates to Wi-Fi 6E (6 GHz band) support. Firmware mistakenly advertises support for this command on devices like the Intel AX201 that do not support 6E, causing the firmware to crash when the command is sent. The kernel fix prevents the driver from sending the command unless the device actually supports 6E.

Critical Impact

A local attacker with low privileges can trigger a firmware crash on affected Intel Wi-Fi adapters, leading to loss of wireless connectivity on the host system.

Affected Products

  • Linux Kernel (stable branches receiving the backport)
  • Linux Kernel 7.0 release candidates rc1 through rc7
  • Systems using Intel iwlwifi driver with non-6E hardware such as Intel AX201

Discovery Timeline

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

Technical Details for CVE-2026-43325

Vulnerability Analysis

The vulnerability resides in the Intel wireless LAN driver (iwlwifi) mvm opmode within the Linux kernel. The driver sends MCC_ALLOWED_AP_TYPE_CMD to the firmware as part of regulatory and access-point type configuration tied to Wi-Fi 6E (the 6 GHz band). The firmware on certain devices, including the Intel AX201, incorrectly advertises support for this command despite lacking 6E capability. When the driver issues the command, the firmware crashes, taking down the wireless interface and triggering kernel-side recovery routines.

The defect is a missing capability check in the driver before issuing a firmware command. The fix conditions the transmission of MCC_ALLOWED_AP_TYPE_CMD on a verified 6E support flag rather than relying solely on the firmware's command-support advertisement.

Root Cause

The root cause is improper trust of a firmware-advertised capability bit. The driver assumed that if the firmware reported support for MCC_ALLOWED_AP_TYPE_CMD, it was safe to send. On non-6E hardware, the firmware reports support incorrectly, and dispatching the command leads to a crash. This is a logic error in the driver's command-gating path rather than a memory-safety issue, classified by NVD under NVD-CWE-noinfo.

Attack Vector

Exploitation requires local access with low privileges on a system using a vulnerable Intel Wi-Fi adapter. An actor able to trigger the driver's regulatory configuration path, such as through interface configuration changes that invoke the MCC (Mobile Country Code) update flow, can induce the firmware crash. The result is a high-impact availability loss confined to the wireless subsystem. There is no confidentiality or integrity impact, and no remote attack vector.

No public proof-of-concept exploit is available, and the issue has not been added to the CISA Known Exploited Vulnerabilities catalog. The EPSS probability is 0.013%.

Detection Methods for CVE-2026-43325

Indicators of Compromise

  • Kernel log entries from the iwlwifi driver indicating firmware errors or NMI assertions following a regulatory or MCC configuration event.
  • Repeated wireless interface resets or iwlwifi firmware reload messages in dmesg.
  • Loss of Wi-Fi connectivity on systems with Intel AX201 or similar non-6E adapters running affected kernel builds.

Detection Strategies

  • Inventory kernel versions across managed Linux hosts and flag systems running 7.0-rc1 through 7.0-rc7 or unpatched stable branches.
  • Correlate iwlwifi firmware-crash events with preceding MCC_ALLOWED_AP_TYPE_CMD activity in verbose driver logs.
  • Monitor for unexpected wireless interface downtime on endpoints using Intel Wi-Fi 6 (non-6E) hardware.

Monitoring Recommendations

  • Centralize dmesg and journald output to a SIEM or log analytics platform and alert on iwlwifi firmware-error signatures.
  • Track patch deployment progress against the upstream stable kernel commits referenced in the vendor advisory.
  • Baseline wireless interface uptime to surface anomalous reset patterns indicative of repeated firmware crashes.

How to Mitigate CVE-2026-43325

Immediate Actions Required

  • Apply the upstream Linux kernel patches referenced in the Kernel.org commit 323156c3, commit 6607d0e5, and commit c0b3fa5e.
  • Update to a distribution kernel that includes the iwlwifi mvm fix for MCC_ALLOWED_AP_TYPE_CMD gating.
  • Restrict local account access on multi-user systems with affected Intel Wi-Fi hardware until patched.

Patch Information

The fix has been merged into the upstream Linux kernel stable tree across three commits. The patch adds a 6E support check before the driver issues MCC_ALLOWED_AP_TYPE_CMD. Distribution maintainers are expected to backport the change to supported stable branches. Verify the running kernel via uname -r and confirm the patched commit is present in the vendor's changelog.

Workarounds

  • Disable the iwlwifi driver on affected hosts where wireless connectivity is non-essential by blacklisting the module in /etc/modprobe.d/.
  • Switch to a wired network interface on systems with Intel AX201 adapters until the kernel update is deployed.
  • Avoid triggering MCC and regulatory updates on unpatched systems, including manual iw reg set operations.
bash
# Configuration example: blacklist iwlwifi until the patched kernel is installed
echo "blacklist iwlwifi" | sudo tee /etc/modprobe.d/blacklist-iwlwifi.conf
sudo update-initramfs -u
sudo reboot

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

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

  • Kernel.org Commit Details

  • Kernel.org Commit Details
  • Related CVEs
  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

  • CVE-2026-43331: Linux Kernel DOS Vulnerability

  • CVE-2026-43338: Linux Kernel DOS Vulnerability

  • CVE-2026-43345: Linux Kernel DoS 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