VYPR

crates.io package

flatbuffers

pkg:cargo/flatbuffers

Vulnerabilities (2)

  • CVE-2019-25004Dec 31, 2020
    affected >= 0.4.0, < 0.6.1fixed 0.6.1

    An issue was discovered in the flatbuffers crate before 0.6.1 for Rust. Arbitrary bytes can be reinterpreted as a bool, defeating soundness.

  • CVE-2020-35864Dec 31, 2020
    affected >= 0.4.0, < 2.0.0fixed 2.0.0

    An issue was discovered in the flatbuffers crate through 2020-04-11 for Rust. read_scalar (and read_scalar_at) can transmute values without unsafe blocks.