CVE-2021-45704: Out-of-bounds Write and Race Condition in metrics-util
(updated )
In the affected versions of the crate, AtomicBucket 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 (which is a data type contained inside AtomicBucket).
References
- github.com/advisories/GHSA-cwvc-87xq-pc5m
- github.com/metrics-rs/metrics
- github.com/metrics-rs/metrics/commit/8e6daab
- github.com/metrics-rs/metrics/issues/190
- nvd.nist.gov/vuln/detail/CVE-2021-45704
- raw.githubusercontent.com/rustsec/advisory-db/main/crates/metrics-util/RUSTSEC-2021-0113.md
- rustsec.org/advisories/RUSTSEC-2021-0113.html
Detect and mitigate CVE-2021-45704 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →