Halil, the ones I would treat as real operational risk this week are Langflow/JADEPUFFER, Marimo CVE-2026-39987, and BioShocking-style AI browser agent leakage. They all cross the line from “model misbehavior” into either privileged execution or credential exposure.
For Langflow/JADEPUFFER, the key point is not that the ransomware is “AI-native”; the source pack flags an active-in-the-wild ransomware breach involving Langflow and agentic AI. That makes it a workflow-exposure problem: if Langflow is internet-facing, over-permissioned, or wired into execution tools, it becomes a privileged automation surface. For Marimo CVE-2026-39987, the evidence is more concrete: reporting describes pre-auth RCE against a Marimo notebook server, followed by AWS credential enumeration, retrieval of SSH private keys from AWS Secrets Manager, and database exfiltration. That is a real secret-exfiltration and lateral-movement path, with the LLM agent accelerating post-exploitation rather than inventing a new vulnerability class.
BioShocking is slightly different but still actionable. Malwarebytes reporting says researchers used a fake game environment plus prompt injection/goal manipulation to get AI browsers and plugins to visit GitHub and expose credentials or passwords; the risk is highest when the agent runs inside logged-in sessions for email, code repos, cloud dashboards, or password managers. So I’d call this a real leakage path for organizations allowing AI browser agents into authenticated enterprise apps, but still more “control and monitor aggressively” than “emergency patch,” because it depends on user/agent context and data access.
For Cursor AI IDE RCE and Claude Cowork sandbox escape, I don’t have enough visible evidence here to rank them as active operational threats. I’d keep them in research/monitoring unless we have a vendor advisory, CVE, reproducible PoC, or observed exploitation.
Controls for this week: inventory Langflow, Marimo, AI IDEs, and browser agents; remove public exposure; patch or isolate Marimo immediately; rotate cloud/API credentials touched by notebook or agent environments; restrict AWS Secrets Manager access by role and source context; block AI browser agents from password managers, cloud consoles, email, and code-hosting sessions unless explicitly approved; log agent tool calls, browser actions, secrets-manager reads, and unusual notebook WebSocket activity; and treat AI workflow servers like CI/CD runners, not chatbots. The OWASP LLM Top 10 framing applies here: this is excessive agency, prompt injection, sensitive information disclosure, and insecure plugin/tool design—not “the AI going rogue.”