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
day09-bentoml-deser-lab — ay 09 — CVE-2025-27520 (BentoML-style insecure deserialization) — Local Docker lab | Kitploit
Tools/GitHubGitHub/amalpvatayam67/day09-bentoml-deser-lab
Vulnerability AnalysisExploitationWeb SecurityLearning & EducationBinary ExploitationLabs & Practice
GitHubamalpvatayam67/day09-bentoml-deser-lab

day09-bentoml-deser-lab

ay 09 — CVE-2025-27520 (BentoML-style insecure deserialization) — Local Docker lab

View Repository
111 months 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

Day 09 — CVE-2025-27520 (BentoML-style insecure deserialization) — Local Docker lab

This lab reproduces the insecure deserialization class that led to CVE-2025-27520.
It is intentionally vulnerable for educational purposes. Run locally in Docker only.

Quickstart

Build and run:

root@kitploit:~
docker build -t day09-bentoml-lab .
docker run --rm -d -p 8080:8080 --name day09 day09-bentoml-lab
Download Tool