VYPR

crates.io package

yamux

pkg:cargo/yamux

Vulnerabilities (3)

  • CVE-2026-32314Mar 13, 2026
    affected < 0.13.10fixed 0.13.10

    Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. Prior to 0.13.10, 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

  • CVE-2026-31814Mar 13, 2026
    affected >= 0.13.0, < 0.13.9fixed 0.13.9

    Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. From 0.13.0 to before 0.13.9, a specially crafted WindowUpdate can cause arithmetic overflow in send-window accounting, which triggers a panic in the connection state machine. This is remotely reacha

  • CVE-2024-32984HigMay 1, 2024
    affected >= 0.13.0, < 0.13.2fixed 0.13.2

    Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. The Rust implementation of the Yamux stream multiplexer uses a vector for pending frames. This vector is not bounded in length. Every time the Yamux protocol requires sending of a new frame, this fra