CVE-2025-3161

8.8 HIGH

📋 TL;DR

A critical stack-based buffer overflow vulnerability in Tenda AC10 routers allows remote attackers to execute arbitrary code by manipulating the 'list' parameter in the ShutdownSetAdd function. This affects Tenda AC10 routers running firmware version 16.03.10.13. Attackers can exploit this without authentication to potentially take full control of affected devices.

💻 Affected Systems

Products:
  • Tenda AC10
Versions: 16.03.10.13
Operating Systems: Embedded router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Affects the web management interface component. The vulnerability is in the firmware itself, not dependent on specific configurations.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote code execution leading to complete device compromise, persistent backdoor installation, lateral movement to internal networks, and botnet recruitment.

🟠

Likely Case

Remote code execution allowing attackers to intercept network traffic, modify device settings, or use the device as a pivot point for further attacks.

🟢

If Mitigated

Limited impact if device is behind strict firewall rules, not internet-facing, and network segmentation prevents lateral movement.

🌐 Internet-Facing: HIGH - The vulnerability is remotely exploitable without authentication, making internet-facing devices immediate targets.
🏢 Internal Only: MEDIUM - Internal devices are still vulnerable to network-based attacks from compromised internal systems.

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Public exploit code is available in GitHub repositories. The vulnerability requires sending specially crafted HTTP requests to the vulnerable endpoint.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: Not available at time of analysis

Restart Required: Yes

Instructions:

1. Check Tenda official website for firmware updates. 2. Download latest firmware for AC10 model. 3. Access router web interface. 4. Navigate to System Tools > Firmware Upgrade. 5. Upload and install new firmware. 6. Reboot router after installation.

🔧 Temporary Workarounds

Disable Remote Management

all

Prevent external access to the vulnerable web interface by disabling remote management features.

Network Segmentation

all

Isolate Tenda AC10 routers in separate VLANs with strict firewall rules limiting access to management interface.

🧯 If You Can't Patch

  • Replace affected Tenda AC10 routers with different models or brands that are not vulnerable.
  • Implement strict network access controls to limit which devices can communicate with the router's management interface.

🔍 How to Verify

Check if Vulnerable:

Check router firmware version in web interface under System Status or System Tools > Firmware Upgrade page.

Check Version:

No CLI command available. Must check via web interface at http://router_ip/ or using router's admin interface.

Verify Fix Applied:

Verify firmware version has been updated to a version later than 16.03.10.13 (once available).

📡 Detection & Monitoring

Log Indicators:

  • Unusual HTTP POST requests to /goform/ShutdownSetAdd with long 'list' parameters
  • Multiple failed authentication attempts followed by exploitation attempts

Network Indicators:

  • HTTP traffic to router IP on port 80/443 with POST requests containing buffer overflow patterns in parameters

SIEM Query:

source="router_logs" AND (url="/goform/ShutdownSetAdd" OR (method="POST" AND uri CONTAINS "ShutdownSetAdd"))

🔗 References

📤 Share & Export