security: bump msgpack floor to 1.2.1 (GHSA-6v7p-g79w-8964)#197
Merged
Conversation
GHSA-6v7p-g79w-8964 (HIGH, published 2026-06-19): msgpack's Unpacker can perform an out-of-bounds read / SEGV if reused after a caught error. msgpack is the default L2 serializer and deserializes bytes read back from the cache backend, so a poisoned backend could crash the client. Fixed in 1.2.1. Resolved at source via a direct dependency floor bump, per security-fast.yml's no-suppressions policy -- no constraint-dependencies entry needed. uv.lock churn is msgpack's platform wheel-hash list only; no other package drifted.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
WalkthroughThe minimum required version of the Changesmsgpack Dependency Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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.
What
Bumps the
msgpackfloor>=1.1.2→>=1.2.1to clear GHSA-6v7p-g79w-8964 (HIGH, published 2026-06-19 21:42 UTC).Why
msgpackis the default L2 serializer and deserializes bytes read back from the cache backend. The advisory:Unpackercan perform an out-of-bounds read / SEGV if reused after a caught error — so a poisoned/malformed cache payload could crash the client. Fixed upstream in msgpack 1.2.1.This is not specific to any open feature branch — the advisory landed ~1.5h before nightly/PR CI ran and turned
pip-auditred on every branch incl. main. This PR unblocks all of them.How
security-fast.yml's no-suppressions policy. Noconstraint-dependenciesentry needed (that mechanism is for transitive deps only).uv.lockchurn is msgpack's platform wheel-hash list only — no other package drifted (verified: zeroname =lines changed, single version line1.1.2→1.2.1).Verification
uv run pip-audit→ No known vulnerabilities found (was: 1)StandardSerializerroundtrip smoke clean under msgpack 1.2.1Summary by CodeRabbit