Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-20674

CVE-2025-20674: OpenWrt Privilege Escalation Vulnerability

CVE-2025-20674 is a privilege escalation vulnerability in OpenWrt wlan AP driver caused by missing permission checks that allow arbitrary packet injection. This article covers technical details, affected versions, and mitigation.

Published: March 24, 2026

CVE-2025-20674 Overview

CVE-2025-20674 is a critical vulnerability affecting the WLAN Access Point (AP) driver in multiple MediaTek chipsets and OpenWrt firmware. The vulnerability exists due to a missing permission check in the wireless driver, allowing attackers to inject arbitrary network packets. This flaw enables remote privilege escalation without requiring any user interaction or additional execution privileges.

Critical Impact

Remote attackers can exploit this vulnerability to inject arbitrary packets into the wireless network, potentially leading to complete system compromise through privilege escalation with no user interaction required.

Affected Products

  • MediaTek MT7915, MT7916, MT7981, MT7986, MT7990, MT7992, MT7993 (Wi-Fi Chipsets)
  • MediaTek MT6890, MT6990 (Mobile Chipsets)
  • MediaTek Software Development Kit
  • OpenWrt 19.07.0, 21.02.0, 23.05

Discovery Timeline

  • 2025-06-02 - CVE-2025-20674 published to NVD
  • 2025-07-18 - Last updated in NVD database

Technical Details for CVE-2025-20674

Vulnerability Analysis

This vulnerability falls under CWE-863 (Incorrect Authorization), where the WLAN AP driver fails to properly verify permissions before processing network packet operations. The missing authorization check allows unauthenticated remote attackers to inject crafted packets directly into the wireless network traffic flow. Due to the network-accessible attack vector with low complexity requirements, exploitation can occur without authentication, privileges, or user interaction. Successful exploitation grants attackers elevated privileges on the affected system, enabling full compromise of confidentiality, integrity, and availability.

Root Cause

The root cause is a missing permission check within the WLAN AP driver's packet handling mechanism. The driver accepts and processes network packets without validating whether the source has appropriate authorization to perform such operations. This architectural flaw in the access control logic allows any network-connected attacker to interact with privileged driver functionality.

Attack Vector

The vulnerability is exploitable remotely over the network. An attacker within wireless range or with network access to the affected device can send specially crafted packets that bypass the authorization mechanism. The attack requires:

  1. Network connectivity to the target device (wireless or through routing)
  2. Crafted packets designed to exploit the missing permission check
  3. No authentication credentials or user interaction

The driver processes these malicious packets with elevated privileges, enabling the attacker to escalate their access and potentially gain full control over the affected device.

Detection Methods for CVE-2025-20674

Indicators of Compromise

  • Unexpected or anomalous wireless traffic patterns originating from unauthorized sources
  • Unusual packet injection activity in wireless network logs
  • Unauthorized privilege escalation events on affected MediaTek-based networking devices
  • Unexpected driver behavior or crashes in the WLAN AP subsystem

Detection Strategies

  • Monitor wireless network traffic for packets with invalid or spoofed source attributes
  • Implement intrusion detection rules to identify packet injection attack patterns
  • Enable verbose logging on affected OpenWrt and MediaTek-based devices to capture authorization failures
  • Deploy network monitoring solutions capable of detecting anomalous wireless protocol behavior

Monitoring Recommendations

  • Continuously monitor system logs on devices running affected MediaTek chipsets for privilege escalation indicators
  • Implement real-time alerting for unauthorized access attempts to wireless driver interfaces
  • Track firmware versions across all affected devices to ensure patch compliance
  • Establish baseline wireless traffic patterns to detect injection anomalies

How to Mitigate CVE-2025-20674

Immediate Actions Required

  • Apply the security patch referenced by Patch ID: WCNCR00413202 from MediaTek
  • Update OpenWrt firmware to the latest patched version if running 19.07.0, 21.02.0, or 23.05
  • Review network segmentation to limit exposure of affected wireless devices
  • Implement additional network-level access controls pending full remediation

Patch Information

MediaTek has released a security patch addressing this vulnerability. The fix is tracked as Patch ID: WCNCR00413202 and Issue ID: MSV-3303. Detailed patch information is available in the MediaTek Security Bulletin - June 2025. Device manufacturers and OpenWrt users should obtain and apply the updated driver packages from their respective vendors.

Workarounds

  • Restrict network access to affected devices using firewall rules and VLAN segmentation
  • Disable wireless AP functionality on non-essential devices until patches can be applied
  • Implement MAC address filtering as an additional layer of access control (note: not a complete mitigation)
  • Monitor wireless interfaces for suspicious activity and disconnect compromised devices immediately
bash
# Example: Restrict wireless interface access via iptables on OpenWrt
iptables -A INPUT -i wlan0 -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -i wlan0 -j DROP

# Example: Disable wireless AP interface temporarily
uci set wireless.@wifi-iface[0].disabled='1'
uci commit wireless
wifi reload

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOpenwrt

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-863
  • Vendor Resources
  • MediaTek Security Bulletin - June 2025
  • Related CVEs
  • CVE-2024-54143: OpenWrt ASU Hash Collision RCE Vulnerability

  • CVE-2020-7982: OpenWrt LEDE RCE 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