CVE 7.3 HIGH

LangGraph SQLite Checkpoint is vulnerable to SQL Injection via metadata filter key in checkpointer list method_CVE-2025-67644

7.3 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N

Description

LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB (both sync and async, via aiosqlite). Versions 3.0.0 and below are vulnerable to SQL injection through the checkpoint implementation. Checkpoint allows attackers to manipulate SQL queries through metadata filter keys, affecting applications that accept untrusted metadata filter keys (not just filter values) in checkpoint search operations. The _metadata_predicate() function constructs SQL queries by interpolating filter keys directly into f-strings without validation. This issue is fixed in version 3.0.1.

Basic Information

ID CVE-2025-67644
Source GitHub_M
Published Dec 10, 2025 at 23:37

Affected Product

Vendor langchain-ai
Product langgraph
Version < 3.0.1
Affected Versions langchain-ai langgraph < 3.0.1

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.