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

CVE-2024-4165: Tenda G3 Buffer Overflow Vulnerability

CVE-2024-4165 is a critical stack-based buffer overflow in Tenda G3 Firmware affecting the modifyDhcpRule function. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: April 15, 2026

CVE-2024-4165 Overview

A stack-based buffer overflow vulnerability has been identified in Tenda G3 router firmware version 15.11.0.17(9502). The vulnerability exists in the modifyDhcpRule function within the /goform/modifyDhcpRule endpoint. Improper handling of the bindDhcpIndex argument allows remote attackers to trigger a stack-based buffer overflow, potentially leading to arbitrary code execution or denial of service.

Critical Impact

This remotely exploitable vulnerability in the Tenda G3 router allows unauthenticated attackers to overflow the stack buffer, potentially gaining complete control over the affected device. Exploitation details have been publicly disclosed.

Affected Products

  • Tenda G3 Firmware version 15.11.0.17(9502)_CN
  • Tenda G3 Hardware

Discovery Timeline

  • 2024-04-25 - CVE-2024-4165 published to NVD
  • 2025-03-05 - Last updated in NVD database

Technical Details for CVE-2024-4165

Vulnerability Analysis

The vulnerability resides in the modifyDhcpRule function of the Tenda G3 router's web management interface. When processing HTTP requests to the /goform/modifyDhcpRule endpoint, the function fails to properly validate the length of the bindDhcpIndex parameter before copying it to a fixed-size stack buffer. This lack of boundary checking allows an attacker to supply an oversized input value that exceeds the allocated buffer space, corrupting adjacent stack memory.

The exploitation of this vulnerability can be performed remotely over the network without requiring any authentication or user interaction. An attacker who successfully exploits this flaw could overwrite critical stack data including return addresses, potentially redirecting program execution to attacker-controlled code. This could result in complete device compromise, enabling the attacker to execute arbitrary commands, modify device configuration, intercept network traffic, or render the device inoperable.

The vendor, Tenda, was contacted regarding this vulnerability but did not respond. The exploit details have been publicly disclosed, increasing the risk of exploitation in the wild.

Root Cause

The root cause is a classic CWE-121 (Stack-based Buffer Overflow) vulnerability stemming from inadequate input validation. The modifyDhcpRule function uses unsafe memory copy operations on the bindDhcpIndex parameter without first verifying that the input length fits within the destination buffer's capacity. This violates secure coding practices for handling untrusted input in embedded systems.

Attack Vector

The attack is conducted remotely over the network by sending a specially crafted HTTP POST request to the /goform/modifyDhcpRule endpoint. The attacker manipulates the bindDhcpIndex parameter with an excessively long string designed to overflow the stack buffer. No authentication is required to access this endpoint, making exploitation straightforward for any attacker with network access to the device's management interface.

The vulnerability mechanism operates as follows: when the vulnerable function processes the HTTP request, it extracts the bindDhcpIndex value and copies it into a stack-allocated buffer without length validation. By supplying a malicious payload exceeding the buffer size, an attacker can overwrite the function's return address on the stack, potentially redirecting execution to shellcode or existing executable code within the firmware.

For detailed technical analysis, refer to the GitHub IoT Vulnerability Documentation.

Detection Methods for CVE-2024-4165

Indicators of Compromise

  • Unusual HTTP POST requests to /goform/modifyDhcpRule with abnormally long parameter values
  • Unexpected device reboots or crashes of the Tenda G3 router
  • Unauthorized configuration changes or newly added administrative accounts
  • Network traffic anomalies originating from the router to unknown external destinations

Detection Strategies

  • Deploy network intrusion detection signatures to identify HTTP requests to /goform/modifyDhcpRule containing oversized bindDhcpIndex values
  • Monitor web server logs on the router (if accessible) for requests with unusually long query parameters
  • Implement network segmentation to isolate IoT devices and monitor for lateral movement attempts
  • Use application-layer firewalls to inspect and filter malicious HTTP traffic targeting known vulnerable endpoints

Monitoring Recommendations

  • Enable logging on network firewalls and review access attempts to router management interfaces
  • Establish baseline behavior for router management traffic and alert on deviations
  • Monitor for firmware modification attempts or unexpected changes to device configuration
  • Deploy honeypots mimicking vulnerable Tenda G3 devices to detect active exploitation attempts

How to Mitigate CVE-2024-4165

Immediate Actions Required

  • Restrict network access to the router's web management interface using firewall rules to allow only trusted IP addresses
  • Disable remote management features if not required for operational purposes
  • Isolate the affected Tenda G3 router on a separate network segment with strict access controls
  • Consider replacing the affected device with an alternative router from a vendor with responsive security practices

Patch Information

As of the last update, Tenda has not released a security patch for this vulnerability. The vendor was contacted about the issue but did not respond. Organizations using affected devices should implement the workarounds below until a patch becomes available or consider device replacement. Monitor VulDB #261984 and Tenda's official channels for any future security updates.

Workarounds

  • Disable the web management interface entirely if not required for device administration
  • Implement strict access control lists (ACLs) on upstream network devices to limit access to the /goform/modifyDhcpRule endpoint
  • Deploy a web application firewall (WAF) or reverse proxy in front of the device to filter requests with oversized parameters
  • Schedule regular device reboots to clear any potential compromise state while awaiting a permanent fix
bash
# Example firewall rule to restrict management interface access (Linux iptables)
# Allow management access only from trusted admin subnet
iptables -A FORWARD -d <ROUTER_IP> -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A FORWARD -d <ROUTER_IP> -p tcp --dport 80 -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.25%

  • 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

  • CWE-787
  • Technical References
  • GitHub IoT Vulnerability Documentation

  • VulDB CTI #261984

  • VulDB #261984

  • VulDB Submission #318589
  • Related CVEs
  • CVE-2026-8138: Tenda CX12L Buffer Overflow Vulnerability

  • CVE-2026-7470: Tenda 4G300 Buffer Overflow Vulnerability

  • CVE-2026-5154: Tenda CH22 Buffer Overflow Vulnerability

  • CVE-2026-7151: Tenda HG3 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