CVE-2025-2828: SSRF Vulnerability in RequestsToolkit in langchain-ai/langchain
A Server-Side Request Forgery (SSRF) vulnerability exists in the RequestsToolkit component of the langchain-community package (specifically, langchaincommunity.agenttoolkits.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 services, retrieve instance metadata from cloud environments (e.g., Azure, AWS), and interact with servers on the local network. This issue has been fixed in version 0.0.28.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2025-2828?
CVE-2025-2828 is considered a critical severity vulnerability due to its potential for causing unauthorized actions on the server.
How do I fix CVE-2025-2828?
To fix CVE-2025-2828, update the langchain-ai/langchain package to version 0.0.28 or later.
What type of vulnerability is CVE-2025-2828?
CVE-2025-2828 is classified as a Server-Side Request Forgery (SSRF) vulnerability.
Which version of langchain is affected by CVE-2025-2828?
CVE-2025-2828 affects langchain version 0.0.27 and earlier.
What component is vulnerable in CVE-2025-2828?
The vulnerability in CVE-2025-2828 is found in the RequestsToolkit component of the langchain-community package.