Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-reachable web endpoint (AV:N) with simple oversized input (AC:L) but requires a low-privilege web-UI account (PR:L); buffer overflow enables likely code execution, so C/I/A all High.
Primary rating from Vendor (VulDB).
CVSS VectorVendor: VulDB
Lifecycle Timeline
2DescriptionCVE.org
A flaw has been found in Edimax EW-7478APC 1.04. This issue affects the function formUSBAccount of the file /goform/formUSBAccount of the component POST Request Handler. This manipulation of the argument UserName/Password causes buffer overflow. The attack is possible to be carried out remotely. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Remote buffer overflow in the Edimax EW-7478APC wireless access point (firmware 1.04) lets an authenticated attacker corrupt memory through the formUSBAccount handler at /goform/formUSBAccount by supplying oversized UserName or Password values in a POST request, enabling likely code execution or device crash. The flaw is remotely reachable and publicly available exploit code exists (proof-of-concept, CVSS 4.0 base 7.4), though there is no public exploit identified as actively used in the wild. The vendor was notified but did not respond, so no fix is expected.
Technical ContextAI
The affected component is the embedded web management interface of the Edimax EW-7478APC (cpe:2.3:a:edimax:ew-7478apc), a SOHO/business wireless access point with a USB account-management feature exposed via the /goform/ CGI-style endpoint formUSBAccount. The root cause is CWE-120 (Classic Buffer Overflow / buffer copy without size checking): the handler copies the attacker-controlled UserName and Password POST parameters into fixed-size stack or global buffers without bounds validation, a common pattern in C-based router firmware where strcpy/sprintf-style routines lack length limits. Overflowing these buffers can overwrite adjacent memory or return addresses on the device's typically MIPS/ARM Linux firmware, leading to denial of service or, depending on memory layout and mitigations (often weak or absent on such devices), arbitrary code execution in the web server's process context.
RemediationAI
No vendor-released patch identified at time of analysis - Edimax did not respond to the disclosure, so a fixed firmware version is not available and none should be assumed. As compensating controls: restrict access to the device's web management interface so the /goform/formUSBAccount endpoint is reachable only from a trusted management VLAN or specific admin hosts (block HTTP/HTTPS management ports from the general LAN and especially from any WAN/internet exposure), since the flaw requires reaching the web server; disable the USB account/storage feature if it is not needed, removing the vulnerable functionality; enforce strong, unique administrative credentials and limit the number of accounts, because exploitation needs PR:L privileges, so reducing who holds any web-UI account directly shrinks the attack surface; and consider replacing the device with a vendor-supported model given the unresponsive vendor. Trade-offs: locking down management access complicates remote administration, and disabling USB sharing removes that feature for legitimate users. Monitor VulDB (https://vuldb.com/cve/CVE-2026-13582) for any future fix.
More in Ew 7478Apc
View allStack-based buffer overflow in Edimax EW-7478APC wireless access point firmware 1.04 enables remote code execution again
Buffer overflow in the Edimax EW-7478APC wireless access point (firmware 1.04) lets remote attackers corrupt memory by s
Buffer overflow in the Edimax EW-7478APC wireless access point (firmware 1.04) lets remote attackers overflow a buffer b
Command injection in Edimax EW-7478APC firmware 1.04 enables remote attackers with low-privilege access to execute arbit
Command injection in Edimax EW-7478APC firmware 1.04 allows authenticated remote attackers to execute arbitrary OS comma
OS command injection in the Edimax EW-7478APC wireless access point firmware 1.04 allows a network-reachable authenticat
Same weakness CWE-120 – Classic Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40128
GHSA-9gmf-7v9v-p9h8