CVE-2025-64104
Python vulnerability analysis and mitigation

Overview

LangGraph SQLite Checkpoint, an implementation of LangGraph CheckpointSaver that uses SQLite DB (both sync and async, via aiosqlite), was found to contain SQL injection vulnerabilities in versions prior to 2.0.11. The vulnerability (CVE-2025-64104) was discovered on October 29, 2025, affecting the SQLite store implementation which contains SQL injection vulnerabilities using direct string concatenation without proper parameterization (GitHub Advisory, NVD).

Technical details

The vulnerability exists in the SqliteStore component where filter keys in the search method are directly concatenated into SQL queries without proper sanitization. The key portion of the JSON path is concatenated directly into the SQL string without escaping, while only the value portion receives basic escaping. The vulnerability has been assigned a CVSS v3.1 base score of 7.3 (High) with the vector string CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N (GitHub Advisory, Miggo).

Impact

The vulnerability allows attackers to inject arbitrary SQL and bypass access controls. When exploited, attackers can access unauthorized data by manipulating the filter keys in SQL queries. This particularly affects applications that use the checkpoint-sqlite store and build filter arguments using untrusted or user-supplied input (GitHub Advisory).

Mitigation and workarounds

The vulnerability has been fixed in version 2.0.11 of the langgraph-checkpoint-sqlite package. The fix introduces a new function validatefilter_key that validates filter keys to contain only safe characters (alphanumeric, underscores, dots, and hyphens). Users should upgrade to version 2.0.11 or later. For those unable to upgrade immediately, it's recommended to validate/allowlist filter keys before passing them to the store (GitHub Commit).

Additional resources


SourceThis report was generated using AI

Related Python vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-67748HIGH7.1
  • PythonPython
  • fickling
NoYesDec 16, 2025
CVE-2025-67747HIGH7.1
  • PythonPython
  • fickling
NoYesDec 16, 2025
CVE-2025-68113MEDIUM6.5
  • JavaScriptJavaScript
  • altcha-org/altcha
NoYesDec 16, 2025
CVE-2025-67492MEDIUM5.3
  • PythonPython
  • weblate
NoYesDec 16, 2025
CVE-2025-67715MEDIUM4.3
  • PythonPython
  • weblate
NoYesDec 16, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management