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-33017 — CVE-2026-33017 | Kitploit
Tools/GitHubGitHub/0xblackash/cve-2026-33017
Vulnerability AnalysisExploitationWeb Application ExploitationPapers & ResearchLearning & Education
GitHub0xblackash/cve-2026-33017

CVE-2026-33017

CVE-2026-33017

View Repository
4 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-33017 - Critical Unauthenticated Remote Code Execution in Langflow

langflow Severity Affected Type

Langflow versions ≤ 1.8.2 contain a severe security vulnerability that allows unauthenticated attackers to achieve Remote Code Execution (RCE) on the server.


📊 Vulnerability Details

AttributeDetails
CVE IDCVE-2026-33017
SeverityCritical (CVSS 9.8)
Affected VersionsLangflow ≤ 1.8.2
Patched VersionLangflow 1.9.0 and above
Vulnerability TypeUnauthenticated Code Injection (exec())
Attack Vector/api/v1/build_public_tmp/{flow_id}/flow
AuthenticationNone Required

🧨 Root Cause

The endpoint /api/v1/build_public_tmp/{flow_id}/flow was designed for public flows. However, when attacker-controlled flow data is passed, the application executes arbitrary Python code using exec() without any sandboxing or validation.

This allows any unauthenticated attacker on the internet to gain full control over the server.


⚠️ Impact

  • Full server compromise
  • Arbitrary command execution
  • Data theft / leakage
  • Malware deployment (crypto miners, ransomware, backdoors)
  • Supply chain attacks (since Langflow is widely used for AI agents)

🛡️ Mitigation

  • Upgrade immediately to Langflow 1.9.0 or newer
  • If upgrade is not possible:
    • Do not expose Langflow directly to the internet
    • Disable public flows
    • Use strong network segmentation and reverse proxy with authentication

Demo

CVE-2026-33017

📚 References

  • Langflow Security Advisory
  • NVD Detail
  • CISA Known Exploited Vulnerabilities (KEV)

⚠️ Disclaimer

This repository is provided for educational and security research purposes only.
The information and tools here are intended to help system administrators and security researchers understand the vulnerability and protect their systems.

Unauthorized exploitation against systems you do not own is illegal and unethical.


Made for Security Awareness & Responsible Research

⭐ If this repository helped you, please consider starring it!

Download Tool