CVE-2026-41481
Last modified
CVE-2026-41481 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. LangChain is a framework for building agents and LLM-powered applications. Prior to langchain-text-splitters 1.1.2, HTMLHeaderTextSplitter.split_text_from_url() validated the initial URL using validate_safe_url() but then performed the fetch with requests.get() with redirects enabled (the default). EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
LangChain is a framework for building agents and LLM-powered applications. Prior to langchain-text-splitters 1.1.2, HTMLHeaderTextSplitter.split_text_from_url() validated the initial URL using validate_safe_url() but then performed the fetch with requests.get() with redirects enabled (the default). Because redirect targets were not revalidated, a URL pointing to an attacker-controlled server could redirect to internal, localhost, or cloud metadata endpoints, bypassing SSRF protections. The response body is parsed and returned as Document objects to the calling application code. Whether this constitutes a data exfiltration path depends on the application: if it exposes Document contents (or derivatives) back to the requester who supplied the URL, sensitive data from internal endpoints could be leaked. Applications that store or process Documents internally without returning raw content to the requester are not directly exposed to data exfiltration through this issue. This vulnerability is fixed in 1.1.2.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Langchain | Langchain-Text-Splitters | < 1.1.2 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-41481?
How severe is CVE-2026-41481?
How do I fix CVE-2026-41481?
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-41475BACnet Stack is a BACnet open source protocol stack C librar…9.1
- CVE-2026-41476Deskflow is a keyboard and mouse sharing app. Prior to 1.26…8.8
- CVE-2026-41477Deskflow is a keyboard and mouse sharing app. In 1.20.0, 1.…7.8
- CVE-2026-41478Saltcorn is an extensible, open source, no-code database app…9.9
- CVE-2026-41479Authlib is a Python library which builds OAuth and OpenID Co…5.4
- CVE-2026-4148A use-after-free vulnerability can be triggered in sharded c…8.8
- CVE-2026-41482Frappe is a full-stack web application framework. Prior to 1…7.1
- CVE-2026-41483OpenTelemetry.Resources.Azure is the .NET resource detector …5.9
- CVE-2026-41484OpenTelemetry.Exporter.OneCollector is a .NET exporter that …5.9
- CVE-2026-41485Kyverno is a policy engine designed for cloud native platfor…7.7
- CVE-2026-41486Ray is an AI compute engine. From version 2.54.0 to before v…8.8
- CVE-2026-41487Langfuse is an open source large language model engineering …5.4
Are you affected by CVE-2026-41481?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
