Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-40087

Опубликовано: 09 апр. 2026
Источник: nvd
CVSS3: 5.3
EPSS Низкий

Описание

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 i

Уязвимые конфигурации

Конфигурация 1

Одно из

cpe:2.3:a:langchain:langchain_core:*:*:*:*:*:python:*:*
Версия до 0.3.84 (исключая)
cpe:2.3:a:langchain:langchain_core:*:*:*:*:*:python:*:*
Версия от 1.0.0 (включая) до 1.2.28 (исключая)

EPSS

Процентиль: 18%
0.00262
Низкий

5.3 Medium

CVSS3

Дефекты

CWE-1336

Связанные уязвимости

CVSS3: 5.3
redhat
4 месяца назад

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 fixe...

CVSS3: 5.3
github
4 месяца назад

LangChain has incomplete f-string validation in prompt templates

EPSS

Процентиль: 18%
0.00262
Низкий

5.3 Medium

CVSS3

Дефекты

CWE-1336