Vulnerability Description
LangChain MongoDB provides integrations between MongoDB, Atlas, LangChain, and LangGraph. Prior to langgraph-checkpoint-mongodb 0.3.0 and langgraph-store-mongodb 0.4.0, MongoDBSaver.list(), MongoDBSaver.alist(), and MongoDBStore.search() incorporate filter dictionaries into MongoDB queries without recursively rejecting keys prefixed with $. An authenticated caller who controls a filter argument through HTTP query parameters, request body fields, or agent tool arguments can inject MongoDB Query Language operators such as $regex or $where. In a multi-tenant deployment that uses the filter to enforce per-user or per-tenant isolation, injected operators can bypass intended equality filtering and expose other tenants' checkpoint or store data. Filters constructed entirely from trusted server-side values have lower practical risk. This issue is fixed in langgraph-checkpoint-mongodb 0.3.0 and langgraph-store-mongodb 0.4.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/langchain-ai/langchain-mongodb/commit/14a6cc39e67d23fd409cd13
- https://github.com/langchain-ai/langchain-mongodb/commit/240e7ecee432ea006d9fef6
- https://github.com/langchain-ai/langchain-mongodb/commit/5465e4d3ea0ef5c88a666a6
- https://github.com/langchain-ai/langchain-mongodb/pull/384
- https://github.com/langchain-ai/langchain-mongodb/releases/tag/libs/langgraph-ch
- https://github.com/langchain-ai/langchain-mongodb/releases/tag/libs/langgraph-st
- https://github.com/langchain-ai/langchain-mongodb/security/advisories/GHSA-533j-
FAQ
What is CVE-2026-55253?
CVE-2026-55253 is a vulnerability with a CVSS score of 7.7 (HIGH). LangChain MongoDB provides integrations between MongoDB, Atlas, LangChain, and LangGraph. Prior to langgraph-checkpoint-mongodb 0.3.0 and langgraph-store-mongodb 0.4.0, MongoDBSaver.list(), MongoDBSav...
How severe is CVE-2026-55253?
CVE-2026-55253 has been rated HIGH with a CVSS base score of 7.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55253?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.