Server-Side Request Forgery in langchain-community.retrievers.web_research.WebResearchRetriever
Medium4.8CVE-2024-3095 · Published Jun 6, 2024 · updated Jul 7, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| langchain-community PyPI | < 0.2.9 | 0.2.9 |
Details and references
A Server-Side Request Forgery (SSRF) vulnerability exists in the Web Research Retriever component in langchain-community (langchain-community.retrievers.web_research.WebResearchRetriever). 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 exploited to abuse the Web Explorer server as a proxy for web attacks on third parties and interact with servers in the local network, including reading their response data. This could potentially lead to arbitrary code execution, depending on the nature of the local services. The vulnerability is limited to GET requests, as POST requests are not possible, but the impact on confidentiality, integrity, and availability is significant due to the potential for stolen credentials and state-changing interactions with internal APIs. The patched code: * Requires users to opt-in * Suggests using a proxy to prevent requests to local addresses
- CVSS 3.0
- CVSS:3.0/AV:P/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-918
- Also known as
- CVE-2024-3095, PYSEC-2026-1516
- nvd.nist.gov/vuln/detail/CVE-2024-3095
- github.com/langchain-ai/langchain/pull/24451
- github.com/langchain-ai/langchain/commit/604dfe2d99246b0c09f047c604f0c63eafba31e7
- github.com/langchain-ai/langchain
- github.com/langchain-ai/langchain/releases/tag/langchain-community%3D%3D0.2.9
- huntr.com/bounties/e62d4895-2901-405b-9559-38276b6a5273
More LangChain advisories
All LangChain| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jun 62024 | Denial of service in langchain-community CVE-2024-2965Medium4.2fixed in 0.2.5 | Medium4.2 | 0.2.5 |
| Jun 162024 | langchain_experimental Code Execution via Python REPL access CVE-2024-38459High7.8fixed in 0.0.61 | High7.8 | 0.0.61 |
| Jul 152024 | langchain-experimental vulnerable to Arbitrary Code Execution CVE-2024-21513Critical8.5fixed in 0.0.21 | Critical8.5 | 0.0.21 |
| Apr 162024 | langchain vulnerable to path traversal CVE-2024-3571Medium6.5fixed in 0.0.353 | Medium6.5 | 0.0.353 |
| Mar 262024 | LangChain's XMLOutputParser vulnerable to XML Entity Expansion CVE-2024-1455Medium5.9fixed in 0.1.35 | Medium5.9 | 0.1.35 |
| Mar 42024 | LangChain directory traversal vulnerability CVE-2024-28088Lowfixed in 0.0.339, 0.1.30 | Low | 0.0.339, 0.1.30 |