An issue was discovered in the abox crate before 0.4.1 for Rust. It implements Send and Sync for AtomicBox<T> with no requirement for T: Send and T: Sync.
References
Link | Resource |
---|---|
https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/abox/RUSTSEC-2020-0121.md | Third Party Advisory |
https://rustsec.org/advisories/RUSTSEC-2020-0121.html | Third Party Advisory |
Configurations
History
No history.
Information
Published : 2021-08-08 06:15
Updated : 2022-06-28 14:11
NVD link : CVE-2020-36441
Mitre link : CVE-2020-36441
CVE.ORG link : CVE-2020-36441
JSON object : View
Products Affected
abox_project
- abox
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')