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-18729 — Proof-of-concept exploit for CVE-2026-18729 in Langflow, demonstrating remote code execution via crafted requests. Includes usage instructions and evidence of code execution. | Kitploit
Tools/GitHubGitHub/rmhowe425/poc-cve-2026-18729
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubrmhowe425/poc-cve-2026-18729

POC-CVE-2026-18729

Proof-of-concept exploit for CVE-2026-18729 in Langflow, demonstrating remote code execution via crafted requests. Includes usage instructions and evidence of code execution.

View Repository
3h 35m 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

Description

Proof of concept exploit code for CVE-2026-18729

Usage

python3 poc.py -url -uname -pword -c

Without bash command (proof of code exec via Divide By Zero Error)

image

With bash command

NOTE: Bash output isn't returned because the endpoint only returns the component template and metadata. The bash output is stored in _out within the build scope and isn't serialized into the JSON response, so the lack of command output doesn't mean the command wasn't executed.

image
Download Tool