Lucene search
K

6 matches found

Github Security Blog
Github Security Blog
added 2022/06/16 11:59 p.m.21 views

Parser creates invalid uninitialized value

Affected versions of this crate called mem::uninitialized in the HTTP1 parser to create values of type httparse::Header from the httparse crate. This is unsound, since Header contains references and thus must be non-null. The flaw was corrected by avoiding the use of mem::uninitialized, using...

2AI score
Exploits0References3Affected Software1
RustSec
RustSec
added 2022/05/10 12:0 p.m.12 views

Parser creates invalid uninitialized value

Affected versions of this crate called mem::uninitialized in the HTTP1 parser to create values of type httparse::Header from the httparse crate. This is unsound, since Header contains references and thus must be non-null. The flaw was corrected by avoiding the use of mem::uninitialized, using...

2AI score
Exploits0Affected Software1
OSV
OSV
added 2022/01/06 10:20 p.m.29 views

GHSA-55M5-WHCV-C49C Use of Uninitialized Resource in smallvec

Affected versions of this crate called mem::uninitialized to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null and thus may not remain uninitialized. The flaw was corrected by avoiding the use of mem::uninitialized, using MaybeUninit...

7.5CVSS7.3AI score0.00231EPSS
Exploits1References7
Github Security Blog
Github Security Blog
added 2021/08/25 9:0 p.m.12 views

smallvec creates uninitialized value of any type

Affected versions of this crate called mem::uninitialized to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null and thus may not remain uninitialized. The flaw was corrected by avoiding the use of mem::uninitialized, using MaybeUninit...

3.8AI score
Exploits0References4Affected Software1
OSV
OSV
added 2020/06/23 12:0 p.m.9 views

RUSTSEC-2020-0026 linked-hash-map creates uninitialized NonNull pointer

Affected versions of this crate called mem::uninitialized to create a NonNull, which is undefined behavior. The flaw was corrected by avoiding the use of mem::uninitialized...

9.8CVSS9.3AI score0.00595EPSS
Exploits1References3
RustSec
RustSec
added 2018/09/25 12:0 p.m.13 views

smallvec creates uninitialized value of any type

Affected versions of this crate called mem::uninitialized to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null and thus may not remain uninitialized. The flaw was corrected by avoiding the use of mem::uninitialized, using MaybeUninit...

7.5CVSS3.8AI score0.00231EPSS
Exploits1Affected Software1
Rows per page
Query Builder