CVE-2026-32247

Graphiti is a framework for building and querying temporal context graphs for AI agents. Graphiti versions before 0.28.2 contained a Cypher injection vulnerability in shared search-filter construction for non-Kuzu backends. Attacker-controlled label values supplied through SearchFilters.node_labels were concatenated directly into Cypher label expressions without validation. In MCP deployments, this was exploitable not only through direct untrusted access to the Graphiti MCP server, but also through prompt injection against an LLM client that could be induced to call search_nodes with attacker-controlled entity_types values. The MCP server mapped entity_types to SearchFilters.node_labels, which then reached the vulnerable Cypher construction path. Affected backends included Neo4j, FalkorDB, and Neptune. Kuzu was not affected by the label-injection issue because it used parameterized label handling rather than string-interpolated Cypher labels. This issue was mitigated in 0.28.2.
Configurations

Configuration 1 (hide)

cpe:2.3:a:getzep:graphiti:*:*:*:*:*:*:*:*

History

18 Mar 2026, 14:38

Type Values Removed Values Added
References () https://github.com/getzep/graphiti/commit/7d65d5e77e89a199a62d737634eaa26dbb04d037 - () https://github.com/getzep/graphiti/commit/7d65d5e77e89a199a62d737634eaa26dbb04d037 - Patch
References () https://github.com/getzep/graphiti/pull/1312 - () https://github.com/getzep/graphiti/pull/1312 - Issue Tracking, Patch
References () https://github.com/getzep/graphiti/releases/tag/v0.28.2 - () https://github.com/getzep/graphiti/releases/tag/v0.28.2 - Release Notes
References () https://github.com/getzep/graphiti/security/advisories/GHSA-gg5m-55jj-8m5g - () https://github.com/getzep/graphiti/security/advisories/GHSA-gg5m-55jj-8m5g - Vendor Advisory, Mitigation
Summary
  • (es) Graphiti es un framework para construir y consultar grafos de contexto temporal para agentes de IA. Las versiones de Graphiti anteriores a la 0.28.2 contenían una vulnerabilidad de inyección Cypher en la construcción compartida de filtros de búsqueda para backends que no eran Kuzu. Los valores de etiquetas controlados por el atacante, suministrados a través de SearchFilters.node_labels, se concatenaban directamente en expresiones de etiquetas Cypher sin validación. En las implementaciones de MCP, esto era explotable no solo a través del acceso directo no confiable al servidor MCP de Graphiti, sino también a través de la inyección de prompts contra un cliente LLM que podía ser inducido a llamar a search_nodes con valores de entity_types controlados por el atacante. El servidor MCP mapeaba los entity_types a SearchFilters.node_labels, que luego alcanzaban la ruta de construcción Cypher vulnerable. Los backends afectados incluían Neo4j, FalkorDB y Neptune. Kuzu no se vio afectado por el problema de inyección de etiquetas porque utilizaba un manejo de etiquetas parametrizado en lugar de etiquetas Cypher interpoladas por cadena. Este problema se mitigó en la 0.28.2.
First Time Getzep
Getzep graphiti
CPE cpe:2.3:a:getzep:graphiti:*:*:*:*:*:*:*:*

12 Mar 2026, 19:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-12 19:16

Updated : 2026-03-18 14:38


NVD link : CVE-2026-32247

Mitre link : CVE-2026-32247

CVE.ORG link : CVE-2026-32247


JSON object : View

Products Affected

getzep

  • graphiti
CWE
CWE-943

Improper Neutralization of Special Elements in Data Query Logic