216.73.217.139

CVE-2026-40087

· Published 09/04/2026 20:16 · Modified 09/04/2026 20:16

Labels: CVE-2026-40087 2026-04-09CVE-2026-40087CWE-1336[email protected]

Essential information

Published
09/04/2026 20:16
Modified
09/04/2026 20:16
Author
Creator
CVSS
5.3 MEDIUM (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

CVSS metrics

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.

NVD status

Status
Received — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
langchain / langchain cpe:2.3:a:langchain:langchain:<0.3.84:*:*:*:*:*:*:*
langchain / langchain cpe:2.3:a:langchain:langchain:<1.2.28:*:*:*:*:*:*:*

References