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

CVE-2024-28551: Tenda AC18 Buffer Overflow Vulnerability

CVE-2024-28551 is a stack overflow vulnerability in Tenda AC18 Firmware affecting the ssid parameter in form_fast_setting_wifi_set function. This article covers technical details, affected versions, security impact, and mitigation.

Published: June 2, 2026

CVE-2024-28551 Overview

CVE-2024-28551 is a stack-based buffer overflow vulnerability [CWE-121] in the Tenda AC18 router running firmware version 15.03.05.05. The flaw resides in the form_fast_setting_wifi_set function, where the ssid parameter is processed without proper bounds checking. An unauthenticated remote attacker can send a crafted HTTP request to trigger the overflow on the device's stack. Successful exploitation results in a denial-of-service condition on the affected router. The vulnerability is reachable over the network with no authentication or user interaction required.

Critical Impact

Unauthenticated remote attackers can crash the Tenda AC18 router by sending an oversized ssid value to the WiFi fast-setting endpoint, disrupting network connectivity.

Affected Products

  • Tenda AC18 router (hardware)
  • Tenda AC18 firmware version 15.03.05.05
  • Web management interface exposing form_fast_setting_wifi_set

Discovery Timeline

  • 2024-03-26 - CVE-2024-28551 published to the National Vulnerability Database (NVD)
  • 2025-03-13 - Last updated in the NVD database

Technical Details for CVE-2024-28551

Vulnerability Analysis

The Tenda AC18 web management interface exposes the form_fast_setting_wifi_set handler, which configures wireless settings during initial device setup. The handler reads the ssid parameter from an attacker-controlled HTTP request and copies it into a fixed-size stack buffer. Because the function performs no length validation on the input, an oversized ssid value overflows the buffer and overwrites adjacent stack memory, including the saved return address.

The corrupted stack frame causes the httpd process to crash when execution returns from the vulnerable function. The router becomes unresponsive until it reboots or is manually restarted. The vulnerability is classified under [CWE-121] Stack-based Buffer Overflow.

Root Cause

The root cause is missing input validation on the ssid HTTP parameter inside form_fast_setting_wifi_set. The handler uses an unbounded copy operation into a stack-allocated buffer sized for a normal SSID string. Attacker-supplied data longer than the buffer corrupts saved registers and the return address on the stack.

Attack Vector

The attack vector is network-based and requires no authentication. An attacker sends an HTTP POST request to the router's management interface with a long ssid value. The request reaches the vulnerable function during request handling, triggering the overflow. The publicly available proof-of-concept demonstrates a denial-of-service outcome against the httpd daemon. Refer to the GitHub IoT Vulnerability PoC for technical reproduction steps.

Detection Methods for CVE-2024-28551

Indicators of Compromise

  • Unexpected reboots or httpd process crashes on Tenda AC18 routers
  • HTTP POST requests to setup endpoints containing abnormally long ssid parameter values
  • Loss of management interface availability following inbound HTTP traffic from untrusted sources

Detection Strategies

  • Inspect HTTP traffic to the router management interface for ssid parameter values exceeding typical SSID length limits (32 bytes per IEEE 802.11)
  • Monitor router system logs for repeated httpd restarts or watchdog-triggered reboots
  • Deploy network intrusion detection signatures targeting requests to form_fast_setting_wifi_set with oversized POST bodies

Monitoring Recommendations

  • Alert on any external source attempting to reach the router's web administration port
  • Track availability metrics for the router and correlate downtime with inbound HTTP request bursts
  • Capture and review packet samples destined for the management interface for anomalous parameter lengths

How to Mitigate CVE-2024-28551

Immediate Actions Required

  • Restrict access to the Tenda AC18 web management interface to trusted internal hosts only
  • Disable remote management (WAN-side administration) if it is currently enabled
  • Segment the router management network from untrusted user and IoT segments

Patch Information

No vendor advisory or firmware update from Tenda is referenced in the NVD entry for CVE-2024-28551 at the time of publication. Administrators should monitor the Tenda support site for firmware releases addressing version 15.03.05.05 and apply updates as they become available.

Workarounds

  • Block inbound HTTP and HTTPS traffic to the router management interface from untrusted networks using upstream firewall rules
  • Replace the affected Tenda AC18 device with a supported router if no patch is released by the vendor
  • Place the device behind a network filter that drops requests containing ssid parameter values longer than 32 bytes
bash
# Example upstream firewall rule restricting router admin access to a management subnet
iptables -A FORWARD -p tcp -d 192.168.0.1 --dport 80 -s 10.0.10.0/24 -j ACCEPT
iptables -A FORWARD -p tcp -d 192.168.0.1 --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 Ac18

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • GitHub IoT Vulnerability PoC
  • Related CVEs
  • CVE-2025-11324: Tenda AC18 Buffer Overflow Vulnerability

  • CVE-2026-31255: Tenda AC18 Firmware RCE Vulnerability

  • CVE-2024-2854: Tenda AC18 Firmware 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