Lucene search
+L

40 matches found

CNVD
CNVD
added 2021/09/23 12:00 a.m.76 views

Mozilla Rust Memory Corruption Vulnerability (CNVD-2021-85283)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. playXE/cgc for Mozilla Rust suffers from a memory corruption vulnerability that can be exploited by attackers to cause data contention...

5.9CVSS4.4AI score0.00978EPSS
SaveExploits1References1
OSV
OSV
added 2021/08/25 8:56 p.m.27 views

GHSA-PWHF-7427-9VV2 Non-atomic writes in cgc

Multiple soundness issues in Ptr in cgc 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...

5.9CVSS5.5AI score0.00978EPSS
SaveExploits3References5
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.34 views

Multiple soundness issues in cgc

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.8AI score0.00978EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:56 p.m.32 views

Data races in cgc

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr implements Send and Sync for all types...

5.9CVSS5.8AI score0.00978EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:56 p.m.22 views

GHSA-F9XR-3M55-5Q2V Data races in cgc

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr implements Send and Sync for all types...

5.9CVSS5.5AI score0.00978EPSS
SaveExploits3References4
CNVD
CNVD
added 2021/08/10 12:00 a.m.96 views

Mozilla Rust Denial of Service Vulnerability (CNVD-2021-61400)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. playXE/cgc for Mozilla Rust suffers from a denial-of-service vulnerability that can be exploited by attackers to cause data contention...

5.9CVSS4.5AI score0.00978EPSS
SaveExploits1References1
NVD
NVD
added 2021/08/08 6:15 a.m.30 views

CVE-2020-36468

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr::write performs non-atomic write operations on an underlying pointer...

5.9CVSS0.00978EPSS
SaveExploits1References2
OSV
OSV
added 2021/08/08 6:15 a.m.15 views

CVE-2020-36467

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr::get returns more than one mutable reference to the same object...

5.9CVSS6.2AI score0.00978EPSS
SaveExploits3References2
NVD
NVD
added 2021/08/08 6:15 a.m.30 views

CVE-2020-36467

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr::get returns more than one mutable reference to the same object...

5.9CVSS0.00978EPSS
SaveExploits1References2
OSV
OSV
added 2021/08/08 6:15 a.m.11 views

CVE-2020-36468

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr::write performs non-atomic write operations on an underlying pointer...

5.9CVSS6.2AI score0.00978EPSS
SaveExploits3References2
NVD
NVD
added 2021/08/08 6:15 a.m.30 views

CVE-2020-36466

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr implements Send and Sync for all types...

5.9CVSS0.00978EPSS
SaveExploits1References2
Prion
Prion
added 2021/08/08 6:15 a.m.17 views

Design/Logic Flaw

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr::get returns more than one mutable reference to the same object...

4.3CVSS5.7AI score0.00978EPSS
SaveExploits1References2Affected Software1
Prion
Prion
added 2021/08/08 6:15 a.m.17 views

Null pointer dereference

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr::write performs non-atomic write operations on an underlying pointer...

4.3CVSS5.7AI score0.00978EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:12 a.m.37 views

CVE-2020-36466

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr implements Send and Sync for all types...

5.7AI score0.00978EPSS
SaveExploits1References2
CVE
CVE
added 2021/08/08 5:12 a.m.135 views

CVE-2020-36466

CVE-2020-36466 affects the Rust crate cgc (Ptr type) with multiple soundness issues. The Ptr type implements Send and Sync for all types, enabling potential data races by sending non-thread-safe data across threads. In addition, Ptr::get violates mutable aliasing rules by returning multiple mutab...

5.9CVSS5.6AI score0.00978EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/08 5:12 a.m.41 views

CVE-2020-36467

An issue was discovered in the cgc crate through 2020-12-10 for Rust. Ptr::get returns more than one mutable reference to the same object...

5.7AI score0.00978EPSS
SaveExploits1References2
CVE
CVE
added 2021/08/08 5:12 a.m.141 views

CVE-2020-36467

The CVE-2020-36467 entry concerns the Rust crate cgc . The root cause is that Ptr::get returns multiple mutable references to the same object, violating alias rules. Multiple connected sources describe this issue and note potential data races when the crate is used across threads. The records ref...

5.9CVSS5.5AI score0.00978EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/08/08 5:12 a.m.115 views

CVE-2020-36468

The CVE-2020-36468 entry concerns the Rust crate cgc . The vulnerability is centered on the function Ptr::write , which performs non-atomic writes to the underlying pointer. Several connected records (e.g., RH:CVE-2020-36468, NVD entry, OSV advisories) describe this as a potential data race when ...

5.9CVSS5.6AI score0.00978EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2021/08/08 12:00 a.m.13 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. playXE/cgc for Mozilla Rust suffers from a denial-of-service vulnerability that can be exploited by attackers to cause data contention...

5.9CVSS5.6AI score0.00978EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2021/08/08 12:00 a.m.14 views

Rust 安全漏洞

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. playXE/cgc for Mozilla Rust suffers from a memory corruption vulnerability that can be exploited by attackers to cause data contention...

5.9CVSS5.7AI score0.00978EPSS
SaveExploits1References2
Rows per page
Query Builder