Lucene search
+L

3839 matches found

Cvelist
Cvelist
added 2021/01/22 9:07 a.m.37 views

CVE-2020-36203

An issue was discovered in the reffers crate through 2020-12-01 for Rust. ARefss can contain a !Send,!Sync object, leading to a data race and memory corruption...

4.7AI score0.00242EPSS
SaveExploits1References1
CVE
CVE
added 2021/01/22 9:07 a.m.67 views

CVE-2020-36203

The CVE-2020-36203 issue concerns the reffers crate for Rust, where ARefss can contain a !Send and/or !Sync object, enabling a data race and memory corruption. The root cause is unsafely allowing Send/Sync traits to be assumed for ARefss, permitting insertion of non-Send/Sync objects via ARefss::...

4.7CVSS4.6AI score0.00242EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:07 a.m.51 views

CVE-2020-36204

An issue was discovered in the im crate through 2020-11-09 for Rust. Because TreeFocus does not have bounds on its Send trait or Sync trait, a data race can occur...

4.7AI score0.00332EPSS
SaveExploits1References1
CVE
CVE
added 2021/01/22 9:07 a.m.63 views

CVE-2020-36205

The CVE-2020-36205 entry concerns the Rust xcb crate (through 2020-12-10). The flaw is in base::Error which does not maintain soundness; a public ptr field enables use-after-free or double-free scenarios. Affected component: xcb crate in Rust. Root cause: misuse of a public pointer field in base:...

5.5CVSS5.4AI score0.00401EPSS
SaveExploits1References1Affected Software1
Debian CVE
Debian CVE
added 2021/01/22 9:07 a.m.58 views

CVE-2020-36205

An issue was discovered in the xcb crate through 2020-12-10 for Rust. base::Error does not have soundness. Because of the public ptr field, a use-after-free or double-free can occur...

5.5CVSS5.4AI score0.00401EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/01/22 9:07 a.m.39 views

CVE-2020-36205

An issue was discovered in the xcb crate through 2020-12-10 for Rust. base::Error does not have soundness. Because of the public ptr field, a use-after-free or double-free can occur...

5.5AI score0.00401EPSS
SaveExploits1References1
CVE
CVE
added 2021/01/22 9:06 a.m.63 views

CVE-2020-36206

CVE-2020-36206 involves the Rust crate rusb prior to 0.7.0, where the lack of Send and Sync bounds on the UsbContext can enable a data race and memory corruption. The issue is documented across multiple sources (NVD entry and related advisories) and is specifically attributed to not requiring Sen...

7CVSS6.9AI score0.00285EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:06 a.m.28 views

CVE-2020-36206

An issue was discovered in the rusb crate before 0.7.0 for Rust. Because of a lack of Send and Sync bounds, a data race and memory corruption can occur...

7AI score0.00285EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2021/01/22 9:06 a.m.33 views

CVE-2020-36207

An issue was discovered in the aovec crate through 2020-12-10 for Rust. Because Aovec does not have bounds on its Send trait or Sync trait, a data race and memory corruption can occur...

7AI score0.00285EPSS
SaveExploits0References1
CVE
CVE
added 2021/01/22 9:06 a.m.62 views

CVE-2020-36207

CVE-2020-36207 affects the Rust crate name‑sake “aovec” (Aovec). The root cause is that Aovec does not impose bounds on its Send/Sync traits, which can enable data races and memory corruption when values are used across threads. The vulnerability is documented in multiple sources (e.g., RustSec a...

7CVSS7AI score0.00285EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2021/01/22 9:06 a.m.52 views

CVE-2020-36209

CVE-2020-36209 concerns the late-static crate (pre-0.4.0) for Rust. The issue arises because Sync is implemented for LateStatic with T: Send, enabling a data race on a type that is Send but not Sync (e.g., Cell). This can lead to memory corruption or undefined behavior as described in multiple so...

7CVSS6.7AI score0.00357EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:06 a.m.35 views

CVE-2020-36209

An issue was discovered in the late-static crate before 0.4.0 for Rust. Because Sync is implemented for LateStatic with T: Send, a data race can occur...

6.8AI score0.00357EPSS
SaveExploits1References1
CVE
CVE
added 2021/01/22 9:05 a.m.60 views

CVE-2020-36210

The CVE-2020-36210 entry corresponds to a concrete issue in the Rust crate autorand prior to version 0.2.3. The vulnerability arises because of how impl Random is implemented for arrays: on panic, uninitialized memory could be dropped, potentially causing memory corruption. Public advisories (e.g...

7.8CVSS7.5AI score0.00426EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:05 a.m.32 views

CVE-2020-36210

An issue was discovered in the autorand crate before 0.2.3 for Rust. Because of impl Random on arrays, uninitialized memory can be dropped when a panic occurs, leading to memory corruption...

7.5AI score0.00426EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2021/01/22 9:05 a.m.33 views

CVE-2020-36211

An issue was discovered in the gfwx crate before 0.3.0 for Rust. Because ImageChunkMut does not have bounds on its Send trait or Sync trait, a data race and memory corruption can occur...

7AI score0.00344EPSS
SaveExploits1References1
CVE
CVE
added 2021/01/22 9:05 a.m.66 views

CVE-2020-36211

CVE-2020-36211 affects the Rust gfwx crate (pre-0.3.0). The issue is that ImageChunkMut does not have bounds on its Send or Sync traits, allowing data races and memory corruption. Remediation documented in RUSTSEC-2020-0104 and related advisories shows the fix: add T: Send to the Send implementat...

7CVSS6.9AI score0.00344EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2021/01/22 9:05 a.m.67 views

CVE-2020-36212

CVE-2020-36212 affects the Rust abi_stable crate (pre-0.9.1). The vulnerability arises from DrainFilter not being sound due to a double drop, leading to potential unsoundness in the crate. The CVE is documented across multiple data sources (NVD, Red Hat, OSV, GHSA) with consistent description; re...

7.5CVSS7.3AI score0.01413EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/01/22 9:05 a.m.40 views

CVE-2020-36212

An issue was discovered in the abistable crate before 0.9.1 for Rust. DrainFilter lacks soundness because of a double drop...

7.5AI score0.01413EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2021/01/22 9:05 a.m.24 views

CVE-2020-36213

An issue was discovered in the abistable crate before 0.9.1 for Rust. A retain call can create an invalid UTF-8 string, violating soundness...

7.5AI score0.01358EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2021/01/22 9:04 a.m.33 views

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...

7.7AI score0.0136EPSS
SaveExploits1References1
Rows per page
Query Builder