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-24590 — Created this exploit for the Hack The Box machine, Blurry. | Kitploit
Tools/GitHubGitHub/j3r1ch0123/cve-2024-24590
Payload GenerationVulnerability AnalysisExploitationCTFPenetration TestingRed Teaming
GitHubj3r1ch0123/cve-2024-24590

CVE-2024-24590

Created this exploit for the Hack The Box machine, Blurry.

View Repository
1 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

ClearML Exploit

This repository contains a proof-of-concept exploit for a deserialization vulnerability in ClearML, allowing for remote command execution. This exploit demonstrates how to upload a malicious pickle artifact to ClearML to gain a reverse shell.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • A machine running ClearML.

  • Python 3.8 or higher.

  • The clearml library installed. You can install it using pip:

    root@kitploit:~
    pip install clearml
    clearml-init
    

Follow the onscreen instructions and paste your configuration settings when prompted.

Start your listener with:

root@kitploit:~
nc -lvnp <your_port>

It might take a minute or so for the server to process the payload, so be patient.

For more information on the vulnerability, click the following link:

https://www.cve.org/CVERecord?id=CVE-2024-24590

Download Tool