fix(deps): upgrade yamux to v0.13.10 (CVE-2026-32314)#213
Merged
Conversation
Resolves Dependabot alert #4 (GHSA-vxx9-2994-q338). yamux < 0.13.10 can panic when processing a crafted inbound Data frame with SYN set and body length > DEFAULT_CREDIT (262145). The panic is remotely reachable without authentication. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
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
Upgrades
yamuxfrom v0.13.9 to v0.13.10 to resolve Dependabot alert #4 (GHSA-vxx9-2994-q338 / CVE-2026-32314), a high-severity remote panic vulnerability.Changes
Cargo.lock: bumpedyamux0.13.9 → 0.13.10Security Details
yamux < 0.13.10panics when processing a crafted inbound Data frame with SYN set and body length >DEFAULT_CREDIT(262145). The panic is remotely reachable without authentication and can crash the process.yamuxv0.13.10Testing
cargo test)Related Issues
Closes https://github.com/datadog-labs/pup/security/dependabot/4
🤖 Generated with Claude Code