CVE-2020-36441 – abox
Package
Manager: cargo
Name: abox
Vulnerable Version: >=0 <0.4.1
Severity
Level: High
CVSS v3.1: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS v4.0: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
EPSS: 0.00336 pctl0.55788
Details
Data race in abox Affected versions of this crate implements `Send`/`Sync` for `AtomicBox<T>` without requiring `T: Send`/`T: Sync`. This allows to create data races to `T: !Sync` and send `T: !Send` to another thread. Such behavior breaks the compile-time thread safety guarantees of Rust, and allows users to incur undefined behavior using safe Rust (e.g. memory corruption from data race). The flaw was corrected in commit `34c2b9e` by adding trait bound `T: Send` to `Send` impl for `AtomicBox<T>` and trait bound `T: Sync` to `Sync` impl for `AtomicBox<T>`.
Metadata
Created: 2021-08-25T20:59:06Z
Modified: 2023-06-13T22:20:26Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-r626-fc64-3q28/GHSA-r626-fc64-3q28.json
CWE IDs: ["CWE-119", "CWE-362"]
Alternative ID: GHSA-r626-fc64-3q28
Finding: F124
Auto approve: 1