VYPR

Rust Yamux

by Sigp

Source repositories

CVEs (1)

  • CVE-2024-32984HigMay 1, 2024
    risk 0.42cvss 7.5epss 0.01

    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…