Edimax BR-6478AC Buffer Overflow: Remote Exploit Publicly Available
The National Vulnerability Database has disclosed CVE-2026-10164, a high-severity buffer overflow vulnerability impacting Edimax BR-6478AC routers running firmware version 1.23. This flaw resides within the formUSBFolder function of the /goform/formUSBFolder component, specifically when handling POST requests.
Attackers can trigger this buffer overflow remotely by manipulating the ShareName or SelectName arguments. With a CVSS score of 8.8 (High), this vulnerability poses a significant risk, allowing for potential remote code execution or denial of service. The exploit code has been publicly released, making this a critical threat for unpatched devices.
This isn’t just a theoretical bug; it’s a weaponized vulnerability. Defenders need to recognize that public exploits drastically reduce the barrier to entry for attackers. Any Edimax BR-6478AC router running the affected firmware is a sitting duck for opportunistic scanning and exploitation.
What This Means For You
- If your organization or remote workforce relies on Edimax BR-6478AC routers, you are directly exposed. Immediately identify all instances of this device within your network and prioritize patching to the latest firmware. If a patch isn't available, isolate these devices or implement strict access controls to prevent remote exploitation.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-10164 - Edimax BR-6478AC formUSBFolder Buffer Overflow
title: CVE-2026-10164 - Edimax BR-6478AC formUSBFolder Buffer Overflow
id: scw-2026-05-31-ai-1
status: experimental
level: critical
description: |
This rule detects attempts to exploit CVE-2026-10164, a buffer overflow vulnerability in the Edimax BR-6478AC router. The exploit targets the formUSBFolder function via a POST request to /goform/formUSBFolder, manipulating the ShareName or SelectName parameters with overly long values to trigger the overflow. The presence of 'ShareName=' or 'SelectName=' in the URI query, combined with a large string input, is a strong indicator of this specific exploit.
author: SCW Feed Engine (AI-generated)
date: 2026-05-31
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-10164/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-method:
- 'POST'
uri|contains:
- '/goform/formUSBFolder'
cs-uri-query|contains:
- 'ShareName='
- 'SelectName='
selection_overflow:
cs-uri-query|contains:
- 'ShareName=' + 'A'*1000
- 'SelectName=' + 'A'*1000
condition: selection AND selection_overflow
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-10164 | Buffer Overflow | Edimax BR-6478AC version 1.23 |
| CVE-2026-10164 | Buffer Overflow | Vulnerable function: formUSBFolder |
| CVE-2026-10164 | Buffer Overflow | Vulnerable file: /goform/formUSBFolder |
| CVE-2026-10164 | Buffer Overflow | Vulnerable component: POST Request Handler |
| CVE-2026-10164 | Buffer Overflow | Manipulation of arguments: ShareName/SelectName |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 31, 2026 at 07:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.