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
pickle_exploit — Demonstrating Remote Code Execution Vulnerability via Pickle Serialization in ClearML | Kitploit
Tools/GitHubGitHub/h3x0v3rl0rd/pickle_exploit
Vulnerability AnalysisCode AnalysisExploitationLearning & EducationPayload Development
GitHubh3x0v3rl0rd/pickle_exploit

pickle_exploit

Demonstrating Remote Code Execution Vulnerability via Pickle Serialization in ClearML

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

Pickle_Exploit

Demonstrating Remote Code Execution Vulnerability via Pickle Serialization in ClearML

🖥️ This script was developed by h3x0v3rl0rd.

This proof of concept (PoC) demonstrates a potential security vulnerability involving the serialization and deserialization of Python objects using the pickle library. Specifically, it creates a RunCommand class with a reduce method that, when deserialized, executes a reverse shell command via os.system. This command attempts to establish a reverse shell connection to a specified IP address and port. The PoC script uploads this maliciously crafted object as an artifact to a ClearML task, showcasing how such an object could be exploited if deserialized without proper validation.

This example underscores the importance of careful handling and validation of serialized data to prevent remote code execution attacks.

Warning: This code is intended for educational purposes only and should not be executed in a production environment or without appropriate permissions and security measures in place.

image

Download Tool