CVE-2023-43893

9.8 CRITICAL

📋 TL;DR

This CVE describes a command injection vulnerability in Netis N3Mv2 routers version V1.0.1.865. Attackers can execute arbitrary commands on the device by sending crafted payloads to the wakeup_mac parameter in the Wake-On-LAN function. This affects all users of this specific router model and version.

💻 Affected Systems

Products:
  • Netis N3Mv2 router
Versions: V1.0.1.865
Operating Systems: Embedded Linux
Default Config Vulnerable: ⚠️ Yes
Notes: The Wake-On-LAN functionality must be enabled, but this is often enabled by default in router configurations.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of the router allowing attackers to install persistent backdoors, intercept network traffic, pivot to internal networks, or brick the device.

🟠

Likely Case

Remote code execution leading to router configuration changes, credential theft, or use as a botnet node.

🟢

If Mitigated

Limited impact if network segmentation isolates the router and external access is blocked.

🌐 Internet-Facing: HIGH - The vulnerability is remotely exploitable without authentication on internet-facing devices.
🏢 Internal Only: HIGH - Even internally, the vulnerability allows attackers with network access to compromise the router.

🎯 Exploit Status

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

The GitHub reference contains detailed exploitation information and proof-of-concept code.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: No vendor advisory found

Restart Required: No

Instructions:

Check Netis website for firmware updates. If available, download latest firmware and apply through router admin interface.

🔧 Temporary Workarounds

Disable Wake-On-LAN functionality

all

Turn off the vulnerable Wake-On-LAN feature in router settings

Block external access to router admin interface

all

Configure firewall rules to prevent external access to router management interface

🧯 If You Can't Patch

  • Replace affected routers with different models or brands
  • Implement strict network segmentation to isolate router from critical systems

🔍 How to Verify

Check if Vulnerable:

Check router firmware version in admin interface. If version is V1.0.1.865, device is vulnerable.

Check Version:

Login to router admin interface and check System Status or Firmware Information page

Verify Fix Applied:

Verify firmware version has been updated to a version later than V1.0.1.865

📡 Detection & Monitoring

Log Indicators:

  • Unusual command execution in system logs
  • Multiple failed or unusual Wake-On-LAN requests

Network Indicators:

  • HTTP POST requests to WoL endpoint with unusual MAC address formats
  • Outbound connections from router to unexpected destinations

SIEM Query:

source="router_logs" AND ("wakeup_mac" OR "WoL") AND (payload="*;*" OR payload="*|*" OR payload="*`*" OR payload="*$(*")

🔗 References

📤 Share & Export