angChain is a framework for building LLM-powered applications. Prior to 1.1.14, the RecursiveUrlLoader class in @langchain/community is a web crawler that recursively follows links from a starting URL. Its preventOutside option (enabled by default) is intended to restrict crawling to the same site as the base URL. The implementation used String.startsWith() to compare URLs, which does not perform semantic URL validation. An attacker who controls content on a crawled page could include links to domains that share a string prefix with the target, causing the crawler to follow links to attacker-controlled or internal infrastructure. Additionally, the crawler performed no validation against private or reserved IP addresses. A crawled page could include links targeting cloud metadata services, localhost, or RFC 1918 addresses, and the crawler would fetch them without restriction. This vulnerability is fixed in 1.1.14.
19 Feb 2026, 19:25
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:langchain:langchain_community:*:*:*:*:*:node.js:*:* | |
| First Time |
Langchain
Langchain langchain Community |
|
| References | () https://github.com/langchain-ai/langchainjs/commit/d5e3db0d01ab321ec70a875805b2f74aefdadf9d - Patch | |
| References | () https://github.com/langchain-ai/langchainjs/pull/9990 - Issue Tracking, Patch | |
| References | () https://github.com/langchain-ai/langchainjs/releases/tag/%40langchain%2Fcommunity%401.1.14 - Release Notes | |
| References | () https://github.com/langchain-ai/langchainjs/security/advisories/GHSA-gf3v-fwqg-4vh7 - Vendor Advisory |
12 Feb 2026, 15:10
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2026-02-11 22:15
Updated : 2026-02-19 19:25
NVD link : CVE-2026-26019
Mitre link : CVE-2026-26019
CVE.ORG link : CVE-2026-26019
JSON object : View
Server-Side Request Forgery (SSRF)