Lucene search
K

34 matches found

RustSec
RustSec
added 2021/02/18 12:0 p.m.21 views

`through` and `through_and` causes a double free if the map function panics

through and throughand take a mutable reference as well as a mapping function to change the provided reference. They do this by calling ptr::read on the reference which duplicates ownership and then calling the mapping function. If the mapping function panics, both the original object and the one...

9.8CVSS2.5AI score0.00504EPSS
Exploits1
OSV
OSV
added 2020/12/31 9:15 a.m.17 views

CVE-2020-35916

An issue was discovered in the image crate before 0.23.12 for Rust. A Mutable reference has immutable provenance. In the case of LLVM, the IR may be always correct...

5.5CVSS7.1AI score
Exploits0References1
OSV
OSV
added 2020/12/31 9:15 a.m.2 views

DEBIAN-CVE-2020-35916

An issue was discovered in the image crate before 0.23.12 for Rust. A Mutable reference has immutable provenance. In the case of LLVM, the IR may be always correct...

5.5CVSS5.6AI score0.00054EPSS
Exploits1References1
NVD
NVD
added 2020/12/31 9:15 a.m.11 views

CVE-2020-35916

An issue was discovered in the image crate before 0.23.12 for Rust. A Mutable reference has immutable provenance. In the case of LLVM, the IR may be always correct...

5.5CVSS5.4AI score0.00054EPSS
Exploits1References1
NVD
NVD
added 2020/12/31 9:15 a.m.11 views

CVE-2020-35899

An issue was discovered in the actix-service crate before 1.0.6 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

5.5CVSS5.5AI score0.00054EPSS
Exploits1References1
NVD
NVD
added 2020/12/31 9:15 a.m.12 views

CVE-2020-35898

An issue was discovered in the actix-utils crate before 2.0.0 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

9.1CVSS9.2AI score0.00334EPSS
Exploits1References1
Prion
Prion
added 2020/12/31 9:15 a.m.8 views

Design/Logic Flaw

An issue was discovered in the image crate before 0.23.12 for Rust. A Mutable reference has immutable provenance. In the case of LLVM, the IR may be always correct...

2.1CVSS5.4AI score0.00054EPSS
Exploits1References1Affected Software1
Prion
Prion
added 2020/12/31 9:15 a.m.11 views

Code injection

An issue was discovered in the actix-service crate before 1.0.6 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

2.1CVSS5.4AI score0.00054EPSS
Exploits1References1Affected Software1
Prion
Prion
added 2020/12/31 9:15 a.m.13 views

Code injection

An issue was discovered in the actix-utils crate before 2.0.0 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

6.4CVSS9.1AI score0.00334EPSS
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2020/12/31 8:23 a.m.14 views

CVE-2020-35898

An issue was discovered in the actix-utils crate before 2.0.0 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

9.2AI score0.00334EPSS
Exploits1References1
Cvelist
Cvelist
added 2020/12/31 8:22 a.m.17 views

CVE-2020-35899

An issue was discovered in the actix-service crate before 1.0.6 for Rust. The Cell implementation allows obtaining more than one mutable reference to the same data...

5.4AI score0.00054EPSS
Exploits1References1
Debian CVE
Debian CVE
added 2020/12/31 8:18 a.m.11 views

CVE-2020-35916

An issue was discovered in the image crate before 0.23.12 for Rust. A Mutable reference has immutable provenance. In the case of LLVM, the IR may be always correct...

5.5CVSS5.4AI score0.00054EPSS
Exploits1
Cvelist
Cvelist
added 2020/12/31 8:18 a.m.16 views

CVE-2020-35916

An issue was discovered in the image crate before 0.23.12 for Rust. A Mutable reference has immutable provenance. In the case of LLVM, the IR may be always correct...

5.4AI score0.00054EPSS
Exploits1References1
RustSec
RustSec
added 2020/11/12 12:0 p.m.33 views

Mutable reference with immutable provenance

A mutable reference to a struct was constructed by dereferencing a pointer obtained from slice::asptr. Instead, slice::asmutptr should have been called on the mutable slice argument. The former performs an implicit reborrow as an immutable shared reference which does not allow writing through the...

5.5CVSS2.1AI score0.00054EPSS
Exploits1Affected Software1
Rows per page
Query Builder