Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-48776
Published:June 16, 2026
Updated:August 04, 2026
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.
Affected Packages
langgraph-sdk (CONDA):
Affected version(s) >=0.1.33 <0.3.15
Fix Suggestion:
Update to version 0.3.15
langgraph-sdk (CONDA):
Affected version(s) >=0.1.33 <0.3.15
Fix Suggestion:
Update to version 0.3.15
https://github.com/langchain-ai/langgraph.git (GITHUB):
Affected version(s) >=sdk==0.1.23 <sdk==0.3.15
Fix Suggestion:
Update to version sdk==0.3.15
langgraph-sdk (PYTHON):
Affected version(s) >=0.1.0 <0.3.15
Fix Suggestion:
Update to version 0.3.15
langgraph-sdk (PYTHON):
Affected version(s) >=0.1.0 <0.3.15
Fix Suggestion:
Update to version 0.3.15
Do you need more information?
Contact Us
CVSS v4
Base Score:
2.3
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
4.2
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Incorrect Authorization
EPSS
Base Score:
0.22