google/flatbuffers
Releases50
Frequency2 months 3 weeks
Last Release
Stars26.3K
FlatBuffers: Memory Efficient Serialization Library
CVE History
| CVE | Affected | Published | CVSS v3 | CVSS v2 |
|---|---|---|---|---|
| >= 0.4.0, <= 1.12.0, >= 0.4.0, < 2.0.0 | 7.5 HIGH | 5 MEDIUM | ||
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. | ||||
| >= 0.4.0, < 0.6.1 | 9.8 CRITICAL | 7.5 HIGH | ||
An issue was discovered in the flatbuffers crate before 0.6.1 for Rust. Arbitrary bytes can be reinterpreted as a bool, defeating soundness. | ||||