Skip to content
LangChainGHSA-h9j7-5xvc-qhg5

langchain Server-Side Request Forgery vulnerability

Low3.7CVE-2024-0243 · Published Feb 26, 2024 · updated Jul 7, 2026

GitHub advisory

Affected versions

PackageAffectedFixed in
langchain
PyPI
< 0.1.00.1.0
Details and references

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 `prevent_outside=True`. https://github.com/langchain-ai/langchain/blob/bf0b3cc0b5ade1fb95a5b1b6fa260e99064c2e22/libs/community/langchain_community/document_loaders/recursive_url_loader.py#L51-L51 Resolved in https://github.com/langchain-ai/langchain/pull/15559

CVSS 3.0
CVSS:3.0/AV:L/AC:H/PR:H/UI:R/S:C/C:L/I:L/A:N
Severity from
GitHub (reviewed advisory)
Weakness
CWE-918
Also known as
CVE-2024-0243, PYSEC-2024-235, PYSEC-2026-1509

More LangChain advisories

All LangChain
DateAdvisory
Feb 262024LangChain Experimental vulnerable to arbitrary code execution
CVE-2024-27444Critical9.8fixed in 0.0.52
Mar 12024A vulnerability was found in LangChain langchain_community 0.0.26. It has been classified as critical. Affected is the function load_local in the library libs/community/langchain_community/retrievers/tfidf.py of the component TFIDFRetriever. The manipulation leads to server-side request forgery. It
CVE-2024-2057Critical9.8no fix yet
Mar 42024LangChain directory traversal vulnerability
CVE-2024-28088Lowfixed in 0.0.339, 0.1.30
Mar 262024LangChain's XMLOutputParser vulnerable to XML Entity Expansion
CVE-2024-1455Medium5.9fixed in 0.1.35
Apr 162024langchain vulnerable to path traversal
CVE-2024-3571Medium6.5fixed in 0.0.353
Jun 62024Denial of service in langchain-community
CVE-2024-2965Medium4.2fixed in 0.2.5

Critical advisories by email

Wednesdays: the week’s critical and high advisories in the AI and data stack, with the fixed versions. Only in weeks that have some.

Double opt-in. Unsubscribe any time.