Home

Description

LangGraph SQLite Checkpoint is an implementation of LangGraph CheckpointSaver that uses SQLite DB (both sync and async, via aiosqlite). In version 1.0.9 and prior, LangGraph checkpointers can load msgpack-encoded checkpoints that reconstruct Python objects during deserialization. If an attacker can modify checkpoint data in the backing store (for example, after a database compromise or other privileged write access to the persistence layer), they can potentially supply a crafted payload that triggers unsafe object reconstruction when the checkpoint is loaded. No known patch is public.

PUBLISHED Reserved 2026-02-26 | Published 2026-03-05 | Updated 2026-03-06 | Assigner GitHub_M




MEDIUM: 6.8CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Problem types

CWE-502: Deserialization of Untrusted Data

Product status

<= 1.0.9
affected

References

github.com/...ggraph/security/advisories/GHSA-g48c-2wqr-h844

cve.org (CVE-2026-28277)

nvd.nist.gov (CVE-2026-28277)

Download JSON