Overview
The vulnerability identified as CVE-2025-24496 presents a serious threat to the security of users leveraging Tenda AC6 V5.0 V02.03.01.110. This vulnerability allows potential attackers to gain unauthorized access to sensitive information through a flaw found in the /goform/getproductInfo functionality. This vulnerability can lead to significant data leakage or even compromise of the entire system.
Vulnerability Summary
CVE ID: CVE-2025-24496
Severity: High (7.5 CVSS score)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: Potential system compromise or data leakage
Affected Products
Escape the Surveillance Era
Most apps won’t tell you the truth.
They’re part of the problem.
Phone numbers. Emails. Profiles. Logs.
It’s all fuel for surveillance.
Ameeba Chat gives you a way out.
- • No phone number
- • No email
- • No personal info
- • Anonymous aliases
- • End-to-end encrypted
Chat without a trace.
Product | Affected Versions
Tenda AC6 | V5.0 V02.03.01.110
How the Exploit Works
The vulnerability lies within the /goform/getproductInfo functionality of the Tenda AC6 V5.0 V02.03.01.110. An attacker can exploit this vulnerability by sending specially crafted network packets to this endpoint. Successful exploitation leads to unauthorized disclosure of sensitive information which may include system configurations, user data, or other potentially compromising information.
Conceptual Example Code
Below is a conceptual example of how an attacker might exploit this vulnerability using a specially crafted packet:
POST /goform/getproductInfo HTTP/1.1
Host: tenda.example.com
Content-Type: application/json
{ "exploit_packet": "..." }
In the above example, the “exploit_packet” would contain malicious code designed to trigger the vulnerability, leading to the potential disclosure of sensitive information.
Mitigation Guidance
Users are strongly advised to apply the latest vendor patch to mitigate this vulnerability. In the absence of a patch, a Web Application Firewall (WAF) or Intrusion Detection System (IDS) can be used as temporary mitigation to prevent the specially crafted packets from reaching the affected functionality.

