CVE-2023-36359

7.5 HIGH

📋 TL;DR

A buffer overflow vulnerability in TP-Link wireless routers allows attackers to cause Denial of Service (DoS) via crafted GET requests to the /userRpm/QoSRuleListRpm component. This affects multiple TP-Link router models including TL-WR940N, TL-WR841N, and TL-WR941ND in specific versions. Attackers can crash the router, disrupting network connectivity.

💻 Affected Systems

Products:
  • TP-Link TL-WR940N
  • TP-Link TL-WR841N
  • TP-Link TL-WR941ND
Versions: TL-WR940N V2, V3, V4; TL-WR841N V8, V10; TL-WR941ND V5, V6
Operating Systems: Embedded router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability exists in default configuration. Web management interface must be enabled (default).

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Router becomes completely unresponsive, requiring physical reset and causing extended network downtime. Potential for remote code execution if buffer overflow can be controlled.

🟠

Likely Case

Router crashes and reboots, causing temporary network disruption (1-3 minutes). Repeated attacks could create persistent DoS.

🟢

If Mitigated

Minimal impact with proper network segmentation and access controls limiting exposure.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploit requires authentication to router web interface. Public proof-of-concept demonstrates DoS via buffer overflow.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Unknown

Vendor Advisory: Not available

Restart Required: Yes

Instructions:

1. Check TP-Link support site for firmware updates
2. Download appropriate firmware for your model
3. Access router web interface
4. Navigate to System Tools > Firmware Upgrade
5. Upload firmware file
6. Wait for router to reboot

🔧 Temporary Workarounds

Disable Remote Management

all

Prevent external access to router web interface

Access router web interface > Security > Remote Management > Disable

Change Default Credentials

all

Use strong, unique credentials to prevent authentication

Access router web interface > System Tools > Password > Set strong password

🧯 If You Can't Patch

  • Segment affected routers to isolated network segments
  • Implement network ACLs to restrict access to router management interface

🔍 How to Verify

Check if Vulnerable:

Check router model and version in web interface > Status page. Compare with affected versions list.

Check Version:

Access router web interface > Status > Firmware Version

Verify Fix Applied:

Verify firmware version after update matches latest available from TP-Link.

📡 Detection & Monitoring

Log Indicators:

  • Multiple failed authentication attempts
  • Router reboot logs
  • Unusual GET requests to /userRpm/QoSRuleListRpm

Network Indicators:

  • Router becoming unresponsive
  • Network connectivity loss
  • Unusual traffic to router management port (typically 80/443)

SIEM Query:

source="router_logs" AND (uri="/userRpm/QoSRuleListRpm" OR event="reboot")

🔗 References

📤 Share & Export