Lucene search
+L

847 matches found

CNNVD
CNNVD
added 2024/04/15 12:00 a.m.10 views

LangChain 路径遍历漏洞

LangChain is built as an application using LLM through composability. LangChain suffers from a path traversal vulnerability that stems from vulnerability to a path traversal attack, which can be exploited by an attacker to read or write a file anywhere on the filesystem, potentially leading to...

8.8CVSS6.8AI score0.01871EPSS
SaveExploits1References4
Veracode
Veracode
added 2024/03/29 10:35 a.m.36 views

XML External Entity (XXE)

langchaincore is vulnerable to XML External Entity XXE. The vulnerability is due to the usage of the etree module from the XML parser within the XMLOutputParser component of LangChain, allowing attackers to inject malicious input into the XMLOutputParser...

5.9CVSS6.8AI score0.0077EPSS
SaveExploits1References3Affected Software2
OSV
OSV
added 2024/03/26 3:30 p.m.33 views

GHSA-Q84M-RMW3-4382 LangChain's XMLOutputParser vulnerable to XML Entity Expansion

The XMLOutputParser in LangChain uses the etree module from the XML parser in the standard python library which has some XML vulnerabilities; see: https://docs.python.org/3/library/xml.html This primarily affects users that combine an LLM or agent with the XMLOutputParser and expose the component...

5.9CVSS5.5AI score0.0077EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2024/03/26 3:30 p.m.54 views

LangChain's XMLOutputParser vulnerable to XML Entity Expansion

The XMLOutputParser in LangChain uses the etree module from the XML parser in the standard python library which has some XML vulnerabilities; see: https://docs.python.org/3/library/xml.html This primarily affects users that combine an LLM or agent with the XMLOutputParser and expose the component...

5.9CVSS6.8AI score0.0077EPSS
SaveExploits1References7Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/26 2:03 p.m.13 views

CVE-2024-1455 Billion Laughs Attack leading to DoS in langchain-ai/langchain

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

5.9CVSS5.7AI score0.0077EPSS
SaveExploits1References2
OSV
OSV
added 2024/03/26 2:03 p.m.22 views

CVE-2024-1455 Billion Laughs Attack leading to DoS in langchain-ai/langchain

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

5.9CVSS6.3AI score
SaveExploits0References4
Cvelist
Cvelist
added 2024/03/26 2:03 p.m.48 views

CVE-2024-1455 Billion Laughs Attack leading to DoS in langchain-ai/langchain

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

5.9CVSS5.9AI score0.0077EPSS
SaveExploits1References2
CVE
CVE
added 2024/03/26 2:03 p.m.115 views

CVE-2024-1455

CVE-2024-1455 concerns a Billion Laughs Attack (XML External Entity) affecting the langchain-ai/langchain repository. Connected sources indicate the vulnerability centers on the XMLOutputParser using the standard Python etree XML parser, enabling an attacker to nest entities in XML to exhaust CPU...

5.9CVSS5.6AI score0.0077EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2024/03/26 12:00 a.m.16 views

LangChain 安全漏洞

LangChain builds applications using LLM through composability. A security vulnerability exists in LangChain that originates from allowing an attacker to generate a malicious payload for the parser via LLM, thereby compromising the availability of the service...

5.9CVSS5.8AI score0.0077EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2024/03/26 12:00 a.m.13 views

PT-2024-18059

Name of the Vulnerable Software and Affected Versions LangChain affected versions not specified Description The issue concerns the XMLOutputParser in LangChain, which utilizes the etree module from the XML parser in the standard Python library. This library has some XML vulnerabilities, making it...

5.9CVSS6.2AI score0.0077EPSS
SaveExploits1References17
Github Security Blog
Github Security Blog
added 2024/03/04 12:30 a.m.61 views

LangChain directory traversal vulnerability

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 loadchain call. This bypasses the intended behavior of loading configurations only from the hwchase17/langchain-hub GitHub repository. The outcome can be disclosure...

8.1CVSS7.9AI score0.0174EPSS
SaveExploits1References8Affected Software2
OSV
OSV
added 2024/03/04 12:30 a.m.62 views

GHSA-H59X-P739-982C LangChain directory traversal vulnerability

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 loadchain call. This bypasses the intended behavior of loading configurations only from the hwchase17/langchain-hub GitHub repository. The outcome can be disclosure...

8.1CVSS7.3AI score0.0174EPSS
SaveExploits1References8
NVD
NVD
added 2024/03/04 12:15 a.m.37 views

CVE-2024-28088

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 loadchain call. This bypasses the intended behavior of loading configurations only from the hwchase17/langchain-hub GitHub repository. The outcome can be disclosure...

8.1CVSS7.3AI score0.0174EPSS
SaveExploits1References3
Prion
Prion
added 2024/03/04 12:15 a.m.31 views

Directory traversal

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 loadchain call. This bypasses the intended behavior of loading configurations only from the hwchase17/langchain-hub GitHub repository. The outcome can be disclosure...

7.5AI score0.0174EPSS
SaveExploits1References3
PyPA
PyPA
added 2024/03/04 12:15 a.m.11 views

PYSEC-2024-43

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 loadchain call. This bypasses the intended behavior of loading configurations only from the hwchase17/langchain-hub GitHub repository. The outcome can be disclosure...

8.1CVSS7.5AI score0.0174EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2024/03/04 12:15 a.m.31 views

PYSEC-2024-45

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 loadchain call. This bypasses the intended behavior of loading configurations only from the hwchase17/langchain-hub GitHub repository. The outcome can be disclosure...

8.1CVSS8AI score0.0174EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/04 12:15 a.m.29 views

PYSEC-2024-43

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 loadchain call. This bypasses the intended behavior of loading configurations only from the hwchase17/langchain-hub GitHub repository. The outcome can be disclosure...

8.1CVSS6.1AI score0.0174EPSS
SaveExploits1References2
PyPA
PyPA
added 2024/03/04 12:15 a.m.6 views

PYSEC-2024-45

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 loadchain call. This bypasses the intended behavior of loading configurations only from the hwchase17/langchain-hub GitHub repository. The outcome can be disclosure...

8.1CVSS7.9AI score0.0174EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2024/03/03 12:00 a.m.43 views

CVE-2024-28088

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 loadchain call. This bypasses the intended behavior of loading configurations only from the hwchase17/langchain-hub GitHub repository. The outcome can be disclosure...

7.6AI score0.0174EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2024/03/03 12:00 a.m.13 views

PT-2024-22256 · Langchain · Langchain

Name of the Vulnerable Software and Affected Versions: LangChain versions 0.1.10 and earlier Description: The issue allows an actor who can control the final part of the path parameter in a load chain call to perform ../ directory traversal. This bypasses the intended behavior of loading...

8.1CVSS8AI score0.0174EPSS
SaveExploits1References17
Rows per page
Query Builder