Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-27795

4.1 · MEDIUM
Published Feb 25, 2026 langchain CWE-918

Overview

CVE-2026-27795 is a medium-severity vulnerability affecting langchain langchain_community. It was published on February 25, 2026 and has a CVSS 3.1 base score of 4.1 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.1, rated MEDIUM. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

Technical Description

LangChain is a framework for building LLM-powered applications. Prior to version 1.1.8, a redirect-based Server-Side Request Forgery (SSRF) bypass exists in `RecursiveUrlLoader` in `@langchain/community`. The loader validates the initial URL but allows the underlying fetch to follow redirects automatically, which permits a transition from a safe public URL to an internal or metadata endpoint without revalidation. This is a bypass of the SSRF protections introduced in 1.1.14 (CVE-2026-26019). Users should upgrade to `@langchain/community` 1.1.18, which validates every redirect hop by disabling automatic redirects and re-validating `Location` targets before following them. In this version, automatic redirects are disabled (`redirect: "manual"`), each 3xx `Location` is resolved and validated with `validateSafeUrl()` before the next request, and a maximum redirect limit prevents infinite loops.

Remediation

Check the references section for vendor advisories and patches from langchain. Update langchain_community to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
langchain langchain_community >= 0, < 1.1.18 Affected

Frequently Asked Questions

What is CVE-2026-27795?

CVE-2026-27795 is a medium-severity vulnerability affecting langchain langchain_community. It was published on February 25, 2026 and has a CVSS 3.1 base score of 4.1 (MEDIUM).

How severe is CVE-2026-27795?

This vulnerability has a CVSS 3.1 base score of 4.1, rated MEDIUM. It can be exploited remotely over the network. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-27795?

Check the references section for vendor advisories and patches from langchain. Update langchain_community to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-27795?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-27795 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.

Browse by year 2026