CVE-2026-59152
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedLangSmith Client SDKs provide SDK's for interacting with the LangSmith platform. Prior to 0.8.18, an attacker who can send an HTTP request to a server running the LangSmith SDK's TracingMiddleware can cause that server to read an arbitrary file from its local filesystem and upload the contents to LangSmith as a trace attachment. Depending on how the distributed trace system is deployed, triggering a read may not require authentication. Retrieving the contents requires read access to the LangSmith workspace the traces are sent to. The net effect is a trust-boundary crossing: a party with workspace trace-read access (for example a low-privilege workspace member, a contractor, or a compromised teammate account) gains the ability to read files from any server running TracingMiddleware, a capability outside that workspace's intended trust boundary. This vulnerability is fixed in 0.8.18.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceIn LangSmith Client SDKs prior to 0.8.18, the TracingMiddleware contains a file read vulnerability allowing an attacker with workspace trace-read access to send crafted HTTP requests that cause the server to read arbitrary local files and upload them to LangSmith as trace attachments. This represents a trust-boundary crossing where a low-privilege workspace member can access files from servers running the middleware.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify the installed LangSmith Client SDK versionRun 'pip show langsmith' or check your package manager for the installed langsmith package versionAffected if The version listed is lower than 0.8.18
-
Locate TracingMiddleware configurationSearch your codebase and configuration files for 'TracingMiddleware' or trace middleware setup code that initializes LangSmith clientAffected if TracingMiddleware is actively configured or imported in your application
-
Verify trace data processing from workspace usersReview whether your LangSmith workspace accepts trace data from users who have trace-read access but are not trusted administratorsAffected if Low-privilege workspace members can submit trace data to your LangSmith workspace
-
Check for sensitive file exposureInspect recent LangSmith trace attachments in your workspace for any unexpected files that were uploaded as trace artifactsAffected if Any trace attachment contains files from your server filesystem that were not intentionally uploaded
Your environment is affected if you run a LangSmith Client SDK version below 0.8.18 with TracingMiddleware enabled and your workspace allows trace submissions from users with limited access.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade LangSmith Client SDKs to version 0.8.18 or later. Additionally, audit which servers run TracingMiddleware and review access controls on LangSmith workspaces.
0.8.18
- Identify all servers and applications running LangSmith Client SDK with TracingMiddleware enabled
- Check the current installed version of the LangSmith Client SDK (e.g., pip show langsmith or package.json dependency)
- Upgrade the LangSmith Client SDK to version 0.8.18 or later using your package manager (e.g., pip install langsmith>=0.8.18 or npm install langsmith@latest)
- After upgrading, verify the new version is correctly installed
- Restart any services running TracingMiddleware to ensure the updated SDK is loaded
- Test that the application functions normally with the updated SDK
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing1.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,456.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-59152 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-59152 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data