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-2026-45829 — CVE-2026-45829 | Kitploit
Tools/GitHubGitHub/0xblackash/cve-2026-45829
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRemote Access Tool
GitHub0xblackash/cve-2026-45829

CVE-2026-45829

CVE-2026-45829

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

🚨 CVE-2026-45829 - ChromaDB Pre-Auth RCE

ChatGPT Image May 21, 2026, 12_28_26 PM

Critical Remote Code Execution in ChromaDB Vector Database

Critical RCE Unauthenticated


📌 Overview

CVE-2026-45829 is a critical pre-authentication Remote Code Execution vulnerability in ChromaDB, a popular open-source AI Vector Database.

An unauthenticated attacker can exploit the way ChromaDB handles embedding function configuration to achieve full remote code execution on the server.

Key Information

ItemDetails
CVE IDCVE-2026-45829
SeverityCritical (CVSS 9.8)
Affected ComponentEmbedding Function Handler
Attack VectorUnauthenticated HTTP Request
ImpactRemote Code Execution (RCE)
Affected VersionsChromaDB ≥ 1.0.0 (including latest 1.5.x)

🧪 How The Exploit Works

  1. Attacker sends a crafted POST request to collection creation endpoint.
  2. ChromaDB processes the embedding_function configuration before authentication.
  3. trust_remote_code=True allows loading of malicious code.
  4. Attacker can execute arbitrary Python code on the server via model_name field.

🎯 Expected Results (If Exploit Works)

root@kitploit:~
╔══════════════════════════════════════════════════════════════╗
║                 CVE-2026-45829 - ChromaDB RCE                ║
║                Pre-Auth Remote Code Execution                ║
╚══════════════════════════════════════════════════════════════╝

[*] Attacking ChromaDB → http://target:8000

[+] EXPLOIT SUCCESS!
[+] Command executed: whoami
[+] Check /tmp/chromapwned.txt on target

After Success You Can:

  • Read /etc/passwd
  • Get reverse shell
  • Dump environment variables
  • Install backdoors

🛠 Mitigation

  • Update ChromaDB immediately when patch is released.
  • Do NOT expose ChromaDB directly to the internet.
  • Disable trust_remote_code if possible.
  • Use strong authentication + network segmentation.

🔍 Shodan / FoFa Dorks

FoFa:

root@kitploit:~
app="ChromaDB" || title="Chroma"

Shodan:

root@kitploit:~
"ChromaDB" OR "Chroma HTTP Server" port:8000

⚠️ Legal Disclaimer

This information and PoC are provided for educational and authorized security testing purposes only.
Unauthorized scanning or exploitation of systems you do not own is illegal.


Made with ❤️ for security researchers

Download Tool