VYPR

Bytes

by Tokio Rs

Source repositories

CVEs (1)

  • CVE-2026-25541HigFeb 4, 2026
    risk 0.42cvss 7.5epss 0.01

    Bytes is a utility library for working with bytes. From version 1.2.1 to before 1.11.1, Bytes is vulnerable to integer overflow in BytesMut::reserve. In the unique reclaim path of BytesMut::reserve, if the condition "v_capacity >= new_cap + offset" uses an unchecked addition.…