GHSA-3hxh-7jxm-59x4
Dashboard / Vulnerabilities / GHSA-3hxh-7jxm-59x4
GHSA-3hxh-7jxm-59x4
Summary: AtomicBucket<T> unconditionally implements Send/Sync
Details: In the affected versions of the crate, `AtomicBucket<T>` unconditionally implements `Send`/`Sync` traits. Therefore, users can create a data race to the inner `T: !Sync` by using the `AtomicBucket::data_with()` API. Such data races can potentially cause memory corruption or other undefined behavior. The flaw was fixed in commit 8e6daab by adding appropriate Send/Sync bounds to the Send/Sync impl of struct `Block<T>` (which is a data type contained inside `AtomicBucket<T>`).
References: https://github.com/metrics-rs/metrics/issues/190, https://github.com/metrics-rs/metrics, https://rustsec.org/advisories/RUSTSEC-2021-0113.html
Affected packages
Package
Name: metrics-util
Purl: pkg:cargo/metrics-util
Affected ranges
Type: SEMVER
Events:
