LangsmithApplication · Langchain

CVE-2026-25750

HIGH · 8.1 CVSS v3.1 Published 2026-03-04
Fix available
A fix is available. Upgrade to 0.12.71 or later.
See remediation →
88/100
Remediation priority · High
Remotely reachable No privileges

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Langchain Helm Charts are Helm charts for deploying Langchain applications on Kubernetes. Prior to langchain-ai/helm version 0.12.71, a URL parameter injection vulnerability existed in LangSmith Studio that could allow unauthorized access to user accounts through stolen authentication tokens. The vulnerability affected both LangSmith Cloud and self-hosted deployments. Authenticated LangSmith users who clicked on a specially crafted malicious link would have their bearer token, user ID, and workspace ID transmitted to an attacker-controlled server. With this stolen token, an attacker could impersonate the victim and access any LangSmith resources or perform any actions the user was authorized to perform within their workspace. The attack required social engineering (phishing, malicious links in emails or chat applications) to convince users to click the crafted URL. The stolen tokens expired after 5 minutes, though repeated attacks against the same user were possible if they could be convinced to click malicious links multiple times. The fix in version 0.12.71 implements validation requiring user-defined allowed origins for the baseUrl parameter, preventing tokens from being sent to unauthorized servers. No known workarounds are available. Self-hosted customers must upgrade to the patched version.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

This is a URL parameter injection vulnerability in LangSmith Studio (part of Langchain Helm Charts) affecting versions prior to 0.12.71. Attackers can craft malicious URLs containing attacker-controlled baseUrl parameters that, when clicked by authenticated users, cause the browser to transmit the user's bearer token, user ID, and workspace ID to the attacker's server. The fix in version 0.12.71 adds validation requiring user-defined allowed origins for the baseUrl parameter, preventing token exfiltration to unauthorized domains.

MitigationUpgrade langchain-ai/helm charts to version 0.12.71 or later and configure user-defined allowed origins for the baseUrl parameter to prevent token theft via malicious links.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
LangsmithApplication
Affected:< 0.12.71

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Verify LangSmith Helm chart version
    Run 'helm list -n <namespace>' or check your deployed Helm release version for langchain-ai/langsmith
    Affected if The installed Helm chart version is less than 0.12.71
  2. Check LangSmith image version
    Inspect the deployed pods or container images running LangSmith Studio and note the version tag
    Affected if The running LangSmith image version is less than 0.12.71
  3. Inspect baseUrl origin validation configuration
    Review Helm values.yaml or environment variables for user-defined allowed origins configuration related to the baseUrl parameter
    Affected if No user-defined allowed origins are configured or baseUrl accepts arbitrary origins

You are affected if your LangSmith version is below 0.12.71 OR if you are on 0.12.71+ but have not configured user-defined allowed origins for the baseUrl parameter.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 0.12.71 or later
Fixed in 0.12.71
Interim mitigation

Upgrade langchain-ai/helm charts to version 0.12.71 or later and configure user-defined allowed origins for the baseUrl parameter to prevent token theft via malicious links.

Recommended fix High confidence

langchain-ai/helm version 0.12.71

  1. Upgrade the Langchain Helm chart to version 0.12.71 or later by updating the Helm repository and running 'helm upgrade'
  2. After upgrading, configure user-defined allowed origins for the baseUrl parameter in the LangSmith deployment configuration to prevent tokens from being sent to unauthorized servers

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Langsmith Scoped from the published advisory
  • Consultation3.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
12.0 hours of engineering $2,130
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,408.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-25750 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-25750 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data