Command Injection in TRENDnet Router via /cgi-bin/ping.cgi
A command injection vulnerability in TRENDnet Router 1.1.02b01 allows remote, authenticated attackers to execute arbitrary commands by manipulating the wan_type parameter.
CVE search metadata
CVE search record: CVE-2026-75985. Severity: high. CVSS: 7.4. KEV: no. Product: Router (1.1.02b01). Brief: Command Injection in TRENDnet Router via /cgi-bin/ping.cgi. Brief link: https://feed.craftedsignal.io/briefs/2026-08-trendnet-rce/
A high-severity command injection vulnerability, tracked as CVE-2026-75985, affects TRENDnet Router firmware version 1.1.02b01. The vulnerability is located within the /cgi-bin/ping.cgi script, which fails to properly neutralize user-supplied input provided to the wan_type argument. An attacker can leverage this flaw to achieve remote code execution on the affected device. Publicly available exploit code has been identified, significantly increasing the risk of exploitation for exposed management interfaces. Organizations using this specific firmware version should prioritize restricting access to the web management interface or updating to a patched version if available, as the ease of exploitation makes this a target for automated scanning and botnets.
Attack Chain
- The attacker performs reconnaissance to identify internet-facing TRENDnet Router devices running version 1.1.02b01.
- The attacker gains authenticated access to the target's web management interface (or exploits a separate bypass to reach the management endpoint).
- The attacker crafts a malicious HTTP GET or POST request targeting
/cgi-bin/ping.cgi. - The attacker injects shell metacharacters (e.g.,
;,|,&) into thewan_typeparameter of the request. - The underlying system's web server processes the request and passes the tainted
wan_typeinput to a system command or script. - The injection triggers the execution of arbitrary system commands with the privileges of the web server process.
- The attacker establishes persistence or exfiltrates configuration data from the device.
Impact
Successful exploitation of this vulnerability allows an attacker to execute arbitrary commands on the router, potentially leading to full device compromise, network traffic interception, unauthorized access to internal network segments, and long-term persistence within the environment.
Recommendation
Prioritize the following actions to mitigate risk associated with CVE-2026-75985:
- Immediately restrict access to the web management interface of all TRENDnet routers to trusted internal IP addresses only.
- Disable remote management features if not strictly required for business operations.
- Monitor logs for HTTP requests directed at
/cgi-bin/ping.cgicontaining suspicious character sequences (e.g.,;,|,&) in thewan_typeparameter. - Deploy the provided Sigma rule to web server or proxy logs to detect exploitation attempts.
Immediate actions
Restrict access to management interfaces on TRENDnet routers
Threat Hunt
Search logs for requests to /cgi-bin/ping.cgi with shell injection patterns
Data: webserver_logs
Mitigations
Block management interface access for affected devices
CVE-2026-75985
Detection coverage 1
Detect CVE-2026-75985 Exploitation - Command Injection in ping.cgi
highDetects exploitation attempts against CVE-2026-75985 by identifying suspicious shell metacharacters within the wan_type parameter in requests to ping.cgi.
Detection queries are available on the platform. Get full rules →