LangChain Experimental vulnerable to arbitrary code execution
Critical severity
GitHub Reviewed
Published
Feb 26, 2024
to the GitHub Advisory Database
•
Updated Aug 6, 2024
Description
Published by the National Vulnerability Database
Feb 26, 2024
Published to the GitHub Advisory Database
Feb 26, 2024
Reviewed
Feb 26, 2024
Last updated
Aug 6, 2024
langchain_experimental (aka LangChain Experimental) before 0.0.52, part of LangChain before 0.1.8, allows an attacker to bypass the CVE-2023-44467 fix and execute arbitrary code via the
__import__
,__subclasses__
,__builtins__
,__globals__
,__getattribute__
,__bases__
,__mro__
, or__base__
attribute in Python code. These are not prohibited bypal_chain/base.py
.References