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.

Share

Subscribe to the newsletter

The latest stories and analysis, delivered to your inbox.

Free. No spam. Unsubscribe any time.

Related stories

DeepMind Publishes AI Control Roadmap for Agent Security

DeepMind Publishes AI Control Roadmap for Agent Security

Google DeepMind has published an AI Control Roadmap focused on securing internal systems that deploy AI agents, combining traditional safeguards with real-time monitoring approaches. The roadmap addresses the challenge of maintaining control over increasingly autonomous AI systems as they take on more complex tasks. This represents a shift toward proactive security frameworks designed to prevent misuse or unintended behavior in production AI agent deployments.

· Google Deepmind
G7 Leaders Fear U.S. Control Over AI Access
TrendingNews

G7 Leaders Fear U.S. Control Over AI Access

French President Macron and Indian PM Modi raised concerns at the G7 summit that the U.S. could unilaterally cut off access to American AI systems, a risk underscored by a recent Anthropic blackout. The incident highlights growing geopolitical tensions over AI dependency and control, with major economies worried about relying on U.S.-based AI providers that could be subject to American policy decisions or technical failures.

by Rebecca Bellan· TechCrunch AI
HPE and NVIDIA Expand AI Factory for Production Agents

HPE and NVIDIA Expand AI Factory for Production Agents

NVIDIA and HPE are expanding their AI Factory partnership to support agentic AI in production environments. New offerings include the NVIDIA Vera CPU for agent workloads, the NVIDIA Agent Toolkit integrated with HPE Private Cloud AI, and NVIDIA Confidential Computing across the full HPE AI Factory portfolio. The Vera CPU will ship in 2027 with HPE ProLiant servers, while agent governance and security capabilities are available now.

by Chris Marriott· NVIDIA Blog (AI)
U.S. Targets Anthropic on Foreign AI Talent, Sparking Industry Concerns
TrendingNews

U.S. Targets Anthropic on Foreign AI Talent, Sparking Industry Concerns

The Trump administration warned Anthropic on Friday that it needs a license to provide its latest AI models to foreign persons, including its own employees. The move has triggered concerns across the AI industry that the government is targeting foreign talent reliance. OpenAI's Chief Strategy Officer Jason Kwon said the company has told the government that building competitive AI requires global talent and that the situation remains fluid with many unknowns.

by Erin Woo· The Information