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.
References
| Link | Resource |
|---|---|
| https://github.com/langchain-ai/langgraph/releases/tag/sdk%3D%3D0.3.15 | Release Notes |
| https://github.com/langchain-ai/langgraph/security/advisories/GHSA-w39p-vh2g-g8g5 | Vendor Advisory |
Configurations
History
26 Jun 2026, 15:26
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/langchain-ai/langgraph/releases/tag/sdk%3D%3D0.3.15 - Release Notes | |
| References | () https://github.com/langchain-ai/langgraph/security/advisories/GHSA-w39p-vh2g-g8g5 - Vendor Advisory | |
| First Time |
Langchain
Langchain langgraph-sdk |
|
| CPE | cpe:2.3:a:langchain:langgraph-sdk:*:*:*:*:*:python:*:* |
17 Jun 2026, 16:30
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-17 10:55
Updated : 2026-06-26 15:26
NVD link : CVE-2026-48776
Mitre link : CVE-2026-48776
CVE.ORG link : CVE-2026-48776
JSON object : View
Products Affected
langchain
- langgraph-sdk
