1974 matches found
CVE-2025-64512---pdfminer.six-Remote-Code-Execution-RCE-
CVE-2025-64512 - pdfminer.six Remote Code Execution RCE -orange WARNING – EDUCATIONAL USE ONLY This proof-of-concept is for authorized security testing and educational purposes only. Use only on systems you own or have explicit written permission to test. The author is not responsible for any...
CVE-2024-37054-PoC
Description Proof of concept for CVE-2024-37054, a critical deserialization vulnerability in MLflow versions 0.9.0 to 2.14.1. When a malicious pyfunc model is loaded via mlflow.pyfunc.loadmodel, the pickled payload executes arbitrary code. Files exploit.py — full exploit: register, train, upload,...
CVE-2026-12191
CVE-2026-12191 A proof-of-concept exploit for CVE-2026-12191, an insecure deserialization vulnerability in Comma AI Openpilot's modeld.py, that allows a local low-privileged attacker to achieve arbitrary code execution by supplying a crafted malicious Python pickle payload to the...
CVE-2024-24590-ClearML-RCE-Exploit
CVE-2024-24590 — ClearML Pickle Artifact RCE Overview...
cve-2022-37298
CVE-2022-37298: RCE in Shinken Monitoring Versions affected: 2.4.3 Disclosure link: https://github.com/naparuba/shinken/commit/2dae40fd1e713aec9e1966a0ab7a580b9180cff2 CVE link: https://vulners.com/cve/CVE-2022-37298 Description The SafeUnpickler class found in shinken/safepickle.py implements a...
CVE-2024-24590-ClearML-RCE-CMD-POC
ClearML Exploit Script This repository contains a Python exploit script for CVE-2024-24590 The script is designed to upload a malicious pickle file to ClearML, which executes a reverse shell or a custom command. Features Uploads a malicious pickle artifact to ClearML. Executes a reverse shell or ...
CVE-2024-24590
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...
CVE-2024-37054
CVE-2024-37054 — MLflow Pickle Deserialization RCE Эксплойт доказательства концепции для критической уязвимости десериализации pickle в MLflow Tracking Server, позволяющий аутентифицированное удаленное выполнение кода. ⚠️ Только для образовательного и авторизованного тестирования безопасности. Не...
CVE-2025-64512-Polyglot-PoC
CVE-2025-64512 Полиглот-пейлоад За последние недели в ноябре 2025 года была раскрыта интересная уязвимость CVE-2025-64512 в pdfminer.six, популярном Python-проекте для обработки PDF-файлов, который используется, в частности, в AI-пайплайнах. Уязвимость позволяет удалённо выполнять код путём...
CVE-2023-37941
Exploitation of Pickle RCE within Superset's Default Cache Information root@kitploit: Author Dinis Cruz Project Superset Description Apache's superset presents different options for caching, all of which based on Flask-Caching. A built-in cache is provided which serializes values for later...
CVE-2026-68771_exploit
CVE-2026-68771 — ComfyUI Unauthenticated Pickle Deserialization RCE Unauthenticated remote code execution in ComfyUI via the LoadTrainingDataset node. LoadTrainingDataset.execute loads dataset shards from the server's output directory with torch.loadf and noweightsonly=True. On PyTorch 2.6 where...
CVE-2025-64512
CVE-2025-64512 – pdfminer.six Deserialization PoC Overview This proof-of-concept demonstrates a vulnerability in pdfminer.six CVE-2025-64512 that can lead to arbitrary command execution when a malicious PDF is processed. The exploit uses a crafted PDF that references a malicious, gzip-compressed...
CVE-2026-86793
SGLang allows unauthenticated pickle deserialization through /updateweightsfromtensor when no auth keys are configured, and the SafeUnpickler policy can be bypassed because builtins.import and builtins.getattr are resolvable, enabling code execution via pickle REDUCE...
EUVD-2026-76073
SGLang allows unauthenticated pickle deserialization through /updateweightsfromtensor when no auth keys are configured, and the SafeUnpickler policy can be bypassed because builtins.import and builtins.getattr are resolvable, enabling code execution via pickle REDUCE...
CVE-2026-86793
SGLang is vulnerable to remote code execution through its /update_weights_from_tensor endpoint. When no authentication keys are configured, an unauthenticated attacker can send a crafted pickle payload. The application's SafeUnpickler policy is bypassable because builtins.import and builtins.geta...
FlaskCache_CVE-2021-33026_POC
Pickle Serialization Remote Code Execution - Redis Poisoning PoC Exploit Check redis server up and running redis-cli -h 127.0.0.1 -p 6379 ping redis-cli keys redis-cli get Keyid Start listening netcat at port 10001 : nc -nvlp 10001 Setting environments for Flask Chache python -m venv venvflaskcac...
CVE-2026-23001-Hugging-Face-Transformers-Model-Deserialization-Arbitrary-Code-via-Pickle-
CVE-2026-23001 – Hugging Face Transformers Model Deserialization RCE Overview Hugging Face models saved with torch.save use Python’s pickle serialization, which is inherently unsafe. If a user downloads a seemingly legitimate model from a repository, loading it can trigger arbitrary code executio...
CVE-2025-64512-exploit
CVE-2025-64512 - pdfminer.six Remote Code Execution RCE 📋 Description This repository contains a proof-of-concept exploit for CVE-2025-64512 , a critical vulnerability in pdfminer.six versions prior to 20251107. The vulnerability allows an attacker to achieve Remote Code Execution RCE by uploadin...
PT-2026-89864
🚨 AI INFRA CRISIS: SGLang just got hit with an unauthenticated RCE CVE-2026-86793 — the 4th critical CVE in AI infrastructure in just 18 days. No vendor patch yet. AI inference servers are now primary attack surface. Time to audit your stack. AI cybersecurity infosec...
GuardModel
GuardModel Block malicious AI models in your pipeline with one line of YAML. GuardModel is a GitHub Action that automatically scans ML model files for malicious code, vulnerabilities, and security risks in CI/CD pipelines. It blocks dangerous models before they reach production by detecting pickl...