Skip to content

k3ppf0r/CVE-2024-37770

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

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!

About

CVE-2024-37770

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published