๐Ÿ” CVE Alert

CVE-2026-48776

MEDIUM 4.2

LangGraph SDK has unsafe URL path construction

CVSS Score
4.2
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22 CWE-863
Vendor langchain-ai
Product langchain-ai
Published Jun 16, 2026
Stay Ahead of the Next One

Get instant alerts for langchain-ai langchain-ai

Be the first to know when new medium vulnerabilities affecting langchain-ai langchain-ai are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

langchain-ai / langchain-ai
< 1.2.1
langchain-ai / langchain-sdk
< 0.3.15

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/langchain-ai/langgraph/security/advisories/GHSA-w39p-vh2g-g8g5 github.com: https://github.com/langchain-ai/langgraph/releases/tag/sdk%3D%3D0.3.15