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.
Published: 2026-04-24
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SSRF redirect bypass that can expose internal data
Action: Immediate Patch
AI Analysis

Impact

The vulnerability resides in the HTMLHeaderTextSplitter.split_text_from_url method, which validates the original URL but then follows HTTP redirects without revalidation. An attacker who can supply a URL can direct the library to redirect to an internal or localhost address. If the application returns the resulting Document object to the requester, sensitive data from internal services could be exfiltrated. If the application simply stores or processes the Document internally without exposing its contents, the risk is limited to a typical SSRF scenario. The weakness is a Server‑Side Request Forgery flaw identified as CWE‑918.

Affected Systems

This issue affects installations of langchain-text-splitters older than version 1.1.2 on any platform where the application can invoke split_text_from_url. The fix is included in release 1.1.2. Users of langchain-text-splitters before that version are vulnerable.

Risk and Exploitability

The CVSS score of 6.5 indicates a moderate severity. The EPSS score of less than 1 % suggests a very low probability of exploitation at this time. The vulnerability is not listed in CISA’s KEV catalog. Exploitation requires the attacker to provide a URL to the vulnerable function, which then performs a redirection to an internal service. The undefined nature of the application’s handling of returned Documents affects the overall impact; if the contents are exposed to the user, the damage could be significant, otherwise only SSRF occurs.

Generated by OpenCVE AI on April 28, 2026 at 05:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade langchain-text-splitters to version 1.1.2 or later.
  • If an upgrade is not immediately possible, modify the library or application code to disable automatic redirects or to revalidate any redirect targets before fetching.
  • Enforce network segmentation or firewall rules that block outbound connections to internal or localhost addresses from the process that calls split_text_from_url.

Generated by OpenCVE AI on April 28, 2026 at 05:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-fv5p-p927-qmxr LangChain Text Splitters: HTMLHeaderTextSplitter.split_text_from_url SSRF Redirect Bypass
History

Tue, 28 Apr 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Langchain
Langchain langchain-text-splitters
CPEs cpe:2.3:a:langchain:langchain-text-splitters:*:*:*:*:*:*:*:*
Vendors & Products Langchain
Langchain langchain-text-splitters

Tue, 28 Apr 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Tue, 28 Apr 2026 09:45:00 +0000

Type Values Removed Values Added
First Time appeared Langchain-ai
Langchain-ai langchain-text-splitters
Vendors & Products Langchain-ai
Langchain-ai langchain-text-splitters

Sat, 25 Apr 2026 02:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 24 Apr 2026 21:15:00 +0000

Type Values Removed Values Added
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.
Title LangChain: HTMLHeaderTextSplitter.split_text_from_url SSRF Redirect Bypass
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N'}


Subscriptions

Langchain Langchain-text-splitters
Langchain-ai Langchain-text-splitters
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-25T01:54:16.304Z

Reserved: 2026-04-20T16:14:19.006Z

Link: CVE-2026-41481

cve-icon Vulnrichment

Updated: 2026-04-25T01:54:12.851Z

cve-icon NVD

Status : Analyzed

Published: 2026-04-24T21:16:19.490

Modified: 2026-04-28T15:43:13.700

Link: CVE-2026-41481

cve-icon Redhat

Severity : Important

Publid Date: 2026-04-24T20:54:27Z

Links: CVE-2026-41481 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-28T09:17:43Z

Weaknesses