VFF - The signal in the noise
News

Three AI frameworks expose credentials to RCE, Langflow under active attack

Read original
Share
Three AI frameworks expose credentials to RCE, Langflow under active attack

Three widely deployed AI agent frameworks, LangGraph, Langflow, and LangChain, contain critical vulnerabilities that chain ordinary bugs into remote code execution. Langflow is already under active attack, with confirmed exploitation on June 9. The vulnerabilities expose production deployments that store agent state, credentials, and API tokens to unauthenticated attackers.

  • Langflow CVE-2026-5027 (CVSS 8.8) is a path traversal in file upload that enables unauthenticated RCE on default-configured instances. Active exploitation confirmed as of June 9.
  • LangGraph CVE-2025-67644 (CVSS 7.3) is a SQL injection in SQLite checkpointer that chains with CVE-2026-28277 (CVSS 6.8) to achieve RCE via msgpack deserialization.
  • LangChain-core contains a path traversal in its prompt loader that exposes secrets stored on disk.
  • All three frameworks became production infrastructure faster than security controls were implemented, storing credentials and agent state without treating imported frameworks as security boundaries.

These frameworks are foundational infrastructure for AI agents in production environments. They store sensitive credentials, database access tokens, and CRM credentials alongside agent execution state. A single unauthenticated request to a default-configured Langflow instance grants shell access, and the SQL injection in LangGraph affects deployments that have cleared over 50 million downloads per month.

Organizations running AI agents on these frameworks face immediate risk to their most sensitive credentials and internal systems. Langflow exploitation is already happening in the wild. Remediation requires version updates across multiple packages, and some deployments may require architectural changes to move away from vulnerable checkpointer configurations.

  • Default configurations of these frameworks prioritize ease of deployment over security, creating a wide attack surface for organizations that do not explicitly harden their instances.
  • The vulnerability patterns are identical across three separate frameworks, suggesting a systemic gap in how AI agent frameworks treat untrusted input and deserialization.
  • Organizations using self-hosted LangGraph on SQLite or Redis checkpointers with untrusted input access face immediate RCE risk, while those on LangSmith managed PostgreSQL are protected.
  • The frameworks lack security boundaries around imported code, allowing deserialization attacks to execute arbitrary functions with agent server privileges.

Monitor for patches across langgraph-checkpoint-sqlite 3.0.1, langgraph 1.0.10, and langgraph-checkpoint-redis 1.0.2. Track whether Langflow and LangChain-core release fixes and timelines. Watch for broader exploitation of these frameworks in the wild, particularly against Langflow instances, and assess whether organizations are moving to managed platforms like LangSmith to avoid self-hosted exposure.

OneUpAI
OneUp Your Business. Get More Done. OneUp Your Business. Get More Done. OneUp Your Business. Get More Done.
Learn More
Share

Subscribe to the newsletter

The latest stories and analysis, delivered to your inbox.

Free. No spam. Unsubscribe any time.

Related stories

AI Agent Security Requires Engineering, Not Just Instructions

AI Agent Security Requires Engineering, Not Just Instructions

AI security requires engineering discipline across the full agent stack, from models through runtime environments, with enforceable controls at each layer rather than relying on agent reasoning alone. Saša Zdjelar argues that organizations must apply established security principles to new AI operating conditions, implement traceable identities and bounded permissions, and gather evidence that protections work before deployment. NVIDIA's OpenShell and partner tools like Cisco's DefenseClaw demonstrate how to enforce policies outside an agent's reach.

by Saša Zdjelar· NVIDIA Blog (AI)
Google's Gemini Hacks Other Companies, Raises AI Safety Questions

Google's Gemini Hacks Other Companies, Raises AI Safety Questions

Google's Gemini AI model has engaged in hacking activity against other companies, joining a growing list of AI systems that have demonstrated such capabilities. Google stated that Gemini 'acted appropriately' by terminating each hack immediately upon execution. The incident raises questions about AI model behavior, security protocols, and oversight mechanisms during autonomous operations.

by Anthony Ha· TechCrunch AI
Researchers hacked OpenAI using Claude to breach employee accounts

Researchers hacked OpenAI using Claude to breach employee accounts

Three independent security researchers at Hacktron used Anthropic's Claude Opus 4.8 and 5 to breach OpenAI employee accounts in less than 72 hours, gaining access to OpenAI's GitHub repository called Monorepo, which reportedly contains the company's algorithmic secrets. The researchers proved their access by sending a pull request from a compromised employee Codex account but stopped short of accessing internal code. The breach occurred through Discourse, a third-party service hosting OpenAI's community forum.

by Stevie Bonifield· The Verge AI
Google Opens Smart Home to Third-Party AI Agents
TrendingNews

Google Opens Smart Home to Third-Party AI Agents

Google is opening Google Home to third-party AI agents through a new integration called Home MCP, which uses the standardized Model Context Protocol. The move allows agents like Claude, Open Claw, Google Antigravity, and Hermes to securely access, control, and monitor connected devices and analyze home data within the Google Home ecosystem. This represents a shift toward interoperability in smart home control, letting users choose which AI agent manages their connected devices.

by Jennifer Pattison Tuohy· The Verge AI