
Proof-of-concept demonstrating command injection in NETIS WF2409E router's ping and traceroute functions, allowing arbitrary command execution via the web admin interface.
The ping and traceroute functions of the NETIS SYSTEMS Router WF2409E (version V3.6.42541) are susceptible to command injection attacks. Malicious input can be crafted in the parameters of these functions through the Web admin management interface, allowing arbitrary commands to be executed with the privileges of the affected process.
Identify the Target:
Open the Ping Function:
Craft Malicious Input:
;ls /* -al|ps
Execute the Command:
Open the Traceroute Function:
Craft Malicious Input:
| ls
Execute the Command:
ls command. If so, the command injection is demonstrated.