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

CVE-2025-10359: Wavlink WL-WN578W2 Firmware RCE Flaw

CVE-2025-10359 is a remote code execution vulnerability in Wavlink WL-WN578W2 Firmware affecting the wireless.cgi file. Attackers can exploit OS command injection remotely. This article covers technical details, impact, and mitigation.

Published: March 25, 2026

CVE-2025-10359 Overview

A critical OS command injection vulnerability has been identified in the Wavlink WL-WN578W2 wireless router firmware version 221110. This vulnerability impacts the function sub_404DBC within the /cgi-bin/wireless.cgi file. By manipulating the macAddr argument, an unauthenticated remote attacker can inject and execute arbitrary operating system commands on the affected device. The exploit has been publicly disclosed and the vendor (Wavlink) was contacted about this vulnerability but did not respond.

Critical Impact

Remote attackers can execute arbitrary OS commands on vulnerable Wavlink WL-WN578W2 routers without authentication, potentially leading to complete device compromise, network pivoting, and data exfiltration.

Affected Products

  • Wavlink WL-WN578W2 Firmware version M78W2_V221110
  • Wavlink WL-WN578W2 Hardware Device
  • All Wavlink WL-WN578W2 devices running vulnerable firmware versions

Discovery Timeline

  • 2025-09-13 - CVE-2025-10359 published to NVD
  • 2025-10-02 - Last updated in NVD database

Technical Details for CVE-2025-10359

Vulnerability Analysis

This vulnerability stems from improper input validation in the wireless configuration CGI handler of the Wavlink WL-WN578W2 router. The sub_404DBC function within /cgi-bin/wireless.cgi accepts user-supplied input through the macAddr parameter without adequate sanitization. This allows an attacker to inject shell metacharacters and arbitrary commands that are subsequently executed by the underlying operating system with the privileges of the web server process.

Command injection vulnerabilities in router firmware are particularly dangerous as they typically run with elevated privileges and provide attackers with a foothold into the target network. The network-accessible nature of this vulnerability means it can be exploited remotely without requiring any prior authentication or user interaction, making it an attractive target for automated scanning and exploitation.

Root Cause

The root cause of CVE-2025-10359 is insufficient input validation and sanitization of the macAddr parameter in the /cgi-bin/wireless.cgi script. The vulnerable function sub_404DBC directly passes user-controlled input to system command execution functions without properly escaping shell metacharacters or validating the expected MAC address format. This represents a classic CWE-78 (Improper Neutralization of Special Elements used in an OS Command) and CWE-77 (Improper Neutralization of Special Elements used in a Command) weakness pattern commonly found in embedded device firmware.

Attack Vector

The attack can be launched remotely over the network against the router's web management interface. An attacker sends a specially crafted HTTP request to /cgi-bin/wireless.cgi containing malicious shell commands within the macAddr parameter. The vulnerable function processes this input and executes the injected commands on the underlying Linux operating system. No authentication is required, and the attack does not require any user interaction.

The exploitation scenario typically involves:

  1. Identifying a vulnerable Wavlink WL-WN578W2 router exposed to the network
  2. Crafting an HTTP request with command injection payload in the macAddr parameter
  3. Sending the request to the /cgi-bin/wireless.cgi endpoint
  4. Achieving command execution on the target device

Technical details and proof-of-concept information can be found in the GitHub Wireless Exploit repository and the associated PoC documentation.

Detection Methods for CVE-2025-10359

Indicators of Compromise

  • Unusual HTTP requests to /cgi-bin/wireless.cgi containing shell metacharacters such as ;, |, &, or backticks in the macAddr parameter
  • Unexpected outbound network connections from the router to external IP addresses
  • Modified router configurations or new user accounts that were not created by administrators
  • Suspicious processes running on the router that are not part of normal firmware operations

Detection Strategies

  • Implement network-based intrusion detection rules to monitor for HTTP requests containing command injection patterns targeting /cgi-bin/wireless.cgi
  • Deploy web application firewall (WAF) rules to filter requests with shell metacharacters in the macAddr parameter
  • Monitor router access logs for repeated requests to CGI endpoints from untrusted sources
  • Utilize SentinelOne Singularity Platform for network-level visibility and threat detection across connected devices

Monitoring Recommendations

  • Enable verbose logging on the router's web interface if available and forward logs to a centralized SIEM
  • Monitor for DNS queries to known malicious domains originating from router IP addresses
  • Conduct periodic firmware integrity checks to detect unauthorized modifications
  • Implement network segmentation to isolate IoT devices and limit lateral movement opportunities

How to Mitigate CVE-2025-10359

Immediate Actions Required

  • Restrict access to the router's web management interface to trusted internal networks only
  • Disable remote management features if not explicitly required for operations
  • Implement firewall rules to block external access to the router's administrative interfaces on ports 80 and 443
  • Consider replacing vulnerable Wavlink WL-WN578W2 devices with alternative hardware from vendors with better security response practices

Patch Information

As of the last modified date of 2025-10-02, no official patch has been released by Wavlink. The vendor was contacted about this vulnerability during the disclosure process but did not respond. Users should monitor the Wavlink support website for potential firmware updates. Given the lack of vendor response, organizations should strongly consider implementing compensating controls or replacing affected devices.

For additional vulnerability details, refer to the VulDB entry #323773.

Workarounds

  • Place the router behind an additional firewall that restricts access to the management interface
  • Use a VPN to access the router's management interface rather than exposing it directly
  • Implement network access control lists (ACLs) to limit which IP addresses can communicate with the router's web interface
  • Consider deploying an upstream intrusion prevention system (IPS) to filter malicious requests before they reach the vulnerable device
bash
# Example iptables rules to restrict management interface access
# Run on an upstream firewall or gateway device

# Block external access to the router's web management ports
iptables -A FORWARD -d <router_ip> -p tcp --dport 80 -j DROP
iptables -A FORWARD -d <router_ip> -p tcp --dport 443 -j DROP

# Allow only trusted management network to access the router
iptables -I FORWARD -s <trusted_network>/24 -d <router_ip> -p tcp --dport 80 -j ACCEPT
iptables -I FORWARD -s <trusted_network>/24 -d <router_ip> -p tcp --dport 443 -j ACCEPT

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWavlink

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-77

  • CWE-78
  • Technical References
  • GitHub Wireless Exploit

  • GitHub PoC for Wireless Exploit

  • VulDB CTI-ID #323773

  • VulDB #323773

  • VulDB Submit #643444
  • Related CVEs
  • CVE-2026-6483: Wavlink WL-WN530H4 RCE Vulnerability

  • CVE-2026-4543: Wavlink WL-WN578W2 RCE Vulnerability

  • CVE-2026-4163: Wavlink WL-WN579A3 RCE Vulnerability

  • CVE-2026-4164: Wavlink WL-WN578W2 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