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-37032 — Path traversal in Ollama with rogue registry server | Kitploit
Tools/GitHubGitHub/bi0x/cve-2024-37032
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRed Teaming
GitHubbi0x/cve-2024-37032

CVE-2024-37032

Path traversal in Ollama with rogue registry server

View Repository
5592 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-37032

Path traversal in Ollama with rogue registry server

  • Learn from Probllama: Ollama Remote Code Execution Vulnerability (CVE-2024-37032) – Overview and Mitigations

Vulnerability environment

root@kitploit:~
docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama:0.1.33

Rogue registry server

  • Please modify HOST to your host MUST WITHOUT PORT
  • Run with python3 server.py

Run poc

  • Please modify HOST to your rogue registry server host, and target_url to vulnerability host
  • Run python3 poc.py and check rogue registry server log

Download Tool