
Cloud Vulnerability DB
A community-led vulnerabilities database
An issue was discovered in the abox crate before version 0.4.1 for Rust. The vulnerability (CVE-2020-36441) involves the implementation of Send and Sync traits for AtomicBox
The vulnerability stems from the incorrect implementation of Send and Sync traits for AtomicBox
This vulnerability breaks Rust's compile-time thread safety guarantees and allows users to trigger undefined behavior using safe Rust code. The potential impacts include memory corruption from data races and the ability to send thread-unsafe types across thread boundaries (RUSTSEC Advisory).
The vulnerability was fixed in version 0.4.1 of the abox crate. The fix was implemented in commit 34c2b9e by adding the necessary trait bounds - T: Send for the Send implementation and T: Sync for the Sync implementation of AtomicBox (RUSTSEC Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."