CVE-2026-41481 — Server-Side Request Forgery
CVE-2026-41481 — 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 enabl
What This Means For You
- If your environment is affected by CWE-918, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-41481 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
LangChain SSRF via HTMLHeaderTextSplitter URL Fetch - CVE-2026-41481
title: LangChain SSRF via HTMLHeaderTextSplitter URL Fetch - CVE-2026-41481
id: scw-2026-04-24-ai-1
status: experimental
level: high
description: |
Detects potential exploitation of CVE-2026-41481 by identifying requests to the '/split_text_from_url' endpoint within LangChain applications. This endpoint, when vulnerable, allows an attacker to provide a URL that, after redirects, can point to internal or sensitive endpoints, leading to SSRF. This rule specifically targets the vulnerable function's likely entry point.
author: SCW Feed Engine (AI-generated)
date: 2026-04-24
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-41481/
tags:
- attack.lateral_movement
- attack.t1071.001
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/split_text_from_url'
cs-method:
- 'POST'
sc-status:
- '200'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-41481 | vulnerability | CVE-2026-41481 |
| CWE-918 | weakness | CWE-918 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | April 25, 2026 at 00:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.