CVE-2026-45134
Awaiting Analysis
Awaiting Analysis - Queue
Insecure Prompt Deserialization in LangSmith SDK
Publication date: 2026-05-27
Last updated on: 2026-05-29
Assigner: GitHub, Inc.
Description
Description
LangSmith Client SDKs provide SDK's for interacting with the LangSmith platform. Prior to LangSmith SDK Python 0.8.0 and JS/TS 0.6.0, the LangSmith SDK's prompt pull methods (pull_prompt / pull_prompt_commit in Python, pullPrompt / pullPromptCommit in JS/TS) fetch and deserialize prompt manifests from the LangSmith Hub. These manifests may contain serialized LangChain objects and model configuration that affect runtime behavior. When pulling a public prompt by owner/name identifier, the manifest content is controlled by an external party, but prior versions of the SDK did not distinguish this from pulling a prompt within the caller's own organization. This vulnerability is fixed in LangSmith SDK Python 0.8.0 and JS/TS 0.6.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| langsmith | langsmith_sdk_python | 0.8.0 |
| langsmith | langsmith_sdk_js_ts | 0.6.0 |
| langsmith | langsmith_sdk_python | to 0.8.0 (exc) |
| langsmith | langsmith_sdk_js_ts | to 0.6.0 (exc) |
| langsmith | langsmith_sdk | 0.8.0 |
| langsmith | langsmith_sdk | 0.6.0 |
| langsmith | langsmith_sdk | From 0.6.0 (inc) to 0.8.0 (exc) |
| langsmith | langsmith_sdk | From 0.8.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-502 | The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid. |