Total
25 CVE
| CVE | Vendors | Products | Updated | CVSS v2 | CVSS v3 |
|---|---|---|---|---|---|
| CVE-2024-58340 | 1 Langchain | 1 Langchain | 2026-01-21 | N/A | 7.5 HIGH |
|
LangChain versions up to and including 0.3.1 contain a regular expression denial-of-service (ReDoS) vulnerability in the MRKLOutputParser.parse() method (libs/langchain/langchain/agents/mrkl/output_parser.py). The parser applies a backtracking-prone regular expression when extracting tool actions from model output. An attacker who can supply or influence the parsed text (for example via prompt injection in downstream applications that pass LLM output directly into MRKLOutputParser.parse()) can t ...
Show More |
|||||
| CVE-2024-1455 | 1 Langchain | 1 Langchain | 2025-07-30 | N/A | 5.9 MEDIUM |
|
A vulnerability in the langchain-ai/langchain repository allows for a Billion Laughs Attack, a type of XML External Entity (XXE) exploitation. By nesting multiple layers of entities within an XML document, an attacker can cause the XML parser to consume excessive CPU and memory resources, leading to a denial of service (DoS).
|
|||||
| CVE-2024-5998 | 1 Langchain | 1 Langchain | 2025-07-30 | N/A | 7.8 HIGH |
|
A vulnerability in the FAISS.deserialize_from_bytes function of langchain-ai/langchain allows for pickle deserialization of untrusted data. This can lead to the execution of arbitrary commands via the os.system function. The issue affects the latest version of the product.
|
|||||
| CVE-2024-3571 | 1 Langchain | 1 Langchain | 2025-07-29 | N/A | 8.8 HIGH |
|
langchain-ai/langchain is vulnerable to path traversal due to improper limitation of a pathname to a restricted directory ('Path Traversal') in its LocalFileStore functionality. An attacker can leverage this vulnerability to read or write files anywhere on the filesystem, potentially leading to information disclosure or remote code execution. The issue lies in the handling of file paths in the mset and mget methods, where user-supplied input is not adequately sanitized, allowing directory traver ...
Show More |
|||||
| CVE-2025-2828 | 1 Langchain | 1 Langchain | 2025-07-16 | N/A | 10.0 CRITICAL |
|
A Server-Side Request Forgery (SSRF) vulnerability exists in the RequestsToolkit component of the langchain-community package (specifically, langchain_community.agent_toolkits.openapi.toolkit.RequestsToolkit) in langchain-ai/langchain version 0.0.27. This vulnerability occurs because the toolkit does not enforce restrictions on requests to remote internet addresses, allowing it to also access local addresses. As a result, an attacker could exploit this flaw to perform port scans, access local se ...
Show More |
|||||
| CVE-2024-0243 | 1 Langchain | 1 Langchain | 2025-02-25 | N/A | 8.1 HIGH |
|
With the following crawler configuration:
```python
from bs4 import BeautifulSoup as Soup
url = "https://example.com"
loader = RecursiveUrlLoader(
url=url, max_depth=2, extractor=lambda x: Soup(x, "html.parser").text
)
docs = loader.load()
```
An attacker in control of the contents of `https://example.com` could place a malicious HTML file in there with links like "https://example.completely.different/my_file.html" and the crawler would proceed to download that file as well even though `p ...
Show More |
|||||
| CVE-2023-29374 | 1 Langchain | 1 Langchain | 2025-02-12 | N/A | 9.8 CRITICAL |
|
In LangChain through 0.0.131, the LLMMathChain chain allows prompt injection attacks that can execute arbitrary code via the Python exec method.
|
|||||
| CVE-2024-28088 | 1 Langchain | 1 Langchain | 2025-01-08 | N/A | 8.1 HIGH |
|
LangChain through 0.1.10 allows ../ directory traversal by an actor who is able to control the final part of the path parameter in a load_chain call. This bypasses the intended behavior of loading configurations only from the hwchase17/langchain-hub GitHub repository. The outcome can be disclosure of an API key for a large language model online service, or remote code execution. (A patch is available as of release 0.1.29 of langchain-core.)
|
|||||
| CVE-2023-34541 | 1 Langchain | 1 Langchain | 2024-12-09 | N/A | 9.8 CRITICAL |
|
Langchain 0.0.171 is vulnerable to Arbitrary code execution in load_prompt.
|
|||||
| CVE-2023-36258 | 1 Langchain | 1 Langchain | 2024-11-22 | N/A | 9.8 CRITICAL |
|
An issue in LangChain before 0.0.236 allows an attacker to execute arbitrary code because Python code with os.system, exec, or eval can be used.
|
|||||
| CVE-2024-3095 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 7.7 HIGH |
|
A Server-Side Request Forgery (SSRF) vulnerability exists in the Web Research Retriever component of langchain-ai/langchain version 0.1.5. The vulnerability arises because the Web Research Retriever does not restrict requests to remote internet addresses, allowing it to reach local addresses. This flaw enables attackers to execute port scans, access local services, and in some scenarios, read instance metadata from cloud environments. The vulnerability is particularly concerning as it can be exp ...
Show More |
|||||
| CVE-2024-2965 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 4.7 MEDIUM |
|
A Denial-of-Service (DoS) vulnerability exists in the `SitemapLoader` class of the `langchain-ai/langchain` repository, affecting all versions. The `parse_sitemap` method, responsible for parsing sitemaps and extracting URLs, lacks a mechanism to prevent infinite recursion when a sitemap URL refers to the current sitemap itself. This oversight allows for the possibility of an infinite loop, leading to a crash by exceeding the maximum recursion depth in Python. This vulnerability can be exploited ...
Show More |
|||||
| CVE-2023-46229 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 8.8 HIGH |
|
LangChain before 0.0.317 allows SSRF via document_loaders/recursive_url_loader.py because crawling can proceed from an external server to an internal server.
|
|||||
| CVE-2023-39659 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 9.8 CRITICAL |
|
An issue in langchain langchain-ai v.0.0.232 and before allows a remote attacker to execute arbitrary code via a crafted script to the PythonAstREPLTool._run component.
|
|||||
| CVE-2023-39631 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 9.8 CRITICAL |
|
An issue in LanChain-ai Langchain v.0.0.245 allows a remote attacker to execute arbitrary code via the evaluate function in the numexpr library.
|
|||||
| CVE-2023-38896 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 9.8 CRITICAL |
|
An issue in Harrison Chase langchain v.0.0.194 and before allows a remote attacker to execute arbitrary code via the from_math_prompt and from_colored_object_prompt functions.
|
|||||
| CVE-2023-38860 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 9.8 CRITICAL |
|
An issue in LangChain v.0.0.231 allows a remote attacker to execute arbitrary code via the prompt parameter.
|
|||||
| CVE-2023-36281 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 9.8 CRITICAL |
|
An issue in langchain v.0.0.171 allows a remote attacker to execute arbitrary code via a JSON file to load_prompt. This is related to __subclasses__ or a template.
|
|||||
| CVE-2023-36189 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 7.5 HIGH |
|
SQL injection vulnerability in langchain before v0.0.247 allows a remote attacker to obtain sensitive information via the SQLDatabaseChain component.
|
|||||
| CVE-2023-36188 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 9.8 CRITICAL |
|
An issue in langchain v.0.0.64 allows a remote attacker to execute arbitrary code via the PALChain parameter in the Python exec method.
|
|||||
| CVE-2023-36095 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 9.8 CRITICAL |
|
An issue in Harrison Chase langchain v.0.0.194 allows an attacker to execute arbitrary code via the python exec calls in the PALChain, affected functions include from_math_prompt and from_colored_object_prompt.
|
|||||
| CVE-2023-34540 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 9.8 CRITICAL |
|
Langchain before v0.0.225 was discovered to contain a remote code execution (RCE) vulnerability in the component JiraAPIWrapper (aka the JIRA API wrapper). This vulnerability allows attackers to execute arbitrary code via crafted input. As noted in the "releases/tag" reference, a fix is available.
|
|||||
| CVE-2023-32786 | 1 Langchain | 1 Langchain | 2024-11-21 | N/A | 7.5 HIGH |
|
In Langchain through 0.0.155, prompt injection allows an attacker to force the service to retrieve data from an arbitrary URL, essentially providing SSRF and potentially injecting content into downstream tasks.
|
|||||
| CVE-2024-8309 | 1 Langchain | 1 Langchain | 2024-11-01 | N/A | 9.8 CRITICAL |
|
A vulnerability in the GraphCypherQAChain class of langchain-ai/langchain version 0.2.5 allows for SQL injection through prompt injection. This vulnerability can lead to unauthorized data manipulation, data exfiltration, denial of service (DoS) by deleting all data, breaches in multi-tenant security environments, and data integrity issues. Attackers can create, update, or delete nodes and relationships without proper authorization, extract sensitive data, disrupt services, access data across dif ...
Show More |
|||||
| CVE-2024-7042 | 1 Langchain | 1 Langchain | 2024-10-31 | N/A | 9.8 CRITICAL |
|
A vulnerability in the GraphCypherQAChain class of langchain-ai/langchainjs versions 0.2.5 and all versions with this class allows for prompt injection, leading to SQL injection. This vulnerability permits unauthorized data manipulation, data exfiltration, denial of service (DoS) by deleting all data, breaches in multi-tenant security environments, and data integrity issues. Attackers can create, update, or delete nodes and relationships without proper authorization, extract sensitive data, disr ...
Show More |
|||||