Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-38829-NETIS-WF2409E — Proof-of-concept demonstrating command injection in NETIS WF2409E router's ping and traceroute functions, allowing arbitrary command execution via the web admin interface. | Kitploit
Tools/GitHubGitHub/adhikara13/cve-2023-38829-netis-wf2409e
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlLearning & Education
GitHubadhikara13/cve-2023-38829-netis-wf2409e

CVE-2023-38829-NETIS-WF2409E

Proof-of-concept demonstrating command injection in NETIS WF2409E router's ping and traceroute functions, allowing arbitrary command execution via the web admin interface.

View Repository
113 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-38829-NETIS-WF2409E

NETIS SYSTEMS Router WF2409E Command Injection PoC

Vulnerability Description:

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.

PoC Steps:

  1. Identify the Target:

    • Ensure you have access to the NETIS SYSTEMS Router WF2409E (version V3.6.42541) Web admin management interface.
  2. Open the Ping Function:

    • Log in to the router's web interface.
    • Navigate to the "Diagnostic Tools" section.
    • Select the "Ping" function.
  3. Craft Malicious Input:

    • In the "Ping" function input field, inject a command. For example:
root@kitploit:~
;ls /* -al|ps
  1. Execute the Command:

    • Submit the crafted input.
    • Observe the output. If the directory listing of the router's filesystem is displayed, the command injection is successful.

Open the Traceroute Function:

  • Navigate back to the "Diagnostic Tools" section.
  • Select the "Traceroute" function.
  • Craft Malicious Input:

    • In the "Traceroute" function input field, inject a command. For example:
      root@kitploit:~
      | ls
      
  • Execute the Command:

    • Submit the crafted input.
    • Check if the output includes the result of the ls command. If so, the command injection is demonstrated.
  • Watch the video

    Notes:

    • This PoC is for educational and responsible disclosure purposes only.
    • Do not use this PoC on systems you don't have permission to test.
    • Ensure you have proper authorization before attempting any security testing.
    Download Tool