CVE-2026-26019
LangChain 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.
- Affected products
- Langchain-Community, Langchain
- Langchain Langchain Community
- < 1.1.14
- Fix
- Available
- CVSS 3.1
- 4.1 MEDIUM
- EPSS
- 0.4% (30th percentile)
- Weakness
- CWE-918
- NVD status
- Analyzed
- Published
- 2026-02-11
No indexed exploits for CVE-2026-26019 yet
Our index is partial: it proves presence, never absence
No exploit for CVE-2026-26019 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows — not that no exploit exists.