Lucene search
K

4 matches found

Github Security Blog
Github Security Blog
added 2023/07/19 10:9 p.m.12 views

impl `FromMdbValue` for bool is unsound

The implementation of FromMdbValue has several unsoundness issues. First of all, it allows to reinterpret arbitrary bytes as a bool and could make undefined behavior happen with safe function. Secondly, it allows transmuting pointer without taking memory layout into consideration. The details of...

6.9AI score
Exploits0References3Affected Software1
OSV
OSV
added 2020/12/31 10:15 a.m.1 views

CVE-2019-25004

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

9.8CVSS5.8AI score0.00166EPSS
Exploits1References1
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.1 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in flatbuffers crate in versions of Mozilla Rust prior to 0.6.1, which stems from the fact that an arbitrary byte can be reinterpreted as a bool.No details of the vulnerability ar...

9.8CVSS5.9AI score0.00166EPSS
Exploits1References1
OSV
OSV
added 2019/10/20 12:0 p.m.16 views

RUSTSEC-2019-0028 Unsound `impl Follow for bool`

The implementation of impl Follow for bool allows to reinterpret arbitrary bytes as a bool. In Rust bool has stringent requirements for its in-memory representation. Use of this function allows to violate these requirements and invoke undefined behaviour in safe code...

9.8CVSS9.5AI score0.00166EPSS
Exploits1References3
Rows per page
Query Builder