crates.io package
flatbuffers
pkg:cargo/flatbuffers
Vulnerabilities (2)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2020-35864 | Hig | 7.5 | >= 0.4.0, < 2.0.0 | 2.0.0 | Dec 31, 2020 | 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. | |
| CVE-2019-25004 | Cri | 9.8 | >= 0.4.0, < 0.6.1 | 0.6.1 | Dec 31, 2020 | An issue was discovered in the flatbuffers crate before 0.6.1 for Rust. Arbitrary bytes can be reinterpreted as a bool, defeating soundness. |
- 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.
- 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.