Vulnerability Description
LangChain is a framework for building agents and LLM-powered applications. Prior to 0.3.84 and 1.2.28, LangChain's f-string prompt-template validation was incomplete in two respects. First, some prompt template classes accepted f-string templates and formatted them without enforcing the same attribute-access validation as PromptTemplate. In particular, DictPromptTemplate and ImagePromptTemplate could accept templates containing attribute access or indexing expressions and subsequently evaluate those expressions during formatting. Second, f-string validation based on parsed top-level field names did not reject nested replacement fields inside format specifiers. In this pattern, the nested replacement field appears in the format specifier rather than in the top-level field name. As a result, earlier validation based on parsed field names did not reject the template even though Python formatting would still attempt to resolve the nested expression at runtime. This vulnerability is fixed in 0.3.84 and 1.2.28.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Langchain | Langchain Core | < 0.3.84 |
Related Weaknesses (CWE)
References
- https://github.com/langchain-ai/langchain/commit/6bab0ba3c12328008ddca3e0d54ff5aPatch
- https://github.com/langchain-ai/langchain/commit/af2ed47c6f008cdd551f3c0d87db377Patch
- https://github.com/langchain-ai/langchain/pull/36612Issue TrackingPatch
- https://github.com/langchain-ai/langchain/pull/36613Issue TrackingPatch
- https://github.com/langchain-ai/langchain/releases/tag/langchain-core%3D%3D0.3.8ProductRelease Notes
- https://github.com/langchain-ai/langchain/releases/tag/langchain-core%3D%3D1.2.2ProductRelease Notes
- https://github.com/langchain-ai/langchain/security/advisories/GHSA-926x-3r5x-gfhMitigationVendor Advisory
FAQ
What is CVE-2026-40087?
CVE-2026-40087 is a vulnerability with a CVSS score of 5.3 (MEDIUM). LangChain is a framework for building agents and LLM-powered applications. Prior to 0.3.84 and 1.2.28, LangChain's f-string prompt-template validation was incomplete in two respects. First, some promp...
How severe is CVE-2026-40087?
CVE-2026-40087 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-40087?
Check the references section above for vendor advisories and patch information. Affected products include: Langchain Langchain Core.