CVE-2022-46552

8.8 HIGH

📋 TL;DR

This vulnerability allows remote attackers to execute arbitrary commands on D-Link DIR-846 routers via a crafted POST request to the lan(0)_dhcps_staticlist parameter. Attackers can gain full control of affected devices without authentication. All users of vulnerable firmware versions are affected.

💻 Affected Systems

Products:
  • D-Link DIR-846 Wireless Router
Versions: Firmware FW100A53DBR
Operating Systems: Embedded Linux
Default Config Vulnerable: ⚠️ Yes
Notes: Affects retail version of DIR-846 with specific firmware. Other firmware versions may also be vulnerable but unconfirmed.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of router with persistent backdoor installation, credential theft, network traffic interception, and pivot to internal network devices.

🟠

Likely Case

Router takeover for botnet participation, DNS hijacking, credential harvesting, and network disruption.

🟢

If Mitigated

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

🌐 Internet-Facing: HIGH - Routers are typically internet-facing devices directly accessible from WAN.
🏢 Internal Only: MEDIUM - Could be exploited from compromised internal hosts or via phishing attacks.

🎯 Exploit Status

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

Exploit requires simple HTTP POST request with command injection payload. Public exploit code available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: Not publicly available

Restart Required: Yes

Instructions:

1. Check D-Link support site for firmware updates. 2. Download latest firmware. 3. Access router admin interface. 4. Navigate to firmware update section. 5. Upload and apply new firmware. 6. Reboot router.

🔧 Temporary Workarounds

Disable Remote Management

all

Prevent external access to router administration interface

Network Segmentation

all

Place router in isolated network segment with strict firewall rules

🧯 If You Can't Patch

  • Replace affected device with supported model
  • Implement strict network ACLs to restrict access to router management interface

🔍 How to Verify

Check if Vulnerable:

Check firmware version in router admin interface under System > Firmware. If version is FW100A53DBR, device is vulnerable.

Check Version:

curl -s http://router-ip/status.html | grep -i firmware

Verify Fix Applied:

Verify firmware version has changed from FW100A53DBR to a newer version after update.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to router management interface
  • Commands containing shell metacharacters in HTTP parameters
  • Unexpected system processes or file modifications

Network Indicators:

  • HTTP POST requests with suspicious payloads to router IP
  • Outbound connections from router to unknown destinations
  • Unusual DNS queries from router

SIEM Query:

source="router_logs" AND (http_method="POST" AND (uri="*lan*" OR param="*dhcps*")) AND (payload="*;*" OR payload="*|*" OR payload="*`*" OR payload="*$(*")

🔗 References

📤 Share & Export