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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
6DescriptionCVE.org
A vulnerability was identified in TRENDnet TEW-713RE up to 1.02. The impacted element is an unknown function of the file /goform/setSysAdm. The manipulation of the argument admuser leads to command injection. The attack can be initiated 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
Remote command injection in TRENDnet TEW-713RE firmware up to version 1.02 allows authenticated remote attackers to execute arbitrary commands via the admuser parameter in the /goform/setSysAdm endpoint. Publicly available exploit code exists, and the vendor has not responded to early disclosure attempts, leaving all affected devices without a vendor-released patch.
Technical ContextAI
The vulnerability exists in the web administration interface of the TRENDnet TEW-713RE router. The /goform/setSysAdm endpoint processes user-supplied input from the admuser parameter without proper input validation or sanitization, leading to command injection (CWE-77). The vulnerable code path accepts the admuser argument and passes it directly to a system command execution function, allowing an authenticated attacker to break out of the intended command context and inject arbitrary shell metacharacters and commands. This is a classic OS command injection flaw where user input is concatenated into a system call without escaping or parameterization.
RemediationAI
No vendor-released patch has been identified at time of analysis. TRENDnet was contacted early but has not responded or published a fix. For immediate risk mitigation, restrict network access to the router's web administration interface using firewall rules, ensure only trusted administrator accounts have access, enforce strong administrative passwords, and consider disabling remote administration features if not required. Monitor for suspicious activity on the /goform/setSysAdm endpoint. Organizations should contact TRENDnet support to inquire about firmware updates or consider replacing the device if administrative access cannot be adequately restricted.
Same weakness CWE-77 – Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-17335