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
PoC-CVE-2026-33017 — Proof-of-concept exploit for CVE-2026-33017, demonstrating unauthenticated remote code execution in Langflow versions prior to 1.8.2 via the build_public_tmp API endpoint. | Kitploit
Tools/GitHubGitHub/z4yd3/poc-cve-2026-33017
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubz4yd3/poc-cve-2026-33017

PoC-CVE-2026-33017

Proof-of-concept exploit for CVE-2026-33017, demonstrating unauthenticated remote code execution in Langflow versions prior to 1.8.2 via the build_public_tmp API endpoint.

View Repository
35 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: Unauthenticated RCE in Langflow <= 1.8.2

Description

A critical code injection vulnerability exists in Langflow that allows an unauthenticated remote attacker to execute arbitrary Python code on the server. The vulnerability resides in the POST /api/v1/build_public_tmp/{flow_id}/flow endpoint. While this endpoint is designed to allow unauthenticated users to build "public flows," it incorrectly processes an optional data parameter. When this parameter is supplied, Langflow executes attacker-controlled flow definitions containing arbitrary Python code using the exec() function without any sandboxing or validation.

Summary

This proof-of-concept demonstrates Unauthenticated Remote Code Execution (RCE) in Langflow versions prior to 1.8.2. The vulnerability exists due to the application's willingness to accept and execute raw Python code provided within a "Custom Component" template via the build_public_tmp API endpoint.

TESTED ON LANGFLOW 1.8.2

CVE-2026-33017

[+] Shell! Shell! Shell!

https://github.com/user-attachments/assets/63358c33-0eca-49f4-84eb-542a5859dc0f

root@kitploit:~
Usage: python3 script.py <url>

References

Official Tracking & Databases

CVE-2026-33017 (MITRE): https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2026-33017

NVD Entry: https://nvd.nist.gov/vuln/detail/CVE-2026-33017

Technical Analysis & Advisories

Langflow GitHub Security Advisory: https://github.com/langflow-ai/langflow/security/advisories/GHSA-vwmf-pq79-vjvx

Download Tool