Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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-accessible endpoint requires low-privilege auth; command injection yields full OS-level access so C/I/A all High.
Primary rating from Vendor (VulDB).
CVSS VectorVendor: VulDB
Lifecycle Timeline
3DescriptionCVE.org
A vulnerability was identified in Edimax BR-6478AC V2 1.23. Affected is the function wiz_5in1_redirect of the file /goform/wiz_5in1_redirect of the component POST Request Handler. Such manipulation of the argument newpass leads to command injection. The attack can be launched remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Command injection in Edimax BR-6478AC V2 firmware 1.23 allows remote attackers with low-privilege credentials to execute arbitrary OS commands by embedding shell metacharacters in the newpass argument of POST requests to the /goform/wiz_5in1_redirect endpoint. A public proof-of-concept exploit exists and is referenced in the VulDB disclosure, making this straightforwardly reproducible. The vendor has not responded to coordinated disclosure, leaving no official patch available - a significant concern for a SOHO network gateway that sits at the perimeter of home and small-office networks.
Technical ContextAI
The vulnerable component is the wiz_5in1_redirect function inside the embedded web management interface of the Edimax BR-6478AC V2 router (CPE: cpe:2.3:a:edimax:br-6478ac_v2:*:*:*:*:*:*:*:*). CWE-77 (Improper Neutralization of Special Elements used in a Command) identifies the root cause: user-supplied input from the newpass POST parameter is passed to a shell command without sanitization or escaping, allowing attackers to inject shell metacharacters (e.g., semicolons, backticks, pipe operators) that the underlying OS interprets as command delimiters. This is a textbook OS command injection pattern common in embedded Linux router firmware where web CGI handlers directly invoke shell utilities. The affected endpoint appears to belong to the setup wizard flow (wiz_5in1_redirect), suggesting it may be a configuration or credential-change handler.
RemediationAI
No vendor-released patch has been identified at time of analysis - the vendor did not respond to coordinated disclosure, leaving no official fix available. As the primary compensating control, immediately restrict access to the router's web management interface so it is reachable only from trusted, internal IP addresses; block external (WAN-side) access to management ports (typically TCP 80 and 443) using upstream firewall rules or ACLs, which eliminates remote exploitation from untrusted networks. Where the management interface must remain accessible, enforce strong, unique credentials to raise the authentication barrier beyond the PR:L threshold. Consider disabling the setup wizard functionality (wiz_5in1_redirect endpoint) if the device's firmware allows selective feature restriction. Organizations dependent on this device for perimeter security should evaluate migration to a supported device model with an active security patch lifecycle, as an unpatched command injection vulnerability on a network gateway poses persistent, unresolved risk. Exploit details are publicly documented at the Notion reference linked from https://vuldb.com/vuln/372603.
More in Br 6478Ac V2
View allStack/heap buffer overflow in the Edimax BR-6478AC V2 wireless router (firmware 1.23) lets an authenticated attacker cor
Command injection in the Edimax BR-6478AC V2 router (firmware 1.23) allows network-adjacent authenticated attackers to e
Command injection in the Edimax BR-6478AC V2 router (firmware 1.23) allows authenticated remote attackers to execute arb
Command injection in Edimax BR-6478AC V2 firmware 1.23 allows remote attackers with low-privileged web interface access
Same weakness CWE-77 – Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38195
GHSA-fqw2-w9cp-ggvm