Katalog CVE

CVE-2026-41481

ŚrednieCVSS 6.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.26%

Percentyl 17 - wyżej niż 17% wszystkich znanych CVE

Streszczenie

W bibliotece LangChain przed wersją 1.1.2 wykryto podatność SSRF w funkcji HTMLHeaderTextSplitter.split_text_from_url(). Mimo walidacji początkowego URL, przekierowania nie były sprawdzane, co pozwala atakującemu na dostęp do wewnętrznych zasobów sieciowych.

Ocena ryzyka

Ryzyko polega na możliwości wycieku danych z wewnętrznych serwerów, chmury lub localhosta, jeśli aplikacja zwraca przetworzone dokumenty użytkownikowi. Organizacje mogą stracić poufne informacje.

Rekomendacja

Należy natychmiast zaktualizować bibliotekę langchain-text-splitters do wersji 1.1.2 lub nowszej. Dodatkowo warto rozważyć wyłączenie przekierowań w żądaniach HTTP lub dodanie własnej walidacji przekierowań.

Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS