Lookup for vulnerable packages by Package URL.

Purlpkg:pypi/langsmith@0.0.14
Typepypi
Namespace
Namelangsmith
Version0.0.14
Qualifiers
Subpath
Is_vulnerabletrue
Next_non_vulnerable_version0.7.31
Latest_non_vulnerable_version0.8.0
Affected_by_vulnerabilities
0
url VCID-52gv-vrq8-6fc5
vulnerability_id VCID-52gv-vrq8-6fc5
summary
LangSmith SDK: Streaming token events bypass output redaction
## Summary

The LangSmith SDK's output redaction controls (hideOutputs in JS, hide_outputs in Python) do not apply to streaming token events. When an LLM run produces streaming output, each chunk is recorded as a new_token event containing the raw token value. These events bypass the redaction pipeline entirely — prepareRunCreateOrUpdateInputs (JS) and _hide_run_outputs (Python) only process the inputs and outputs fields on a run, never the events array. As a result, applications relying on output redaction to prevent sensitive LLM output from being stored in LangSmith will still leak the full streamed content via run events.

## Details

**Both JS and Python SDKs are affected.** The same pattern exists in both:

- **JS SDK**: `traceable.ts:997-1003` and `traceable.ts:1044-1050`
- **Python SDK**: `run_helpers.py:1924` and `run_helpers.py:1996`

In both SDKs, `new_token` events with raw `kwargs.token` values are added during streaming, and the redaction pipeline (`hideOutputs` in JS, `hide_outputs` in Python) only processes `inputs`/`outputs` — never `events`.
references
0
reference_url https://api.first.org/data/v1/epss?cve=CVE-2026-41182
reference_id
reference_type
scores
0
value 0.00039
scoring_system epss
scoring_elements 0.12161
published_at 2026-06-06T12:55:00Z
1
value 0.00039
scoring_system epss
scoring_elements 0.1205
published_at 2026-06-08T12:55:00Z
2
value 0.00039
scoring_system epss
scoring_elements 0.12124
published_at 2026-06-07T12:55:00Z
3
value 0.00039
scoring_system epss
scoring_elements 0.12163
published_at 2026-06-05T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2026-41182
1
reference_url https://github.com/langchain-ai/langsmith-sdk
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://github.com/langchain-ai/langsmith-sdk
2
reference_url https://github.com/langchain-ai/langsmith-sdk/security/advisories/GHSA-rr7j-v2q5-chgv
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
2
value MODERATE
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2026-04-23T14:22:03Z/
url https://github.com/langchain-ai/langsmith-sdk/security/advisories/GHSA-rr7j-v2q5-chgv
3
reference_url https://nvd.nist.gov/vuln/detail/CVE-2026-41182
reference_id
reference_type
scores
0
value 5.3
scoring_system cvssv3.1
scoring_elements CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
1
value MODERATE
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2026-41182
4
reference_url https://github.com/advisories/GHSA-rr7j-v2q5-chgv
reference_id GHSA-rr7j-v2q5-chgv
reference_type
scores
0
value MODERATE
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-rr7j-v2q5-chgv
fixed_packages
0
url pkg:pypi/langsmith@0.7.31
purl pkg:pypi/langsmith@0.7.31
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:pypi/langsmith@0.7.31
aliases CVE-2026-41182, GHSA-rr7j-v2q5-chgv
risk_score 3.1
exploitability 0.5
weighted_severity 6.2
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-52gv-vrq8-6fc5
Fixing_vulnerabilities
Risk_score3.1
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:pypi/langsmith@0.0.14