CVE-2026-28277 PUBLISHED

LangGraph: Unsafe msgpack deserialization in LangGraph checkpoint loading

Assigner: GitHub_M
Reserved: 26.02.2026 Published: 05.03.2026 Updated: 06.03.2026

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.

Metrics

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

Product Status

Vendor langchain-ai
Product langgraph
Versions
  • Version <= 1.0.9 is affected

References

Problem Types

  • CWE-502: Deserialization of Untrusted Data CWE