CVE-2023-43455

9.8 CRITICAL

📋 TL;DR

This vulnerability allows remote attackers to execute arbitrary code on TOTOLINK X6000R routers via the command parameter in the setting/setTracerouteCfg component. Attackers can gain full control of affected devices without authentication. All users running vulnerable firmware versions are affected.

💻 Affected Systems

Products:
  • TOTOLINK X6000R
Versions: V9.4.0cu.652_B20230116 and V9.4.0cu.852_B20230719
Operating Systems: Embedded Linux (router firmware)
Default Config Vulnerable: ⚠️ Yes
Notes: Affects both listed firmware versions; other versions may be vulnerable but unconfirmed.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of router with persistent backdoor installation, network traffic interception, lateral movement to connected devices, and botnet recruitment.

🟠

Likely Case

Router takeover for credential theft, DNS hijacking, or use as proxy for malicious activities.

🟢

If Mitigated

Limited impact if device is behind firewall with restricted WAN access and proper network segmentation.

🌐 Internet-Facing: HIGH - Directly exploitable from internet without authentication on default configurations.
🏢 Internal Only: HIGH - Exploitable from any network segment with access to router management interface.

🎯 Exploit Status

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

Public exploit details available in GitHub repository; simple HTTP request with command injection payload.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: Unknown

Restart Required: No

Instructions:

No official patch available. Monitor TOTOLINK website for firmware updates and apply immediately when released.

🔧 Temporary Workarounds

Disable WAN Management Access

all

Prevent external access to router management interface

Access router admin panel → Advanced Settings → System Tools → Remote Management → Disable

Network Segmentation

all

Isolate router management interface to trusted network segment only

🧯 If You Can't Patch

  • Replace affected routers with different models from vendors with better security track record
  • Implement strict firewall rules blocking all external access to router management ports (typically 80, 443, 8080)

🔍 How to Verify

Check if Vulnerable:

Check router firmware version in admin panel under System Status → Firmware Version

Check Version:

curl -s http://router-ip/cgi-bin/luci/ | grep firmware or check web interface

Verify Fix Applied:

Verify firmware version is updated beyond vulnerable versions listed

📡 Detection & Monitoring

Log Indicators:

  • HTTP requests to /setting/setTracerouteCfg with command injection patterns
  • Unusual process execution in router logs
  • Failed authentication attempts followed by successful command execution

Network Indicators:

  • HTTP POST requests to router IP with command injection payloads in parameters
  • Unusual outbound connections from router

SIEM Query:

source="router_logs" AND (uri="/setting/setTracerouteCfg" OR command="*;*" OR command="*|*" OR command="*`*" OR command="*$(*")

🔗 References

📤 Share & Export