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-2025-24496

CVE-2025-24496: Tenda AC6 Information Disclosure Flaw

CVE-2025-24496 is an information disclosure vulnerability in Tenda AC6 Firmware affecting the /goform/getproductInfo endpoint. Attackers can exploit this flaw to access sensitive data. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Updated: May 11, 2026

CVE-2025-24496 Overview

CVE-2025-24496 is an information disclosure vulnerability in the /goform/getproductInfo functionality of the Tenda AC6 V5.0 router running firmware version V02.03.01.110. An unauthenticated remote attacker can send specially crafted network packets to this endpoint and retrieve sensitive product information from the device. The flaw is classified under CWE-288: Authentication Bypass Using an Alternate Path or Channel. The vulnerability requires no privileges or user interaction, making it accessible to any attacker with network reachability to the router's management interface.

Critical Impact

Unauthenticated remote attackers can extract sensitive product information from affected Tenda AC6 V5 routers by sending crafted HTTP requests to the /goform/getproductInfo endpoint.

Affected Products

  • Tenda AC6 hardware version 5.0
  • Tenda AC6 firmware version V02.03.01.110
  • Devices exposing the web management interface to untrusted networks

Discovery Timeline

  • 2025-08-20 - CVE-2025-24496 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-24496

Vulnerability Analysis

The vulnerability resides in the /goform/getproductInfo handler exposed by the Tenda AC6 V5 web management interface. The endpoint processes network requests and returns product information without enforcing proper authentication checks. An attacker sending crafted packets to this URI receives sensitive details about the device. Because the endpoint is reachable over the network and bypasses the expected authentication path, any attacker with access to the device's management interface can query it.

The weakness is tracked as [CWE-288], which covers cases where an authentication mechanism can be sidestepped through an alternate path. In this case, the alternate path is the unauthenticated goform handler itself.

Root Cause

The root cause is missing authentication on the /goform/getproductInfo route. The Tenda firmware fails to validate session credentials before responding with product information. Many embedded goform handlers in Tenda devices follow a pattern of registering URI endpoints directly into the httpd binary, and any handler that omits authentication checks becomes a direct disclosure primitive.

Attack Vector

Exploitation requires only network access to the router's HTTP management interface. An attacker issues an HTTP request to /goform/getproductInfo and parses the response, which contains sensitive product details. No credentials, user interaction, or prior foothold are required. While the management interface is typically LAN-only by default, devices configured for remote administration, or those reachable through other compromised internal hosts, are directly exposed.

No verified public proof-of-concept code is available. Technical details are documented in the Talos Intelligence Vulnerability Report TALOS-2025-2164.

Detection Methods for CVE-2025-24496

Indicators of Compromise

  • HTTP requests to the URI path /goform/getproductInfo originating from unexpected internal or external sources
  • Unauthenticated GET or POST requests to /goform/* endpoints on Tenda AC6 devices
  • Outbound responses from the router containing product metadata to unauthorized clients

Detection Strategies

  • Inspect web and network logs from any reverse proxy, firewall, or IDS in front of the router for requests to /goform/getproductInfo
  • Deploy IDS/IPS signatures matching the URI string getproductInfo in HTTP traffic toward router management interfaces
  • Correlate reconnaissance against router IP addresses with subsequent activity targeting internal hosts

Monitoring Recommendations

  • Monitor HTTP traffic to embedded device management interfaces and alert on unauthenticated access patterns
  • Track repeated probing of /goform/ endpoints, which is characteristic of Tenda-targeted reconnaissance
  • Log and review WAN-side connection attempts to TCP/80 and TCP/443 on consumer-grade routers

How to Mitigate CVE-2025-24496

Immediate Actions Required

  • Disable remote (WAN-side) management on Tenda AC6 V5 devices to limit exposure to LAN-only access
  • Restrict access to the router's management interface using firewall rules or VLAN segmentation
  • Audit all Tenda AC6 V5 deployments for firmware version V02.03.01.110 and inventory exposed devices
  • Replace end-of-life or unsupported Tenda AC6 hardware where vendor patches are unavailable

Patch Information

At the time of publication, no vendor advisory or fixed firmware version has been linked in the NVD entry for CVE-2025-24496. Administrators should monitor the Tenda security portal and the Talos Intelligence Vulnerability Report TALOS-2025-2164 for patch availability.

Workarounds

  • Block external access to TCP/80 and TCP/443 on the router's WAN interface
  • Place the router's management interface on a dedicated administrative VLAN accessible only from trusted hosts
  • Use upstream firewall rules to drop inbound HTTP requests containing the /goform/getproductInfo URI
  • Replace affected devices with vendor-supported hardware that receives current security updates
bash
# Example iptables rule to block external access to the router management interface
iptables -A INPUT -i wan0 -p tcp --dport 80 -j DROP
iptables -A INPUT -i wan0 -p tcp --dport 443 -j DROP

# Example upstream filter dropping requests to the vulnerable endpoint
iptables -A FORWARD -p tcp --dport 80 \
  -m string --string "/goform/getproductInfo" --algo bm -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechTenda

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-288
  • Technical References
  • Talos Intelligence Vulnerability Report

  • Talos Intelligence Vulnerability Report
  • Related CVEs
  • CVE-2026-30701: WiFi Extender WDR201A Info Disclosure

  • CVE-2026-30140: Tenda W15E Information Disclosure Flaw

  • CVE-2026-2148: Tenda AC21 Information Disclosure Flaw

  • CVE-2026-24427: Tenda AC7 Router Information Disclosure
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