A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-10697

CVE-2024-10697: Tenda AC6 Firmware RCE Vulnerability

CVE-2024-10697 is a critical remote code execution flaw in Tenda AC6 Firmware affecting version 15.03.05.19. Attackers can exploit command injection via the formWriteFacMac function to execute arbitrary code remotely.

Published: May 26, 2026

CVE-2024-10697 Overview

CVE-2024-10697 is a command injection vulnerability in the Tenda AC6 wireless router running firmware version 15.03.05.19. The flaw resides in the formWriteFacMac function handling requests to the /goform/WriteFacMac API endpoint. An attacker can manipulate the mac argument to inject arbitrary operating system commands. The vulnerability is exploitable remotely over the network and a public proof-of-concept has been disclosed.

Critical Impact

Remote attackers can inject arbitrary commands through the mac parameter and execute them on the router, potentially gaining persistent control over the device and the network it serves.

Affected Products

  • Tenda AC6 router (hardware)
  • Tenda AC6 firmware version 15.03.05.19
  • API endpoint /goform/WriteFacMac exposing the formWriteFacMac handler

Discovery Timeline

  • 2024-11-02 - CVE-2024-10697 published to NVD
  • 2025-04-05 - Last updated in NVD database

Technical Details for CVE-2024-10697

Vulnerability Analysis

The vulnerability is a command injection flaw [CWE-77] rooted in improper neutralization of special elements used in a command [CWE-74]. The formWriteFacMac handler processes HTTP requests submitted to /goform/WriteFacMac and consumes the mac parameter without sanitizing shell metacharacters. The parameter value is passed into a system command invocation on the underlying Linux-based router OS.

Because the router exposes the affected endpoint through its web management interface, an attacker who can reach the device over the network can deliver a crafted request. Successful exploitation yields command execution under the privileges of the web server process, which on consumer SOHO routers is typically root. A compromised router enables traffic interception, DNS hijacking, lateral movement into the LAN, and recruitment into botnets.

Root Cause

The root cause is the absence of input validation and output encoding on the mac argument before it is concatenated into a shell command. Tenda's firmware passes the attacker-controlled string into a function such as system() or popen() without escaping characters like ;, &, |, or backticks.

Attack Vector

The attack vector is network-based and requires low privileges. An attacker sends an HTTP POST request to /goform/WriteFacMac containing a mac value that includes shell separators followed by the desired command. The injected payload executes on the device immediately. Refer to the GitHub PoC Repository for technical reproduction details.

No synthetic exploit code is reproduced here. Practitioners can review the public write-up linked above for the exact request structure used in the disclosed proof-of-concept.

Detection Methods for CVE-2024-10697

Indicators of Compromise

  • HTTP requests to the /goform/WriteFacMac endpoint containing shell metacharacters (;, |, &, `, $()) inside the mac parameter.
  • Unexpected outbound connections originating from the router's management IP, particularly to unknown command-and-control hosts.
  • Modified DNS, NTP, or firewall configuration on the AC6 device that was not initiated by an administrator.
  • New processes or cron entries on the router that reference downloaded binaries from wget or curl operations.

Detection Strategies

  • Inspect web access logs on the router or any upstream proxy for POST requests targeting /goform/WriteFacMac from non-administrative source addresses.
  • Apply network IDS signatures that flag mac= parameter values containing characters outside the MAC address character set (0-9, A-F, :, -).
  • Correlate router management plane traffic with EPSS-prioritized vulnerability data; this CVE carries an EPSS probability of 83.113%, indicating active interest in exploitation.

Monitoring Recommendations

  • Forward router syslog and management interface logs to a centralized SIEM for retention and correlation.
  • Alert on any administrative API calls originating from the WAN interface, which should be disabled by default.
  • Baseline outbound traffic from the router itself and alert on deviations such as connections to non-standard ports or IRC-style protocols associated with IoT botnets.

How to Mitigate CVE-2024-10697

Immediate Actions Required

  • Disable remote (WAN-side) management on the Tenda AC6 immediately to reduce the attack surface.
  • Restrict access to the router's LAN-side management interface using ACLs or a separate management VLAN.
  • Audit the router for unauthorized configuration changes, new accounts, or unexpected firmware modifications.
  • Rotate any credentials that may have been exposed through the device, including Wi-Fi PSKs and admin passwords.

Patch Information

As of the last NVD update on 2025-04-05, no vendor patch has been published for firmware version 15.03.05.19 of the Tenda AC6. Monitor the Tenda Official Website for firmware updates addressing this issue. Where no patch is available, organizations should plan device replacement or strict network isolation.

Workarounds

  • Place the AC6 behind an upstream firewall and block inbound access to TCP ports used by the management web interface.
  • Segment the router onto an isolated network so a compromise cannot pivot to sensitive internal assets.
  • Replace the affected device with hardware that receives current security maintenance if no firmware fix is released.
  • Deploy a web application firewall or intrusion prevention rule that drops requests to /goform/WriteFacMac containing non-hex characters in the mac parameter.
bash
# Example iptables rule restricting management access to a trusted admin host
iptables -A INPUT -p tcp --dport 80 -s 192.0.2.10 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -s 192.0.2.10 -j ACCEPT
iptables -A INPUT -p tcp --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/TechTenda

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability83.11%

  • 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:X/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

  • CWE-77
  • Technical References
  • GitHub PoC Repository

  • VulDB #282865 CTI

  • VulDB #282865

  • VulDB Submission #434934

  • Tenda Official Website
  • Related CVEs
  • CVE-2026-6989: Tenda F453 Firmware RCE Vulnerability

  • CVE-2026-7469: Tenda 4G300 RCE Vulnerability

  • CVE-2025-7414: Tenda O3 Firmware RCE Vulnerability

  • CVE-2026-7160: Tenda HG3 2.0 RCE Vulnerability
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