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

CVE-2026-7691: Wavlink WL-WN570HA1 Firmware RCE Flaw

CVE-2026-7691 is a remote code execution vulnerability in Wavlink WL-WN570HA1 firmware caused by command injection in the set_sys_cmd function. This article covers technical details, affected versions, and mitigation steps.

Published: May 7, 2026

CVE-2026-7691 Overview

CVE-2026-7691 is a command injection vulnerability in the Wavlink WL-WN570HA1 router running firmware version R70HA1 V1410_221110. The flaw resides in the set_sys_cmd function within /cgi-bin/adm.cgi, where the command argument is passed to a system shell without sanitization. Attackers can exploit the issue remotely over the network with low privileges. The vulnerability has been publicly disclosed and affects a product line that the vendor no longer supports. Wavlink confirmed that the affected firmware has been removed from its website rather than patched. The issue is tracked under CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component).

Critical Impact

Authenticated remote attackers can inject arbitrary operating system commands through the router's administrative CGI interface, gaining shell-level control of the device.

Affected Products

  • Wavlink WL-WN570HA1 hardware router
  • Wavlink WL-WN570HA1 firmware version R70HA1 V1410_221110
  • End-of-life products no longer maintained by the vendor

Discovery Timeline

  • 2026-05-03 - CVE-2026-7691 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-7691

Vulnerability Analysis

The vulnerability exists in the set_sys_cmd handler exposed by /cgi-bin/adm.cgi on the WL-WN570HA1 administration interface. The handler accepts a user-controlled command parameter and passes the value into a shell execution routine without input filtering or argument escaping. An attacker who can reach the administrative web interface can append shell metacharacters to the parameter and execute arbitrary commands in the context of the web server process, which typically runs as root on consumer routers.

The attack is reachable over the network and requires low privileges according to the published CVSS vector. Because the device is end-of-life, no firmware fix will be issued. Public disclosure of the technical details on third-party platforms increases the likelihood of opportunistic exploitation against exposed devices. Refer to the Notion technical writeup and the VulDB report for further analysis.

Root Cause

The root cause is missing input neutralization on the command argument before it is concatenated into a shell command string. The handler relies on trusted input assumptions but exposes the function through an HTTP-accessible CGI endpoint, breaking that trust boundary.

Attack Vector

Exploitation requires network access to the router's web administration interface and valid low-privilege credentials. An attacker submits a crafted POST or GET request to /cgi-bin/adm.cgi invoking set_sys_cmd with shell metacharacters embedded in the command parameter. The injected payload runs with the privileges of the CGI process. No verified proof-of-concept code is published in the enriched data; see the linked references for exploitation details.

Detection Methods for CVE-2026-7691

Indicators of Compromise

  • HTTP requests to /cgi-bin/adm.cgi containing set_sys_cmd with shell metacharacters such as ;, |, &, backticks, or $() in the command parameter
  • Outbound connections from the router to unfamiliar hosts following administrative requests, indicating reverse shell or download activity
  • Unexpected changes to router DNS settings, firewall rules, or NAT configuration after access to the admin CGI

Detection Strategies

  • Inspect web server and CGI access logs on the device or upstream proxies for requests targeting set_sys_cmd with non-alphanumeric payloads
  • Deploy network intrusion detection signatures that flag command injection patterns sent to Wavlink administrative endpoints
  • Correlate router authentication events with subsequent CGI requests to identify low-privileged accounts performing administrative actions

Monitoring Recommendations

  • Monitor for new outbound traffic from router IP addresses, especially to non-ISP destinations and on non-standard ports
  • Alert on changes to router firmware version banners, configuration files, and exposed administrative ports
  • Track NetFlow records for sustained connections initiated by IoT and networking devices that historically generate minimal egress traffic

How to Mitigate CVE-2026-7691

Immediate Actions Required

  • Replace WL-WN570HA1 devices with a currently supported router model, since the vendor has confirmed end-of-life status and removed the firmware rather than issuing a patch
  • Remove the affected device from internet-facing deployments and isolate it on a segregated management VLAN until decommissioned
  • Rotate all administrative credentials used on the device and any shared credentials that may have been reused

Patch Information

No patch is available. Wavlink confirmed that the WN570HA1 firmware version R70HA1 V1410_221110 has been removed from its website. The product is no longer supported by the maintainer, so device replacement is the only durable remediation path.

Workarounds

  • Disable remote (WAN-side) administration on the router and restrict the admin web interface to a single trusted management host
  • Place the device behind a network firewall that blocks inbound HTTP and HTTPS to the router from untrusted segments
  • Enforce strong, unique credentials for any account capable of reaching /cgi-bin/adm.cgi to reduce opportunistic exploitation
  • Disable any port forwarding rules or UPnP entries that expose the administrative interface externally
bash
# Configuration example: restrict admin interface access using an upstream firewall (iptables)
iptables -A FORWARD -p tcp -d <router-ip> --dport 80 -s <mgmt-host>/32 -j ACCEPT
iptables -A FORWARD -p tcp -d <router-ip> --dport 443 -s <mgmt-host>/32 -j ACCEPT
iptables -A FORWARD -p tcp -d <router-ip> --dport 80 -j DROP
iptables -A FORWARD -p tcp -d <router-ip> --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWavlink

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability1.29%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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-74
  • Technical References
  • Notion System Command Document

  • VulDB Vulnerability Submission

  • VulDB Vulnerability Report

  • VulDB CTI for Vulnerability
  • Related CVEs
  • CVE-2026-8228: Wavlink WL-NU516U1 Firmware RCE Vulnerability

  • CVE-2026-8227: Wavlink WL-NU516U1 Firmware RCE Flaw

  • CVE-2026-8192: Wavlink WL-NU516U1 Firmware RCE Flaw

  • CVE-2026-8191: Wavlink WL-NU516U1 Firmware RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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