fix(deps): bump orjson, msgpack, python-multipart for security CVEs - #2644
Merged
Conversation
- orjson>=3.11.6 fixes GHSA-hx9q-6w63-j58v (unbounded JSON recursion) - python-multipart>=0.0.30 fixes GHSA-5rvq-cxj2-64vf (quadratic-time querystring parsing DoS) - msgpack>=1.2.1 (new direct pin) fixes GHSA-6v7p-g79w-8964 (OOB read/crash on Unpacker reuse after a caught error) - wandb capped at <=0.27.1; note that this does not remediate the golang.org/x/crypto CVEs bundled in wandb-core (GHSA-f5wc-c3c7-36mc, GHSA-89gr-r52h-f8rx, GHSA-5cgq-3rg8-m6cv), tracked as a follow-up Signed-off-by: Kajal Jain <kajalj@nvidia.com>
Earlier comment claimed no wandb release through 0.28.2 fixed the bundled golang.org/x/crypto CVEs, based on changelog text. That was inaccurate -- the changelog doesn't document Go dependency bumps. Verified directly from wandb-core's embedded Go build info: 0.27.0 bundles golang.org/x/crypto v0.51.0 (vulnerable), wandb 0.28.1 bundles v0.53.0 (>=0.52.0, fixed). Cap stays at <=0.27.1 per current scope; 0.28.1+ is the known upgrade path for a follow-up. Signed-off-by: Kajal Jain <kajalj@nvidia.com>
kajalj22
marked this pull request as ready for review
August 21, 2026 01:03
Contributor
Author
|
/ok to test b7e4a3c |
kajalj22
enabled auto-merge (squash)
August 21, 2026 01:05
chtruong814
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
orjson>=3.11.6— fixes GHSA-hx9q-6w63-j58v (unbounded JSON recursion, High)python-multipart>=0.0.30— fixes GHSA-5rvq-cxj2-64vf (quadratic-time querystring parsing DoS, High)msgpack>=1.2.1(new direct pin, previously transitive) — fixes GHSA-6v7p-g79w-8964 (OOB read/crash on Unpacker reuse after a caught error, High)wandbcapped at>=0.27.0,<=0.27.1per requestNot fixed by this PR
The 3 Critical
golang.org/x/cryptoCVEs (GHSA-f5wc-c3c7-36mc, GHSA-89gr-r52h-f8rx, GHSA-5cgq-3rg8-m6cv) are bundled in the precompiledwandb-corebinary shipped inside thewandbwheel.Verified directly from wandb-core's embedded Go build info:
wandb==0.27.0bundlesgolang.org/x/crypto v0.51.0(vulnerable),wandb==0.28.1bundlesv0.53.0(>=0.52.0, fixed). Cap stays at<=0.27.1per current scope;0.28.1+is the known upgrade path for a follow-up.Test plan
uv lockregenerated cleanly; diff limited to the 3 targeted packagesorjson(3.12.0) andmsgpack(1.2.1) import correctly in the rebuilt venv🤖 Generated with Claude Code