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-2024-10914-EXPLOIT — A PoC exploit for CVE-2024-10914 - D-Link Remote Code Execution (RCE) | Kitploit
Tools/GitHubGitHub/k3ystr0k3r/cve-2024-10914-exploit
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubk3ystr0k3r/cve-2024-10914-exploit

CVE-2024-10914-EXPLOIT

A PoC exploit for CVE-2024-10914 - D-Link Remote Code Execution (RCE)

View Repository
731 year 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-2024-10914 - D-Link Remote Code Execution (RCE)

This repo contains a proof-of-concept (PoC) exploit for a critical vulnerability affecting D-Link NAS devices. The bug, tracked as CVE-2024-10914, impacts the following models:

  • D-Link DNS-320
  • D-Link DNS-320LW
  • D-Link DNS-325
  • D-Link DNS-340L

The vulnerability is in a function called cgi_user_add, which is part of the /cgi-bin/account_mgr.cgi script.
The bug happens because the name parameter isn't properly checked before it’s used in system commands.
This lets an attacker send malicious input (OS commands) in the name field to execute anything they want on the device. For example an attacker can send/execute an id command through the path of the name field /cgi-bin/account_mgr.cgi?cmd=cgi_user_add&name=%27;id;%27

Disclaimer

This PoC is only for testing and learning purposes. I’m not responsible for any illegal or harmful use of this code. Always act responsibly when researching or testing vulnerabilities.

Download Tool