CVE-2026-9442 Overview
CVE-2026-9442 is a buffer overflow vulnerability affecting Edimax BR-6478AC version 1.23. The flaw resides in the formiNICSiteSurvey function exposed through the /goform/formiNICSiteSurvey endpoint of the POST request handler. An attacker can manipulate the selSSID argument to trigger memory corruption on the device. The attack is launched remotely over the network and requires low privileges. A public exploit has been disclosed, increasing the risk of opportunistic attacks against exposed routers. The vendor was contacted prior to disclosure but did not respond, leaving affected devices without an official fix at the time of publication.
Critical Impact
Remote attackers with low-privilege access can corrupt memory through a crafted selSSID parameter, potentially achieving arbitrary code execution on Edimax BR-6478AC routers.
Affected Products
- Edimax BR-6478AC version 1.23
- Component: POST Request Handler (/goform/formiNICSiteSurvey)
- Vulnerable function: formiNICSiteSurvey
Discovery Timeline
- 2026-05-25 - CVE-2026-9442 published to NVD
- 2026-05-26 - Last updated in NVD database
Technical Details for CVE-2026-9442
Vulnerability Analysis
The vulnerability is classified under [CWE-119] (Improper Restriction of Operations within the Bounds of a Memory Buffer). The formiNICSiteSurvey handler processes the selSSID POST parameter without enforcing length validation before copying the value into a fixed-size buffer. Supplying an oversized value causes adjacent memory regions to be overwritten, which can corrupt control-flow data such as saved return addresses on the stack. Successful exploitation can lead to a denial of service or execution of attacker-controlled code in the context of the router's web management process. Because the BR-6478AC is a consumer/SOHO router, code execution typically yields elevated privileges within the embedded operating system.
Root Cause
The root cause is missing bounds checking on user-supplied input in the formiNICSiteSurvey function. The handler trusts the length of the selSSID argument received in the POST body and writes it into a stack-allocated buffer without using bounded copy primitives such as strncpy with proper size enforcement.
Attack Vector
The vulnerability is reachable over the network via an HTTP POST request to /goform/formiNICSiteSurvey. The CVSS 4.0 vector indicates the attacker needs low-level authenticated access to the web interface (PR:L) but no user interaction. An attacker with access to the router's management interface — including users on the LAN or attackers leveraging exposed remote administration — can issue a crafted POST request containing an overlong selSSID value to trigger the overflow.
The vulnerability mechanism is described in the VulDB advisory for entry #365423 and the technical write-up on Notion. No verified exploit code is reproduced here.
Detection Methods for CVE-2026-9442
Indicators of Compromise
- HTTP POST requests to /goform/formiNICSiteSurvey containing abnormally long selSSID parameter values
- Unexpected reboots, watchdog resets, or crashes of the router's web management daemon
- Outbound connections from the router to unfamiliar hosts following management interface access
Detection Strategies
- Inspect web server and router system logs for repeated POST requests targeting formiNICSiteSurvey from a single source
- Deploy network IDS signatures that flag POST bodies to /goform/formiNICSiteSurvey where the selSSID field exceeds the expected SSID length (32 bytes per IEEE 802.11)
- Correlate authentication events on the router admin interface with subsequent management endpoint access patterns
Monitoring Recommendations
- Monitor management plane access to SOHO routers from segmented network monitoring sensors
- Alert on any external (WAN-side) HTTP/HTTPS connections to the router's administrative interface
- Track firmware version inventory for Edimax BR-6478AC devices to identify exposure to the 1.23 release
How to Mitigate CVE-2026-9442
Immediate Actions Required
- Disable remote (WAN-side) administration of the BR-6478AC router until a patched firmware is available
- Restrict access to the router's web management interface to a dedicated management VLAN or trusted hosts only
- Rotate administrative credentials and enforce strong passwords to limit the PR:L precondition required for exploitation
- Where feasible, replace end-of-life or unsupported Edimax BR-6478AC devices with vendor-supported hardware
Patch Information
No vendor patch is currently available. According to the disclosure, Edimax was contacted prior to public release but did not respond. Monitor the VulDB entry for CVE-2026-9442 and the Edimax support site for any future firmware updates addressing this issue.
Workarounds
- Block external access to TCP ports used by the router's HTTP/HTTPS management interface at the upstream firewall
- Apply ACLs on the router to restrict /goform/formiNICSiteSurvey access to known administrative source IPs
- Disable the site survey feature in the management UI if the deployment does not require it
- Segment vulnerable routers from sensitive internal networks to limit blast radius if exploitation occurs
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

