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-37770 — Proof-of-concept exploit for CVE-2024-37770, a remote command execution vulnerability in 14Finger v1.1's fingerprint function via shell metacharacter injection. | Kitploit
Tools/GitHubGitHub/k3ppf0r/cve-2024-37770
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubk3ppf0r/cve-2024-37770

CVE-2024-37770

Proof-of-concept exploit for CVE-2024-37770, a remote command execution vulnerability in 14Finger v1.1's fingerprint function via shell metacharacter injection.

View Repository
112 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-2024-37770

description

14Finger v1.1 was discovered to contain a remote command execution (RCE) vulnerability in the fingerprint function. This vulnerability allows attackers to execute arbitrary commands via a crafted payload.

Attack Vector

Unauthenticated attackers can execute command injection through shell metacharacters, thereby RCE remote servers.

Detail

There is an unauthorized remote command execution vulnerability at the fingerprint scanning point of the core function image

Through the audit source code, you can see that when only_spider is false, spider is true, you will execute the crawl_site() function image

Continue to follow up, find that the submitted URL will be stitched to CMD, handed over to the subprocess module of Python for execution, and arbitrarily commands can be executed by constructing Payload. image

Exploit: image

The program is blocked, why? Because our command execution was successful!

image

SUCCEED!

Download Tool