Lucene search
+L

354 matches found

Prion
Prion
added 2020/12/31 9:15 a.m.22 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.00374EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2020/12/31 9:15 a.m.25 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.0141EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2020/12/31 9:15 a.m.9 views

UBUNTU-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.5CVSS6AI score0.00384EPSS
SaveExploits1References4
Prion
Prion
added 2020/12/31 9:15 a.m.14 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.00384EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2020/12/31 8:23 a.m.40 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.0141EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2020/12/31 8:22 a.m.43 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.00374EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2020/12/31 8:18 a.m.41 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.00384EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2020/12/31 8:18 a.m.65 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.00384EPSS
SaveExploits1
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.12 views

Rust Resource Management Error Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust actix-utils crate before 2.0.0, which stems from a Cell implementation that allows obtaining multiple mutable references to the same data...

9.1CVSS5.8AI score0.0141EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.13 views

Rust Resource Management Error Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in actix-service crate before 1.0.6 for Rust, where the Cell implementation allows obtaining multiple mutable references to the same data...

5.5CVSS5.8AI score0.00374EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.11 views

Rust Resource Management Error Vulnerability

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust image crate before 0.23.12, which stems from mutable references having immutable origins. In the case of LLVM, the IR may always be correct...

5.5CVSS5.8AI score0.00384EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.10 views

Rust rocket crate 竞争条件问题漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A contention condition issue vulnerability exists in rocket crate in versions of Mozilla Rust prior to 0.4.5, which stems from LocalRequest::clone creating multiple mutable references to the same object, which c...

8.1CVSS5.8AI score0.00957EPSS
SaveExploits1References2
OSV
OSV
added 2020/12/17 12:0 p.m.36 views

RUSTSEC-2020-0150 RingBuffer can create multiple mutable references and cause data races

The RingBuffer type retrieves mutable references from the DataProvider in a non-atomic manner, potentially allowing the creation of multiple mutable references. RingBuffer also implements the Send and Sync traits for all types T. This allows undefined behavior from the aliased mutable references ...

5.9CVSS5.7AI score0.00978EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/12/17 12:0 p.m.19 views

RingBuffer can create multiple mutable references and cause data races

The RingBuffer type retrieves mutable references from the DataProvider in a non-atomic manner, potentially allowing the creation of multiple mutable references. RingBuffer also implements the Send and Sync traits for all types T. This allows undefined behavior from the aliased mutable references ...

5.9CVSS3.3AI score0.00978EPSS
SaveExploits1Affected Software1
OSV
OSV
added 2020/12/10 12:0 p.m.21 views

RUSTSEC-2020-0148 Multiple soundness issues in `Ptr`

Affected versions of this crate have the following issues: 1. Ptr implements Send and Sync for all types, this can lead to data races by sending non-thread safe types across threads. 2. Ptr::get violates mutable alias rules by returning multiple mutable references to the same object. 3. Ptr::writ...

5.9CVSS5.5AI score0.00978EPSS
SaveExploits3References3
RustSec
RustSec
added 2020/12/10 12:0 p.m.19 views

Multiple soundness issues in `Ptr`

Affected versions of this crate have the following issues: 1. Ptr implements Send and Sync for all types, this can lead to data races by sending non-thread safe types across threads. 2. Ptr::get violates mutable alias rules by returning multiple mutable references to the same object. 3. Ptr::writ...

5.9CVSS2AI score0.00978EPSS
SaveExploits2
OSV
OSV
added 2020/11/12 12:0 p.m.43 views

RUSTSEC-2020-0073 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.5CVSS5.3AI score0.00384EPSS
SaveExploits1References3
RustSec
RustSec
added 2020/11/12 12:0 p.m.41 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.00384EPSS
SaveExploits1Affected Software1
RustSec
RustSec
added 2020/05/27 12:0 p.m.209 views

`LocalRequest::clone` creates multiple mutable references to the same object

The affected version of rocket contains a Clone trait implementation of LocalRequest that reuses the pointer to inner Request object. This causes data race in rare combinations of APIs if the original and the cloned objects are modified at the same time...

8.1CVSS4.1AI score0.00957EPSS
SaveExploits1Affected Software1
Veracode
Veracode
added 2020/04/10 12:35 a.m.27 views

Information Disclosure

openjdk is vulnerable to information disclosure. Several potential information leaks were found in various mutable static variables. These could be exploited in application scenarios that execute untrusted scripting code...

7.8CVSS2.2AI score0.02318EPSS
SaveExploits0References24Affected Software1
Rows per page
Query Builder