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-2024-2850

CVE-2024-2850: Tenda AC15 Buffer Overflow Vulnerability

CVE-2024-2850 is a critical stack-based buffer overflow in Tenda AC15 Firmware that allows remote attackers to exploit the saveParentControlInfo function. This article covers technical details, affected versions, and mitigations.

Updated: May 15, 2026

CVE-2024-2850 Overview

CVE-2024-2850 is a stack-based buffer overflow [CWE-121] in the Tenda AC15 router running firmware version 15.03.05.18. The flaw resides in the saveParentControlInfo function handling requests to /goform/saveParentControlInfo. Manipulation of the urls parameter overflows a fixed-size stack buffer, corrupting saved return addresses and adjacent stack data. The vulnerability is remotely exploitable over the network without authentication or user interaction. The exploit details have been publicly disclosed, increasing the risk of opportunistic attacks against exposed devices. The vendor was contacted before disclosure but did not respond.

Critical Impact

Unauthenticated attackers can trigger memory corruption on the device, enabling remote code execution, full device compromise, and pivoting into the protected network segment.

Affected Products

  • Tenda AC15 hardware router
  • Tenda AC15 firmware version 15.03.05.18
  • Web management interface endpoint /goform/saveParentControlInfo

Discovery Timeline

  • 2024-03-24 - CVE-2024-2850 published to the National Vulnerability Database (NVD)
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-2850

Vulnerability Analysis

The Tenda AC15 web management binary exposes the saveParentControlInfo handler through the /goform/ interface. This handler processes the urls HTTP parameter, which is intended to store URL filter entries for the parental control feature. The handler copies the attacker-controlled urls value into a fixed-size stack buffer without validating the input length, producing a classic stack-based buffer overflow.

The overflow overwrites adjacent stack memory, including saved registers and the return address. On MIPS-based Tenda firmware, this allows redirection of execution flow once the corrupted function epilogue executes. Because the web service runs with elevated privileges on the embedded Linux system, successful exploitation yields complete control of the router, including DNS settings, traffic interception, firmware persistence, and lateral access to clients on the LAN.

Root Cause

The root cause is the absence of bounds checking on the urls request parameter before invoking an unsafe copy operation into a stack-allocated buffer. The firmware does not enforce length validation or use safer string-handling primitives, and the binary appears to lack stack canaries that would detect corruption before return.

Attack Vector

An unauthenticated remote attacker sends a crafted HTTP POST request to /goform/saveParentControlInfo with an oversized urls value. Devices with the web interface reachable from the WAN, or attackers already on the LAN, can reach the endpoint directly. Public technical documentation of the issue is available in the GitHub Vulnerability Documentation and the VulDB advisory #257774.

No verified exploit code is reproduced here. Refer to the linked technical references for parameter layout and offset details.

Detection Methods for CVE-2024-2850

Indicators of Compromise

  • HTTP POST requests to /goform/saveParentControlInfo containing abnormally long urls parameter values, particularly those exceeding several hundred bytes.
  • Unexpected reboots, watchdog resets, or httpd crashes on Tenda AC15 devices following inbound HTTP traffic.
  • Outbound connections from the router itself to unknown hosts, indicating possible post-exploitation implants.
  • Modifications to router DNS configuration or unexpected firmware checksum changes.

Detection Strategies

  • Inspect web server and reverse-proxy logs for requests targeting /goform/saveParentControlInfo with payload sizes inconsistent with legitimate parental control entries.
  • Deploy network IDS signatures that match oversized urls POST bodies directed at Tenda management endpoints.
  • Correlate router crash telemetry with preceding HTTP requests to identify exploitation attempts.

Monitoring Recommendations

  • Monitor north-south traffic to router management interfaces and alert on management endpoints exposed to the WAN.
  • Track DNS configuration drift on consumer-grade routers used in branch or remote-work environments.
  • Forward router syslog data to a centralized SIEM and alert on repeated httpd restarts.

How to Mitigate CVE-2024-2850

Immediate Actions Required

  • Disable remote (WAN-side) administration on all Tenda AC15 devices and restrict the web interface to trusted LAN segments only.
  • Segment AC15 routers away from sensitive internal assets until a fixed firmware is available.
  • Replace AC15 devices used in production environments with a supported router, given the absence of a vendor response.

Patch Information

No vendor patch is currently available. The vendor was contacted prior to disclosure and did not respond, per the NVD entry. Track the VulDB entry #257774 for updates and check the Tenda support portal for any future firmware release superseding 15.03.05.18.

Workarounds

  • Block external access to TCP ports 80 and 443 on the router WAN interface using upstream filtering where possible.
  • Restrict access to /goform/saveParentControlInfo via an intermediate firewall or by disabling the parental control feature in the web UI.
  • Place the router behind a network device capable of inspecting and dropping oversized HTTP parameter values targeting management endpoints.
bash
# Example upstream firewall rules to block WAN access to the router management interface
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
  • TypeBuffer Overflow

  • Vendor/TechTenda Ac15

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.13%

  • 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 Vulnerability Documentation

  • VulDB CTI ID #257774

  • VulDB #257774
  • Related CVEs
  • CVE-2026-24103: Tenda AC15 Buffer Overflow Vulnerability

  • CVE-2026-3400: Tenda AC15 Buffer Overflow Vulnerability

  • CVE-2024-2855: Tenda AC15 Buffer Overflow Vulnerability

  • CVE-2024-2852: Tenda AC15 Buffer Overflow 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