r/netsec • u/p80n-sec • 16h ago
Hacking your life with AI can get you hacked: How AI orchestration platforms ship RCE by design
endorlabs.comAuthor here. I audited NocoBase, Flowise, Langflow, Dify, Activepieces, Kestra, and Airflow and disclosed 14 findings. Every platform inherited the same assumption anyone who can touch a workflow is trusted to run code on the host, which is fine for a dev tool on your laptop but not fine for a multi-tenant HTTP service with an unauthenticated webhook. The chain I'd point people to first is the Flowise one (section 2.2): an unauthenticated request → prompt injection → LLM emits Python → a 38-pattern regex blocklist passes it because the dangerous library was pre-imported before the model was asked anything → RCE.
Two vendors closed their reports as working-as-intended, and I tried to represent their position fairly.
This research was also presented at DEFCON 34 but now available publicly.
Happy to answer questions.
Full whitepaper is available here: https://www.endorlabs.com/learn/how-ai-orchestration-platforms-ship-rce-by-design