CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2025-67644

High
Published: Translated: NVD NIST

Summary

LangGraph SQLite Checkpoint to implementacja LangGraph CheckpointSaver, która wykorzystuje bazę danych SQLite. Wersje 3.0.0 i niższe są podatne na atak typu SQL injection poprzez implementację checkpoint, co pozwala atakującym manipulować zapytaniami SQL.

Risk Assessment

Organizacje mogą być narażone na nieautoryzowany dostęp do danych oraz możliwość wykonania niebezpiecznych zapytań SQL, co może prowadzić do utraty danych lub naruszenia bezpieczeństwa aplikacji.

Recommendation

Zaleca się aktualizację do wersji 3.0.1 lub wyższej, aby usunąć tę podatność oraz wprowadzenie walidacji kluczy filtrów metadanych w operacjach wyszukiwania checkpoint.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS