CVE-2025-29121

7.5 HIGH

📋 TL;DR

A stack-based buffer overflow vulnerability exists in Tenda AC6 routers version V15.03.05.16. Attackers can exploit this by sending specially crafted requests to the /goform/fast_setting_wifi_set endpoint, potentially allowing remote code execution. This affects users with vulnerable Tenda AC6 routers exposed to untrusted networks.

💻 Affected Systems

Products:
  • Tenda AC6
Versions: V15.03.05.16
Operating Systems: Embedded Linux (router firmware)
Default Config Vulnerable: ⚠️ Yes
Notes: All devices running the vulnerable firmware version are affected. The vulnerability is in the web management interface component.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution with root privileges, allowing complete device compromise, persistence, and lateral movement into connected networks.

🟠

Likely Case

Router crash leading to denial of service, or limited code execution to modify router settings and intercept network traffic.

🟢

If Mitigated

Denial of service from router crash if exploit fails, with no persistent compromise.

🌐 Internet-Facing: HIGH - Routers are typically internet-facing devices, and this vulnerability can be exploited remotely without authentication.
🏢 Internal Only: MEDIUM - Internal attackers could exploit this if they gain network access, but external exposure is the primary concern.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: MEDIUM

Exploitation requires crafting specific HTTP POST requests with malicious timeZone parameter values. No authentication is needed, but attackers must understand buffer overflow techniques.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Check Tenda for updated firmware version

Vendor Advisory: Not publicly available at time of analysis

Restart Required: Yes

Instructions:

1. Log into Tenda router admin interface. 2. Navigate to System Tools > Firmware Upgrade. 3. Download latest firmware from Tenda website. 4. Upload and install firmware. 5. Reboot router after installation.

🔧 Temporary Workarounds

Disable Remote Management

all

Prevent external access to router web interface

Log into router admin > Advanced > System Tools > Remote Management > Disable

Network Segmentation

all

Isolate router management interface from untrusted networks

Configure firewall rules to block external access to port 80/443 on router

🧯 If You Can't Patch

  • Replace vulnerable router with updated model or different vendor
  • Implement strict network access controls to limit exposure to router management interface

🔍 How to Verify

Check if Vulnerable:

Check router firmware version in admin interface under System Status. If version is V15.03.05.16, device is vulnerable.

Check Version:

curl -s http://router-ip/goform/getStatus | grep version

Verify Fix Applied:

After firmware update, verify version has changed from V15.03.05.16 in System Status page.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to /goform/fast_setting_wifi_set with long timeZone parameters
  • Router crash/reboot logs

Network Indicators:

  • HTTP requests with abnormally long timeZone parameter values (over 100 characters)
  • Traffic to router port 80/443 from unexpected sources

SIEM Query:

source="router_logs" AND (url="/goform/fast_setting_wifi_set" AND param_length(timeZone)>100)

🔗 References

📤 Share & Export