SCA: security update for langgraph-checkpoint-sqlite (GHSA-9rwj-6rc7-p77c)

high Tenable Cloud Security Plugin ID 436334

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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.
(CVE-2025-67644)

See Also

https://github.com/advisories/GHSA-9rwj-6rc7-p77c

Plugin Details

Severity: High

ID: 436334

Version: Revision 1.12

Type: Local

Family: SCA Checks

Published: 12/10/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: High

Score: 7.6

Percentile: 98.47

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5.3

Vector: CVSS2#AV:L/AC:L/Au:S/C:C/I:C/A:C

CVSS Score Source: CVE-2025-67644

CVSS v3

Risk Factor: High

Base Score: 7.8

Temporal Score: 7

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 12/10/2025

Vulnerability Publication Date: 12/10/2025

Reference Information

CVE: CVE-2025-67644

cwe: CWE-89