PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-9401 Edimax CVE debrief

A buffer overflow vulnerability exists in the Edimax BR-6675nD router firmware version 1.12. The vulnerability is located in the formWanTcpipSetup function within the /goform/formWanTcpipSetup endpoint, which handles POST requests. The pppUserName parameter is susceptible to buffer overflow through remote manipulation. The vulnerability was published on May 24, 2026, with the NVD record last modified on May 26, 2026. The vendor was reportedly contacted prior to disclosure but did not respond. Exploit details have been publicly disclosed and may be actively used. The vulnerability is classified as HIGH severity with a CVSS score of 7.4.

Vendor
Edimax
Product
BR-6675nD
CVSS
HIGH 7.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-24
Original CVE updated
2026-05-26
Advisory published
2026-05-24
Advisory updated
2026-05-26

Who should care

Network administrators managing Edimax BR-6675nD deployments; SOHO users with this router model; security teams responsible for edge network device protection; incident responders tracking IoT/router exploitation campaigns

Technical summary

The Edimax BR-6675nD firmware 1.12 contains a buffer overflow in the WAN TCP/IP setup form handler. The pppUserName parameter in POST requests to /goform/formWanTcpipSetup lacks proper bounds checking, allowing remote attackers to overflow stack or heap buffers. The vulnerability requires low privileges and no user interaction, making it suitable for automated exploitation. The attack surface is the router's web management interface, typically exposed on LAN interfaces and potentially WAN if remote management is enabled.

Defensive priority

HIGH

Recommended defensive actions

  • Immediately restrict network access to the router's administrative interface, especially the /goform/formWanTcpipSetup endpoint
  • Apply network segmentation to isolate affected Edimax BR-6675nD devices from untrusted networks
  • Monitor for anomalous POST requests to /goform/formWanTcpipSetup containing oversized pppUserName values
  • Consider replacing or upgrading the device if firmware patches become unavailable due to vendor non-response
  • Implement intrusion detection signatures for buffer overflow attempts against router management interfaces

Evidence notes

Vulnerability confirmed through VulDB submission and analysis. CWE-119 and CWE-120 (buffer overflow weaknesses) identified. CVSS 4.0 vector indicates network attack vector with low attack complexity, low privileges required, and no user interaction needed. Impact includes high confidentiality, integrity, and availability impact. Exploit existence marked as 'P' (proof of concept) in CVSS vector.

Official resources

Public disclosure with vendor non-response; exploit details publicly available