Hacking your life with AI can get you hacked: How AI orchestration platforms ship RCE by design
▲ 64 r/netsec

Hacking your life with AI can get you hacked: How AI orchestration platforms ship RCE by design

Author 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

endorlabs.com
u/p80n-sec — 2 days ago
▲ 5 r/Infosec+1 crossposts

Malicious Payload in ai-sdk-ollama npm Package

Looks like another supply chain attack based on my investigation in ai-sdk-ollama versions 3.8.5, 2.2.1, 1.1.1, and 0.13.1 have clear evidence of malicious credential stealers with the potential of worming in this latest supply chain compromise

Here's the full analysis and I'll make updates as they come

endorlabs.com
u/p80n-sec — 3 months ago