VYPR

Yamux

by Ipld

Source repositories

CVEs (2)

  • CVE-2026-32314HigMar 16, 2026
    risk 0.42cvss 7.5epss 0.00

    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-31814HigMar 13, 2026
    risk 0.42cvss 7.5epss 0.00

    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…