Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. yamux
  4. ›
  5. CVE-2026-32314

CVE-2026-32314: Yamux vulnerable to remote Panic via malformed Data frame with SYN set and len = 262145

March 13, 2026

The Rust implementation of Yamux can panic when processing a crafted inbound Data frame that sets SYN and uses a body length greater than DEFAULT_CREDIT (e.g. 262145). On the first packet of a new inbound stream, stream state is created and a receiver is queued before oversized-body validation completes. When validation fails, the temporary stream is dropped and cleanup may call remove(…).expect(“stream not found”), triggering a panic in the connection state machine. This is remotely reachable over a normal Yamux session and does not require authentication. kind of vulnerability is it? Who is

References

  • github.com/advisories/GHSA-vxx9-2994-q338
  • github.com/libp2p/rust-yamux
  • github.com/libp2p/rust-yamux/security/advisories/GHSA-vxx9-2994-q338
  • nvd.nist.gov/vuln/detail/CVE-2026-32314

Code Behaviors & Features

Detect and mitigate CVE-2026-32314 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.13.10

Fixed versions

  • 0.13.10

Solution

Upgrade to version 0.13.10 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-617: Reachable Assertion

Source file

cargo/yamux/CVE-2026-32314.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 14 Mar 2026 12:16:50 +0000.