CVE-2026-26019
Last modified
CVE-2026-26019 is a medium-severity vulnerability rated 4.1/10 on the CVSS scale. 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. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Langchain | Langchain Community | < 1.1.14 |
References
- https://github.com/langchain-ai/langchainjs/pull/9990Issue Tracking, Patch
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-26019?
How severe is CVE-2026-26019?
How do I fix CVE-2026-26019?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-26013LangChain is a framework for building agents and LLM-powered…3.7
- CVE-2026-26014Pion DTLS is a Go implementation of Datagram Transport Layer…5.9
- CVE-2026-26015DocsGPT is a GPT-powered chat for documentation. From versio…9.8
- CVE-2026-26016Wings is the server control plane for Pterodactyl, a free, o…8.1
- CVE-2026-26017CoreDNS is a DNS server that chains plugins. Prior to versio…6.3
- CVE-2026-26018CoreDNS is a DNS server that chains plugins. Prior to versio…7.5
- CVE-2026-2602The Twentig plugin for WordPress is vulnerable to Stored Cro…6.4
- CVE-2026-26020AutoGPT is a platform that allows users to create, deploy, a…8.8
- CVE-2026-26021set-in provides the set value of nested associative structur…9.8
- CVE-2026-26022Gogs is an open source self-hosted Git service. Prior to ver…5.4
- CVE-2026-26023Dify is an open-source LLM app development platform. Prior t…6.1
- CVE-2026-26024free5GC SMF provides Session Management Function for free5GC…7.5
Are you affected by CVE-2026-26019?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
