Home

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.

PUBLISHED Reserved 2026-04-09 | Published 2026-04-09 | Updated 2026-04-14 | Assigner GitHub_M




MEDIUM: 5.3CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Problem types

CWE-1336: Improper Neutralization of Special Elements Used in a Template Engine

Product status

< 0.3.83
affected

>= 1.0.0a1, < 1.2.28
affected

References

github.com/...gchain/security/advisories/GHSA-926x-3r5x-gfhw

github.com/langchain-ai/langchain/pull/36612

github.com/langchain-ai/langchain/pull/36613

github.com/...ommit/6bab0ba3c12328008ddca3e0d54ff5a6151cd27b

github.com/...ommit/af2ed47c6f008cdd551f3c0d87db3774c8dfe258

github.com/.../langchain/releases/tag/langchain-core==0.3.84

github.com/.../langchain/releases/tag/langchain-core==1.2.28

cve.org (CVE-2026-40087)

nvd.nist.gov (CVE-2026-40087)

Download JSON