CVE-2022-30075

8.8 HIGH

📋 TL;DR

This vulnerability allows attackers to execute arbitrary code on TP-Link AX50 routers by uploading a malicious backup file through the web interface. It affects users running firmware version 210730 or older. Successful exploitation gives attackers full control of the router.

💻 Affected Systems

Products:
  • TP-Link Archer AX50
Versions: Firmware version 210730 and older
Operating Systems: Embedded router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Affects routers with web interface accessible and backup functionality enabled (default configuration).

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete router compromise allowing attackers to intercept all network traffic, install persistent malware, pivot to internal networks, and disable security features.

🟠

Likely Case

Router takeover leading to DNS hijacking, credential theft from network traffic, and deployment of botnet malware.

🟢

If Mitigated

Limited impact if backup import functionality is disabled or network segmentation isolates the router.

🌐 Internet-Facing: HIGH - The web interface is typically internet-accessible on home routers.
🏢 Internal Only: LOW - This primarily affects internet-facing home/office routers.

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: CONFIRMED
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploit requires authentication to access backup import feature. Public exploit code available on GitHub and Exploit-DB.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Firmware newer than 210730

Vendor Advisory: http://tp-link.com

Restart Required: Yes

Instructions:

1. Log into router web interface. 2. Navigate to System Tools > Firmware Upgrade. 3. Download latest firmware from TP-Link website. 4. Upload and install firmware. 5. Router will reboot automatically.

🔧 Temporary Workarounds

Disable remote management

all

Prevent external access to router web interface

Disable backup functionality

all

Remove backup import/export feature if possible

🧯 If You Can't Patch

  • Isolate router on separate VLAN with strict firewall rules
  • Implement network monitoring for suspicious backup file uploads

🔍 How to Verify

Check if Vulnerable:

Check firmware version in router web interface under System Tools > Firmware Upgrade

Check Version:

Not applicable - check via web interface

Verify Fix Applied:

Confirm firmware version is newer than 210730

📡 Detection & Monitoring

Log Indicators:

  • Backup file upload events
  • Unusual configuration changes
  • New admin user creation

Network Indicators:

  • Unexpected outbound connections from router
  • DNS changes
  • Port scanning from router

SIEM Query:

source="router_logs" AND (event="backup_upload" OR event="config_change")

🔗 References

📤 Share & Export