
Cloud Vulnerability DB
A community-led vulnerabilities database
In LangChain through version 0.0.131, the LLMMathChain chain contains a critical security vulnerability that allows prompt injection attacks capable of executing arbitrary code via the Python exec method (NVD, GitHub Issue). The vulnerability was discovered and disclosed in early 2023, affecting all versions of LangChain up to and including 0.0.131.
The vulnerability exists in the LLMMathChain component which uses Python's exec() function to evaluate mathematical expressions. This implementation allows attackers to inject malicious Python code that gets executed by the exec() function. The vulnerability has been assigned a CVSS v3.1 base score of 9.8 CRITICAL with vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H (NVD).
The vulnerability allows attackers to execute arbitrary code on the system running LangChain. This can lead to unauthorized access to sensitive information, as demonstrated by proof-of-concept exploits that could extract API keys and environment variables. The high severity rating indicates potential for complete system compromise (GitHub Issue).
The issue was addressed by replacing the unsafe exec() function with safer alternatives. Initially, a patch was proposed to use eval() instead of exec() (GitHub PR), but ultimately the solution implemented was to use the numexpr library for mathematical expression evaluation, which provides better security against code injection attacks.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."