Vulnerability 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Langchain | Langgraph | <= 1.0.9 |
Related Weaknesses (CWE)
References
- https://github.com/langchain-ai/langgraph/security/advisories/GHSA-g48c-2wqr-h84Vendor AdvisoryMitigation
FAQ
What is CVE-2026-28277?
CVE-2026-28277 is a vulnerability with a CVSS score of 6.8 (MEDIUM). 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 msg...
How severe is CVE-2026-28277?
CVE-2026-28277 has been rated MEDIUM with a CVSS base score of 6.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-28277?
Check the references section above for vendor advisories and patch information. Affected products include: Langchain Langgraph.