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

CVE-2024-2856: Tenda AC10 Buffer Overflow Vulnerability

CVE-2024-2856 is a critical stack-based buffer overflow in Tenda AC10 firmware affecting the SetSysTimeCfg function. This remotely exploitable flaw can compromise router security. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: April 8, 2026

CVE-2024-2856 Overview

A critical stack-based buffer overflow vulnerability has been identified in Tenda AC10 routers running firmware versions 16.03.10.13 and 16.03.10.20. The vulnerability exists in the fromSetSysTime function within the /goform/SetSysTimeCfg endpoint, where improper handling of the timeZone argument allows remote attackers to overflow a stack-based buffer. This vulnerability can be exploited remotely without authentication, potentially allowing attackers to execute arbitrary code or cause a denial of service condition on affected devices.

Critical Impact

Remote attackers can exploit this vulnerability to gain complete control over affected Tenda AC10 routers without authentication, potentially compromising the entire network segment.

Affected Products

  • Tenda AC10 Firmware version 16.03.10.13
  • Tenda AC10 Firmware version 16.03.10.20
  • Tenda AC10 Hardware version 4.0

Discovery Timeline

  • 2024-03-24 - CVE-2024-2856 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-2856

Vulnerability Analysis

This vulnerability is classified as CWE-121 (Stack-based Buffer Overflow), affecting the system time configuration functionality of Tenda AC10 routers. The fromSetSysTime function processes user-supplied input from the timeZone parameter without adequate bounds checking. When an attacker sends a specially crafted HTTP request to the /goform/SetSysTimeCfg endpoint with an oversized timeZone value, the input overflows the fixed-size stack buffer allocated for this parameter.

The lack of input validation allows attackers to corrupt adjacent stack memory, potentially overwriting the function's return address. This enables control flow hijacking, where the attacker can redirect execution to arbitrary memory locations or injected shellcode.

Root Cause

The root cause of this vulnerability is insufficient input validation and the absence of proper bounds checking when copying the timeZone parameter into a fixed-size stack buffer within the fromSetSysTime function. The firmware fails to verify that the length of user-supplied input does not exceed the allocated buffer size before performing the copy operation. This classic programming error in embedded firmware development allows stack-based buffer overflow conditions to occur.

Attack Vector

The attack can be launched remotely over the network by sending a malicious HTTP POST request to the vulnerable endpoint /goform/SetSysTimeCfg. The attacker manipulates the timeZone argument with a payload exceeding the expected buffer size. Since no authentication is required to access this endpoint, any network-adjacent attacker can exploit this vulnerability. The attack requires no user interaction and can be automated for mass exploitation of vulnerable devices.

The vulnerability exploitation typically involves:

  1. Sending an HTTP POST request to the /goform/SetSysTimeCfg endpoint
  2. Including an oversized timeZone parameter value designed to overflow the stack buffer
  3. Carefully crafting the overflow payload to overwrite the return address with attacker-controlled values
  4. Achieving code execution or denial of service on the target device

For detailed technical analysis of the vulnerability, see the GitHub IoT Vulnerability Document.

Detection Methods for CVE-2024-2856

Indicators of Compromise

  • Unusual HTTP POST requests targeting /goform/SetSysTimeCfg with abnormally large timeZone parameter values
  • Router instability, unexpected reboots, or unresponsive web interfaces indicating potential exploitation attempts
  • Unexpected network traffic originating from the router to external command and control servers
  • Modified router configuration or firmware settings not authorized by administrators

Detection Strategies

  • Implement network intrusion detection rules to identify HTTP POST requests to /goform/SetSysTimeCfg containing oversized payloads
  • Monitor router logs for repeated failed requests or crashes associated with system time configuration changes
  • Deploy application-layer firewalls that can inspect HTTP payload sizes and flag anomalous parameter lengths
  • Use vulnerability scanners to identify Tenda AC10 devices running affected firmware versions 16.03.10.13 or 16.03.10.20

Monitoring Recommendations

  • Establish baseline network behavior for IoT devices and alert on deviations from normal communication patterns
  • Configure SNMP or syslog monitoring on network devices to capture router crash events or unexpected service restarts
  • Implement network segmentation monitoring to detect lateral movement attempts from compromised IoT devices
  • Schedule regular firmware version audits across all Tenda router deployments

How to Mitigate CVE-2024-2856

Immediate Actions Required

  • Identify and inventory all Tenda AC10 devices running firmware versions 16.03.10.13 or 16.03.10.20 in your network
  • Isolate affected devices from critical network segments until patches are applied or devices are replaced
  • Disable remote administration and external access to the router management interface
  • Implement network access controls to restrict access to the router's web interface to trusted IP addresses only
  • Consider replacing affected devices with alternative router hardware if vendor patches are not available

Patch Information

At the time of disclosure, the vendor (Tenda) was contacted but did not respond. No official patch has been released by the vendor. Organizations should monitor Tenda's official support channels for any future firmware updates addressing this vulnerability. Given the vendor's non-response, organizations may need to consider device replacement with supported alternatives. Additional information is available through the VulDB Record #257780.

Workarounds

  • Restrict network access to the /goform/SetSysTimeCfg endpoint using firewall rules or router access control lists
  • Disable the web management interface entirely and manage devices through serial console if physical access is available
  • Place affected routers behind a VPN or secure gateway to limit exposure to potential attackers
  • Implement network segmentation to isolate IoT devices from critical infrastructure
bash
# Example iptables rule to block access to vulnerable endpoint (apply on upstream firewall)
iptables -A FORWARD -p tcp --dport 80 -d <ROUTER_IP> -m string --string "/goform/SetSysTimeCfg" --algo bm -j DROP

# Restrict management interface access to specific admin IP
iptables -A FORWARD -p tcp --dport 80 -d <ROUTER_IP> -s ! <ADMIN_IP> -j DROP

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechTenda

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.20%

  • 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-121
  • Technical References
  • GitHub IoT Vulnerability Document

  • VulDB CTI ID #257780

  • VulDB Record #257780

  • VulDB Submission #299741
  • Related CVEs
  • CVE-2026-9429: Tenda F1202 Buffer Overflow Vulnerability

  • CVE-2026-9428: Tenda F1202 Buffer Overflow Vulnerability

  • CVE-2026-9431: Tenda F1202 Buffer Overflow Vulnerability

  • CVE-2026-9430: Tenda F1202 Buffer Overflow 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