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

CVE-2024-7585: Tenda I22 Buffer Overflow Vulnerability

CVE-2024-7585 is a critical buffer overflow flaw in Tenda I22 Firmware affecting the formApPortalWebAuth function. Attackers can exploit this remotely to compromise devices. Learn about technical details and mitigation.

Published: May 26, 2026

CVE-2024-7585 Overview

CVE-2024-7585 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 formApPortalWebAuth function handling requests to /goform/apPortalAuth. Attackers can trigger memory corruption by manipulating the webUserName and webUserPassword arguments. The vulnerability is remotely exploitable across the network and the exploit details have been publicly disclosed. Tenda did not respond to disclosure attempts, leaving the affected firmware without an official patch. The weakness maps to [CWE-120], classic buffer copy without checking input size.

Critical Impact

Remote attackers with low-privilege access can corrupt memory in the captive portal authentication handler, leading to potential code execution or denial of service on the device.

Affected Products

  • Tenda i22 firmware version 1.0.0.3(4687)
  • Tenda i22 wireless access point hardware
  • Deployments exposing the /goform/apPortalAuth endpoint to untrusted networks

Discovery Timeline

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

Technical Details for CVE-2024-7585

Vulnerability Analysis

The vulnerability resides in the formApPortalWebAuth function within the Tenda i22 web management interface. This function processes captive portal authentication requests sent to the /goform/apPortalAuth endpoint. The handler accepts the webUserName and webUserPassword parameters from HTTP requests without validating their length before copying them into fixed-size stack buffers. Sending oversized values for either parameter overflows the destination buffer and corrupts adjacent stack memory, including saved return addresses on MIPS-based embedded firmware. Successful exploitation can compromise confidentiality, integrity, and availability of the affected device.

Root Cause

The root cause is missing bounds checking on user-supplied input in a CGI-style form handler. The firmware uses unsafe string copy operations to move the webUserName and webUserPassword values into fixed-size buffers. Tenda firmware historically relies on strcpy and sprintf patterns in its httpd binary, which do not enforce destination buffer limits.

Attack Vector

The attack is network-based and requires low privileges, typically network reachability to the device management interface. An attacker sends a crafted HTTP POST request to /goform/apPortalAuth containing an oversized webUserName or webUserPassword field. No user interaction is required. Devices exposing the management interface to wireless clients or the internet face the highest risk. Public proof-of-concept material is available in the BeaCox IoT_vuln GitHub repository.

The vulnerability manifests in the boundary handling logic of the portal authentication function. See the VulDB entry 273865 for additional technical analysis and reproduction details.

Detection Methods for CVE-2024-7585

Indicators of Compromise

  • HTTP POST requests to /goform/apPortalAuth containing unusually long webUserName or webUserPassword values
  • Unexpected reboots, crashes, or httpd process restarts on Tenda i22 access points
  • Unrecognized administrative sessions or configuration changes following portal authentication attempts
  • Outbound connections from access points to unfamiliar hosts following suspicious portal requests

Detection Strategies

  • Inspect HTTP request bodies at the network perimeter for parameter lengths exceeding reasonable thresholds against the /goform/apPortalAuth URI
  • Deploy IDS signatures matching long string payloads in the webUserName and webUserPassword POST fields
  • Correlate web request anomalies with device health telemetry such as restart events or watchdog triggers

Monitoring Recommendations

  • Forward syslog and SNMP traps from Tenda i22 devices to a centralized logging platform for crash and reboot analysis
  • Baseline normal captive portal authentication traffic volume and parameter sizes to highlight outliers
  • Alert on repeated authentication failures or malformed requests targeting /goform/ endpoints

How to Mitigate CVE-2024-7585

Immediate Actions Required

  • Remove the Tenda i22 management interface from untrusted networks and restrict access to a dedicated management VLAN
  • Block external access to /goform/apPortalAuth at perimeter firewalls and upstream routers
  • Disable the captive portal feature on affected devices if it is not in active use
  • Evaluate replacement of Tenda i22 hardware with vendor-supported alternatives given the absence of vendor response

Patch Information

No official patch is available. According to the CVE record, the vendor was contacted before public disclosure but did not respond. Organizations operating Tenda i22 devices on firmware 1.0.0.3(4687) must rely on compensating controls until a vendor fix is released. Monitor the VulDB advisory for updates.

Workarounds

  • Place affected access points behind a firewall that filters HTTP requests to the /goform/apPortalAuth path
  • Enforce strict ACLs limiting management plane access to known administrative IP addresses
  • Disable remote management features and require on-site or VPN access for configuration changes
  • Segment guest wireless traffic so clients cannot reach the device management interface
bash
# Example iptables rule to block external access to the vulnerable endpoint
iptables -A FORWARD -p tcp --dport 80 -d <tenda_i22_ip> \
  -m string --algo bm --string "/goform/apPortalAuth" -j DROP

# Restrict management access to a trusted subnet only
iptables -A FORWARD -p tcp --dport 80 -d <tenda_i22_ip> \
  ! -s 10.10.0.0/24 -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

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.31%

  • 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 #273865 CTI

  • VulDB #273865

  • VulDB Submission #382837
  • Related CVEs
  • CVE-2026-9429: Tenda F1202 Buffer Overflow Vulnerability

  • CVE-2026-9428: Tenda F1202 Buffer Overflow Vulnerability

  • CVE-2026-9431: Tenda F1202 Buffer Overflow Vulnerability

  • CVE-2026-9430: Tenda F1202 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