CVE-2026-27794
Last modified
CVE-2026-27794 is a medium-severity vulnerability rated 6.6/10 on the CVSS scale. LangGraph Checkpoint defines the base interface for LangGraph checkpointers. Prior to version 4.0.0, a Remote Code Execution vulnerability exists in LangGraph's caching layer when applications enable cache backends that inherit from `BaseCache` and opt nodes into caching via `CachePolicy`. EPSS estimates a 0.70% chance of exploitation in the next 30 days.
Description
LangGraph Checkpoint defines the base interface for LangGraph checkpointers. Prior to version 4.0.0, a Remote Code Execution vulnerability exists in LangGraph's caching layer when applications enable cache backends that inherit from `BaseCache` and opt nodes into caching via `CachePolicy`. Prior to `langgraph-checkpoint` 4.0.0, `BaseCache` defaults to `JsonPlusSerializer(pickle_fallback=True)`. When msgpack serialization fails, cached values can be deserialized via `pickle.loads(...)`. Caching is not enabled by default. Applications are affected only when the application explicitly enables a cache backend (for example by passing `cache=...` to `StateGraph.compile(...)` or otherwise configuring a `BaseCache` implementation), one or more nodes opt into caching via `CachePolicy`, and the attacker can write to the cache backend (for example a network-accessible Redis instance with weak/no auth, shared cache infrastructure reachable by other tenants/services, or a writable SQLite cache file). An attacker must be able to write attacker-controlled bytes into the cache backend such that the LangGraph process later reads and deserializes them. This typically requires write access to a networked cache (for example a network-accessible Redis instance with weak/no auth or shared cache infrastructure reachable by other tenants/services) or write access to local cache storage (for example a writable SQLite cache file via permissive file permissions or a shared writable volume). Because exploitation requires write access to the cache storage layer, this is a post-compromise / post-access escalation vector. LangGraph Checkpoint 4.0.0 patches the issue.
Metrics
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-27794?
How severe is CVE-2026-27794?
How do I fix CVE-2026-27794?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-27787Cross-site scripting vulnerability exists in MATCHA SNS 1.3.…5.4
- CVE-2026-27788Incorrect permission assignment for critical resource issue …8.5
- CVE-2026-2779Incorrect boundary conditions in the Networking: JAR compone…9.8
- CVE-2026-27790Uncaught Exception (CWE-248) in the T20 Readers allows an au…2.7
- CVE-2026-27792Seerr is an open-source media request and discovery manager …5.4
- CVE-2026-27793Seerr is an open-source media request and discovery manager …6.5
- CVE-2026-27795LangChain is a framework for building LLM-powered applicatio…7.4
- CVE-2026-27796Homarr is an open-source dashboard. Prior to version 1.54.0,…7.5
- CVE-2026-27797Homarr is an open-source dashboard. Prior to version 1.54.0,…5.3
- CVE-2026-27798ImageMagick is free and open-source software used for editin…7.1
- CVE-2026-27799ImageMagick is free and open-source software used for editin…4.4
- CVE-2026-2780Privilege escalation in the Netmonitor component. This vulne…9.8
Are you affected by CVE-2026-27794?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
