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-2025-32375 — This repository includes everything needed to run a PoC exploit for CVE-2025-32375 in a Docker environment. It runs the latest vulnerable version of BentoML (1.4.7). | Kitploit
Tools/GitHubGitHub/thegebirge/cve-2025-32375
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubthegebirge/cve-2025-32375

CVE-2025-32375

This repository includes everything needed to run a PoC exploit for CVE-2025-32375 in a Docker environment. It runs the latest vulnerable version of BentoML (1.4.7).

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

Setup for the vulnerable version.

Start the vulnerable container:

root@kitploit:~
docker compose up

Create a listener (e.g. ncat):

root@kitploit:~
ncat -klnv 1337

Run the exploit:

root@kitploit:~
python3 exploit.py

You should receive an HTTP request in the ncat window with the contents of the OS command (id by default) if everything worked as expected.

Credits

  • Vulnerability found by SeaW1nd
  • Based on the testing setup by VickyTheViking
Download Tool