Security researchers have revealed details of a critical vulnerability chain affecting LangGraph, an open-source framework from LangChain designed for building stateful, multi-agent AI applications. The three now-patched flaws included an SQL injection vulnerability that, when chained, could enable remote code execution against self-hosted instances.

The most severe of the bugs, an SQL injection in LangGraph's internal functions, could allow an attacker to manipulate database queries underlying agent workflows. By chaining this with other weaknesses, researchers demonstrated a full exploit path from initial access to arbitrary code execution on the host system.

Affected systems include any self-hosted deployments of LangGraph prior to the latest patched release. The attack vector requires network access to the vulnerable service, making internet-exposed or improperly segmented instances particularly at risk. No active exploitation in the wild has been reported as of disclosure.

LangChain has released patches addressing all three vulnerabilities. Users running self-hosted LangGraph deployments are urged to update immediately to the latest version. For environments where immediate patching is not possible, network-level access controls and input sanitization can serve as temporary mitigations.

The disclosure highlights growing security scrutiny on AI agent frameworks as adoption accelerates. While cloud-hosted LangGraph instances through LangChain's managed service were not affected, the vulnerabilities underscore the risks organizations face when self-hosting complex agentic systems without dedicated security review.

This brief is based solely on The Hacker News' report of three patched LangGraph vulnerabilities. No independent verification of the exploit chain or attack surface was performed, and details beyond those reported remain absent. The scope of affected versions beyond 'prior to latest patch' was not specified in the source.