CVE-2026-48776 Details
Description
LangGraph Python SDK is used to connect to running LangGraph API servers, manage assistants, threads and stream runs from Python applications. Versions 0.3.14 and prior have unsafe URL path construction through unsanitized caller-supplied identifier values used in HTTP request paths for resource operations. Without sanitization of those values, identifiers that contain characters with special meaning in URL paths could cause the resulting request to address a different resource (and potentially a different resource type) than the SDK method's call site indicates. In deployments where the SDK receives identifier values that originate from untrusted sources, this could result in unintended access, modification, or deletion of resources beyond the calling user's authorization scope. This issue is most consequential in deployments that forward end-user-supplied values directly into SDK identifier parameters without first validating them against an expected format (such as a UUID), and rely on URL-prefix-based authorization at an upstream layer (reverse proxy, edge gateway, WAF), where the authorization decision is made on the SDK call's intended path rather than on the final delivered request path. The issue has been fixed in version 0.3.15.
A vulnerability exists in the LangGraph Python SDK in versions through 0.3.14, allowing for unsafe URL path construction. This issue arises from unsanitized, caller-supplied identifier values used in HTTP request paths for resource operations. In scenarios where the SDK receives identifier values from untrusted sources, this could lead to unintended access, modification, or deletion of resources beyond the user's authorized scope. The vulnerability is particularly critical in deployments that forward end-user-supplied values directly into SDK identifier parameters without proper validation, and rely on URL-prefix-based authorization at an upstream layer, where the authorization decision is based on the intended path rather than the final delivered request path.
Users should upgrade to LangGraph SDK version 0.3.15 or later, which fixes the vulnerability by applying path-segment encoding to identifier values before they are added to request URL templates. This ensures that characters with special meaning in URL paths are transmitted as encoded byte sequences, directing requests to the correct resources. Additionally, it is recommended to validate identifier values at the point where untrusted input is received, before passing them to SDK methods. For deployments with URL-prefix-based authorization upstream, consider shifting authorization to the LangGraph server layer or on validated request paths.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/langchain-ai/langgraph/releases/tag/sdk%3D%3D0.3.15 | [email protected] | Release Notes |
| https://github.com/langchain-ai/langgraph/security/advisories/GHSA-w39p-vh2g-g8g5 | [email protected] | Vendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
| CWE-863 | Incorrect Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| langchain langgraph-sdk | < 0.3.15 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 26, 2026 | Initial Analysis | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 17, 2026 | New CVE Received | [email protected] |