Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2025-67644

Опубликовано: 11 дек. 2025
Источник: nvd
CVSS3: 7.3
EPSS Низкий

Описание

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.

EPSS

Процентиль: 4%
0.0002
Низкий

7.3 High

CVSS3

Дефекты

CWE-89

Связанные уязвимости

CVSS3: 7.3
github
около 2 месяцев назад

LangGraph's SQLite is vulnerable to SQL injection via metadata filter key in SQLite checkpointer list method

EPSS

Процентиль: 4%
0.0002
Низкий

7.3 High

CVSS3

Дефекты

CWE-89