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

CVE-2024-7584: Tenda I22 Buffer Overflow Vulnerability

CVE-2024-7584 is a critical buffer overflow vulnerability in Tenda I22 Firmware that allows remote attackers to exploit the formApPortalPhoneAuth function. This post covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-7584 Overview

CVE-2024-7584 is a buffer overflow vulnerability in the Tenda i22 wireless access point running firmware version 1.0.0.3(4687). The flaw resides in the formApPortalPhoneAuth function exposed through the /goform/apPortalPhoneAuth endpoint. Attackers can trigger the overflow by manipulating the data argument, leading to memory corruption on the device. The exploit is reachable over the network and has been publicly disclosed. According to the NVD entry, the vendor was contacted prior to disclosure but did not respond. The vulnerability is tracked under [CWE-120] (Classic Buffer Overflow).

Critical Impact

Remote attackers with low-privilege access can corrupt memory on Tenda i22 devices, potentially leading to denial of service or arbitrary code execution on affected access points.

Affected Products

  • Tenda i22 hardware appliance
  • Tenda i22 firmware version 1.0.0.3(4687)
  • Networks relying on unpatched Tenda i22 access points for client connectivity

Discovery Timeline

  • 2024-08-07 - CVE-2024-7584 published to NVD
  • 2024-09-11 - Last updated in NVD database

Technical Details for CVE-2024-7584

Vulnerability Analysis

The vulnerability exists in the HTTP request handler formApPortalPhoneAuth, which processes phone authentication requests for the access point's captive portal. The handler reads the data parameter from the incoming request and copies it into a fixed-size stack buffer without enforcing length validation. Sending an oversized value overruns adjacent memory, corrupting saved registers and control structures on the stack.

Because Tenda i22 runs on an embedded Linux platform with limited memory protections, successful exploitation may allow attackers to crash the web management daemon or hijack execution flow. The endpoint is exposed through the device's HTTP interface, making remote attacks feasible whenever the management interface is reachable.

Root Cause

The root cause is missing bounds checking in formApPortalPhoneAuth when handling the data argument supplied to /goform/apPortalPhoneAuth. The function trusts attacker-controlled length and content, copying input into a fixed-size buffer. This pattern matches [CWE-120], where input copy size exceeds destination capacity.

Attack Vector

An attacker sends a crafted HTTP request to the /goform/apPortalPhoneAuth endpoint with an oversized data parameter. The request requires network reachability to the device's management interface and low-privilege authentication. Once the malformed payload is processed, the stack buffer overflows, producing a denial of service or potential code execution depending on the input layout. Public proof-of-concept material is referenced in the GitHub PoC Repository and VulDB #273864.

Detection Methods for CVE-2024-7584

Indicators of Compromise

  • HTTP POST requests to /goform/apPortalPhoneAuth containing abnormally long data parameter values.
  • Unexpected reboots, crashes, or restarts of the Tenda i22 web management daemon.
  • Outbound connections from the access point to unfamiliar hosts following suspicious portal authentication traffic.

Detection Strategies

  • Inspect web traffic destined for Tenda i22 management interfaces and alert on data parameter lengths exceeding expected phone authentication field sizes.
  • Correlate device availability anomalies with preceding HTTP requests to /goform/ endpoints.
  • Apply signature-based intrusion detection rules that flag malformed apPortalPhoneAuth requests on segments where Tenda i22 devices operate.

Monitoring Recommendations

  • Forward access point syslog and HTTP daemon logs to a central log platform for retention and analysis.
  • Baseline normal captive portal traffic patterns and alert on deviations in request size or frequency.
  • Monitor for unauthorized configuration changes on Tenda i22 devices that could follow successful exploitation.

How to Mitigate CVE-2024-7584

Immediate Actions Required

  • Restrict access to the Tenda i22 management interface to trusted administrative networks only.
  • Disable the captive portal phone authentication feature if it is not required in your deployment.
  • Place affected access points behind a network firewall that blocks untrusted access to /goform/ endpoints.
  • Inventory all Tenda i22 units running firmware 1.0.0.3(4687) and prioritize them for replacement or isolation.

Patch Information

As of the last NVD update on 2024-09-11, the vendor has not published a security advisory or fixed firmware for CVE-2024-7584. The NVD record notes that Tenda did not respond to disclosure attempts. Administrators should monitor the Tenda support site for future firmware releases addressing this issue and consult the VulDB CTI ID #273864 entry for tracking updates.

Workarounds

  • Block external access to TCP ports serving the Tenda i22 HTTP management interface at the perimeter.
  • Segment Tenda i22 access points onto a dedicated management VLAN with strict ACLs limiting which hosts can reach /goform/apPortalPhoneAuth.
  • Replace affected devices with vendor-supported alternatives if no patch becomes available and the captive portal feature is required.
bash
# Example iptables rule restricting access to the Tenda i22 management interface
iptables -A FORWARD -p tcp -d <tenda_i22_ip> --dport 80 -s <admin_subnet> -j ACCEPT
iptables -A FORWARD -p tcp -d <tenda_i22_ip> --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 I22

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-120
  • Technical References
  • GitHub PoC Repository

  • VulDB CTI ID #273864

  • VulDB #273864

  • VulDB Submission #382836
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
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