CVE-2026-40087
Last modified
CVE-2026-40087 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Langchain | Langchain Core | < 0.3.84 |
| Langchain | Langchain Core | >= 1.0.0, < 1.2.28 |
References
- https://github.com/langchain-ai/langchain/pull/36612Issue Tracking, Patch
- https://github.com/langchain-ai/langchain/pull/36613Issue Tracking, Patch
- https://github.com/langchain-ai/langchain/releases/tag/langchain-core%3D%3D0.3.84Product, Release Notes
- https://github.com/langchain-ai/langchain/releases/tag/langchain-core%3D%3D1.2.28Product, Release Notes
- https://github.com/langchain-ai/langchain/security/advisories/GHSA-926x-3r5x-gfhwMitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-40087?
How severe is CVE-2026-40087?
How do I fix CVE-2026-40087?
Are you affected by CVE-2026-40087?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
