CVE-2026-48775

LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB (both sync and async, via aiosqlite). In versions 4.1.0 and prior, the JsonPlusSerializer can reconstruct Python objects from JSON checkpoint payloads. Under conditions where someone could modify checkpoint bytes at rest in the backing store, the deserialization path could reconstruct objects beyond what the application expects, which could in turn result in code execution at checkpoint load time. This is a defense-in-depth issue. The affected behavior is reachable only when checkpoint bytes at rest in the backing store can be modified by an unauthorized party. In most deployments that prerequisite already implies a serious incident; the additional concern is turning "checkpoint-store write access" into code execution in the application runtime. This issue has been fixed in version 4.1.1.
Configurations

Configuration 1 (hide)

cpe:2.3:a:langchain:langgraph-checkpoint:*:*:*:*:*:python:*:*

History

24 Jun 2026, 18:53

Type Values Removed Values Added
CPE cpe:2.3:a:langchain:langgraph-checkpoint:*:*:*:*:*:python:*:*
First Time Langchain
Langchain langgraph-checkpoint
References () https://github.com/langchain-ai/langgraph/security/advisories/GHSA-fjqc-hq36-qh5p - () https://github.com/langchain-ai/langgraph/security/advisories/GHSA-fjqc-hq36-qh5p - Vendor Advisory

16 Jun 2026, 19:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-16 19:16

Updated : 2026-06-24 18:53


NVD link : CVE-2026-48775

Mitre link : CVE-2026-48775

CVE.ORG link : CVE-2026-48775


JSON object : View

Products Affected

langchain

  • langgraph-checkpoint
CWE
CWE-502

Deserialization of Untrusted Data

CWE-913

Improper Control of Dynamically-Managed Code Resources