CVE-2026-1972

5.3 MEDIUM

📋 TL;DR

This vulnerability allows attackers to bypass authentication on Edimax BR-6208AC V2 routers by manipulating username/password arguments, potentially gaining administrative access. It affects only end-of-life products that are no longer supported by the vendor. The exploit can be performed remotely without authentication.

💻 Affected Systems

Products:
  • Edimax BR-6208AC V2
Versions: 1.02
Operating Systems: Embedded router firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects end-of-life products no longer supported by Edimax. All devices running version 1.02 firmware are vulnerable.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of router with administrative access, enabling network traffic interception, device reconfiguration, and lateral movement to connected systems.

🟠

Likely Case

Unauthorized access to router administration interface, allowing configuration changes, network disruption, and potential credential harvesting.

🟢

If Mitigated

Limited impact if router is isolated from critical networks and has no internet-facing administration interface.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploit details are publicly available and the vulnerability requires minimal technical skill to exploit.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: None

Vendor Advisory: Not yet published (vendor promises future advisory)

Restart Required: No

Instructions:

No official patch available since product is end-of-life. Vendor will issue consolidated advisory but no firmware updates expected.

🔧 Temporary Workarounds

Disable Remote Administration

all

Disable web administration interface from WAN/Internet-facing connections

Network Segmentation

all

Isolate affected routers from critical network segments using VLANs or firewalls

🧯 If You Can't Patch

  • Replace affected routers with supported models from any vendor
  • Implement strict network access controls to limit exposure of router administration interface

🔍 How to Verify

Check if Vulnerable:

Check router firmware version via web interface at http://[router-ip]/status.asp or via SSH if enabled

Check Version:

curl -s http://[router-ip]/status.asp | grep 'Firmware Version'

Verify Fix Applied:

No fix available to verify. Only complete replacement resolves vulnerability.

📡 Detection & Monitoring

Log Indicators:

  • Multiple failed authentication attempts followed by successful login from unusual IP
  • Configuration changes from unauthorized IP addresses

Network Indicators:

  • HTTP POST requests to /goform/login with manipulated credentials
  • Unusual administrative traffic from external IPs

SIEM Query:

source="router.log" (event="login" AND result="success") AND NOT src_ip IN [admin_whitelist]

🔗 References

📤 Share & Export