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

CVE-2024-30602: Tenda FH1203 Buffer Overflow Vulnerability

CVE-2024-30602 is a stack overflow vulnerability in Tenda FH1203 Firmware affecting the schedStartTime parameter in setSchedWifi function. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2024-30602 Overview

CVE-2024-30602 is a stack overflow vulnerability affecting the Tenda FH1203 wireless router firmware version 2.0.1.6. The vulnerability exists in the schedStartTime parameter of the setSchedWifi function, which fails to properly validate input length before copying data to a fixed-size stack buffer. This classic buffer overflow condition can be exploited remotely over the network without authentication, potentially allowing attackers to execute arbitrary code or cause a denial of service on affected devices.

Critical Impact

This vulnerability allows unauthenticated remote attackers to potentially achieve complete device compromise through stack-based buffer overflow exploitation, enabling arbitrary code execution with full system privileges on the affected router.

Affected Products

  • Tenda FH1203 Firmware version 2.0.1.6
  • Tenda FH1203 Hardware Device
  • Tenda FH1203 Wireless Router

Discovery Timeline

  • 2024-03-28 - CVE-2024-30602 published to NVD
  • 2025-03-13 - Last updated in NVD database

Technical Details for CVE-2024-30602

Vulnerability Analysis

The vulnerability resides within the setSchedWifi function of the Tenda FH1203 router firmware. This function is responsible for handling WiFi scheduling configuration requests. When processing the schedStartTime parameter, the function copies user-supplied input into a fixed-size buffer allocated on the stack without performing adequate bounds checking.

This vulnerability is classified under CWE-120 (Buffer Copy without Checking Size of Input), commonly known as a "Classic Buffer Overflow." The flaw can be triggered remotely over the network, requires no authentication or user interaction, and upon successful exploitation could lead to complete compromise of confidentiality, integrity, and availability of the device.

Root Cause

The root cause of this vulnerability is improper input validation in the setSchedWifi function. The function accepts the schedStartTime parameter from user input and copies it directly to a stack-allocated buffer without verifying that the input length does not exceed the buffer's capacity. This oversight allows an attacker to supply an oversized input value that overwrites adjacent memory on the stack, including critical control structures such as the function's return address.

Attack Vector

The attack can be executed remotely over the network. An attacker would craft a malicious HTTP request to the router's web management interface containing an oversized schedStartTime parameter value. When the vulnerable setSchedWifi function processes this request, the excessive input overflows the stack buffer, potentially overwriting the saved return address. By carefully crafting the overflow payload, an attacker can redirect program execution to arbitrary code, achieving remote code execution on the device.

The exploitation does not require any form of authentication, making any exposed Tenda FH1203 router running firmware version 2.0.1.6 vulnerable to attack from any network-accessible source.

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

Detection Methods for CVE-2024-30602

Indicators of Compromise

  • Unusual HTTP requests to the router's web management interface with abnormally long schedStartTime parameter values
  • Router instability, unexpected reboots, or unresponsive behavior indicating potential exploitation attempts
  • Unexpected changes to router configuration or firmware settings
  • Anomalous outbound network traffic from the router to unknown external IP addresses

Detection Strategies

  • Monitor HTTP traffic to the router's management interface for requests containing the setSchedWifi endpoint with oversized parameter values
  • Implement network intrusion detection rules to identify buffer overflow patterns targeting IoT devices
  • Deploy network monitoring to detect abnormal traffic patterns originating from router devices
  • Regularly audit router firmware versions to identify vulnerable devices in the environment

Monitoring Recommendations

  • Enable logging on network firewalls and security appliances to capture traffic to and from IoT devices
  • Implement network segmentation to isolate IoT devices from critical network infrastructure
  • Deploy SentinelOne Singularity for IoT visibility and protection across connected devices
  • Establish baseline behavior profiles for router devices to detect anomalous activity indicative of compromise

How to Mitigate CVE-2024-30602

Immediate Actions Required

  • Restrict network access to the router's web management interface to trusted IP addresses only
  • Disable remote management features if not required for operational purposes
  • Place the affected router behind a firewall that blocks external access to the management interface
  • Consider replacing the affected device with a router from a vendor that provides regular security updates

Patch Information

At the time of this writing, no vendor patch information is available in the CVE data. Tenda has not released an official security advisory or firmware update addressing this vulnerability. Users should monitor the Tenda support website for firmware updates and apply any security patches as soon as they become available.

Workarounds

  • Disable the WiFi scheduling feature if not required, as this may prevent the vulnerable code path from being reached
  • Implement access control lists (ACLs) on the router to restrict management interface access to trusted local IP addresses only
  • Use a VPN or secure tunnel when remote management access is required
  • Monitor network traffic for exploitation attempts using intrusion detection systems
bash
# Example: Restrict management interface access (router-specific)
# Access router configuration and limit management access to local network only
# Disable WAN-side management access in router settings
# Enable MAC address filtering for additional access control

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 Fh1203

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.37%

  • 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-120
  • Technical References
  • GitHub IoT Vulnerability Documentation
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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