5 matches found
EUVD-2021-1877
Malware in sbrugna...
Memory corruption
An issue was discovered in the hashconsing crate before 1.1.0 for Rust. Because HConsed does not have bounds on its Send trait or Sync trait, memory corruption can occur...
Rust 安全漏洞
Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust hashconsing crate before 1.1.0, which stems from a limitation in HConsed's lack of sending or synchronization features, and could be exploited by an attacker to cause a...
CVE-2020-36215
An issue was discovered in the hashconsing crate before 1.1.0 for Rust. Because HConsed does not have bounds on its Send trait or Sync trait, memory corruption can occur...
CVE-2020-36215
The CVE-2020-36215 issue affects the Rust crate hashconsing (pre-1.1.0). HConsed lacks bounds for Send/Sync, allowing non-Sync types (e.g., Cell) to be shared across threads, which can cause memory corruption. Affected versions are hashconsing before 1.1.0. remediation is to upgrade to 1.1.0 or l...