Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Unauthenticated network-reachable management interface with trivial command injection yielding root gives AV:N/AC:L/PR:N/UI:N and full C/I/A impact.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
4DescriptionCVE.org
TR1200 v2.4.15, TR3000 v2.4.21, WR300 v2.4.25, WR1200 v2.4.23, WR1300 v2.4.22, WR1500 v2.3.10, WR3000 v2.4.19, WR3600 v2.3.16, and WR6500 v2.3.15 were discovered to contain a command injection vulnerability in the system.upgrade_check interface. This vulnerability allows attackers to execute arbitrary commands as root via a crafted input.
AnalysisAI
Command injection in the system.upgrade_check interface of multiple Cudy router models (TR1200, TR3000, WR300, WR1200, WR1300, WR1500, WR3000, WR3600, WR6500) lets remote attackers run arbitrary commands as root via crafted input. Per the CVSS vector (PR:N/UI:N), no authentication or user interaction is required, and CISA SSVC marks the flaw as automatable with total technical impact. There is no public exploit identified at time of analysis, and the EPSS score is a moderate 1.21% (65th percentile).
Technical ContextAI
The affected products are Cudy consumer/SMB networking devices (Wi-Fi routers and travel routers) running Cudy's OpenWrt-derived firmware, whose web/RPC management layer exposes a 'system.upgrade_check' interface used to query or trigger firmware upgrade checks. CWE-77 (Improper Neutralization of Special Elements used in a Command) indicates the root cause: attacker-supplied input reaching this interface is passed into a shell/system call without adequate sanitization or argument separation, so shell metacharacters (e.g. ;, |, `, $()) are interpreted rather than treated as literal data. Because router management daemons typically execute as root, injected commands inherit root privileges. EUVD reports affected versions as 'n/a', so exact firmware boundaries must be taken from the CVE description's per-model version list.
RemediationAI
Consult the Cudy security advisory at https://www.cudy.com/pages/security-advisory/cudy-sa-26-7-7-kjw-1-b for the fixed firmware builds and upgrade each affected model to the vendor-supplied patched version once identified (no exact fixed version numbers are given in the provided data - do not assume; obtain them from the advisory). As compensating controls until patched: disable remote/WAN management so the router web/RPC interface is not internet-reachable (trade-off: administrators lose off-LAN management); restrict access to the management interface to a trusted management VLAN or specific admin IPs via firewall/ACL (trade-off: added configuration and possible lockout risk if rules are wrong); and where a firmware auto-update-check feature can be disabled, doing so reduces exposure of the vulnerable upgrade_check path at the cost of losing automated update notifications. Also change default admin credentials and monitor the device for anomalous processes, though these do not fully block an unauthenticated injection. Patch status: Patch available per vendor advisory (exact fixed version not stated in provided data).
Same weakness CWE-77 – Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-51649
GHSA-2784-vww3-7pr6