VYPR

crates.io package

bytes

pkg:cargo/bytes

Vulnerabilities (1)

  • CVE-2026-25541Feb 4, 2026
    affected >= 1.2.1, < 1.11.1fixed 1.11.1

    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. Whe