CVE-2022-24160

7.5 HIGH

📋 TL;DR

CVE-2022-24160 is a stack overflow vulnerability in Tenda AX3 routers that allows attackers to cause Denial of Service (DoS) by sending specially crafted requests to the devName parameter. This affects Tenda AX3 v16.03.12.10_CN routers, potentially disrupting network connectivity for users.

💻 Affected Systems

Products:
  • Tenda AX3
Versions: v16.03.12.10_CN
Operating Systems: Embedded Linux (router firmware)
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects Chinese firmware version; international versions may be different.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete router crash requiring physical reboot, persistent network downtime until manual intervention.

🟠

Likely Case

Temporary router reboot or service disruption affecting all connected devices.

🟢

If Mitigated

Minimal impact if router is behind firewall with restricted WAN access.

🌐 Internet-Facing: HIGH - Routers are typically internet-facing devices accessible via web interface.
🏢 Internal Only: MEDIUM - Could be exploited by malicious internal actors or malware.

🎯 Exploit Status

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

Public GitHub repository contains proof-of-concept; exploitation requires network access to router web interface.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Later versions than v16.03.12.10_CN

Vendor Advisory: Not publicly documented by vendor

Restart Required: Yes

Instructions:

1. Log into router admin interface 2. Navigate to firmware update section 3. Check for and install latest firmware 4. Reboot router after update

🔧 Temporary Workarounds

Disable Remote Management

all

Prevent external access to router web interface

Restrict Admin Interface Access

all

Limit admin interface access to trusted IP addresses only

🧯 If You Can't Patch

  • Place router behind firewall with strict inbound rules
  • Disable UPnP and ensure no port forwarding to router admin interface

🔍 How to Verify

Check if Vulnerable:

Check router firmware version in admin interface matches v16.03.12.10_CN

Check Version:

Login to router web interface and check System Status or Firmware Update page

Verify Fix Applied:

Verify firmware version is updated to newer release

📡 Detection & Monitoring

Log Indicators:

  • Multiple failed login attempts
  • Unusual POST requests to formSetDeviceName endpoint
  • Router reboot logs

Network Indicators:

  • Unusual traffic to router port 80/443 from external sources
  • HTTP requests with long devName parameters

SIEM Query:

source="router_logs" AND ("formSetDeviceName" OR "devName" AND length>100)

🔗 References

📤 Share & Export