CVE-2026-44843

LangChain is a framework for building agents and LLM-powered applications. Prior to 0.3.85 and 1.3.3, LangChain contains older runtime code paths that deserialize run inputs, run outputs, or other application-controlled payloads using overly broad object allowlists. These paths may call load() with allowed_objects="all". This does not enable arbitrary Python object deserialization, but it does allow any trusted LangChain-serializable object to be revived, which is broader than these runtime paths require. As a result, attacker-supplied LangChain serialized constructor dictionaries may cause trusted runtime paths to instantiate classes with untrusted constructor arguments. This vulnerability is fixed in 0.3.85 and 1.3.3.
References
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:langchain:langchain:*:*:*:*:*:*:*:*
cpe:2.3:a:langchain:langchain:*:*:*:*:*:*:*:*

History

23 Jul 2026, 11:10

Type Values Removed Values Added
Summary
  • (es) LangChain es un framework para construir agentes y aplicaciones impulsadas por LLM. Antes de 0.3.85 y 1.3.3, LangChain contiene rutas de código de tiempo de ejecución más antiguas que deserializan entradas de ejecución, salidas de ejecución u otras cargas útiles controladas por la aplicación utilizando listas de permitidos de objetos excesivamente amplias. Estas rutas pueden llamar a load() con allowed_objects='all'. Esto no habilita la deserialización arbitraria de objetos Python, pero sí permite que cualquier objeto LangChain serializable de confianza sea revivido, lo cual es más amplio de lo que requieren estas rutas de tiempo de ejecución. Como resultado, los diccionarios de constructor serializados de LangChain suministrados por el atacante pueden hacer que las rutas de tiempo de ejecución de confianza instancien clases con argumentos de constructor no confiables. Esta vulnerabilidad está corregida en 0.3.85 y 1.3.3.

29 May 2026, 19:48

Type Values Removed Values Added
First Time Langchain
Langchain langchain
CPE cpe:2.3:a:langchain:langchain:*:*:*:*:*:*:*:*
References () https://github.com/langchain-ai/langchain/security/advisories/GHSA-pjwx-r37v-7724 - () https://github.com/langchain-ai/langchain/security/advisories/GHSA-pjwx-r37v-7724 - Mitigation, Vendor Advisory

26 May 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-26 21:16

Updated : 2026-07-24 11:10


NVD link : CVE-2026-44843

Mitre link : CVE-2026-44843

CVE.ORG link : CVE-2026-44843


JSON object : View

Products Affected

langchain

  • langchain
CWE
CWE-502

Deserialization of Untrusted Data