CVE-2020-36453: Data races in scottqueue
An issue was discovered in the scottqueue crate through 2020-11-15 for Rust. There are unconditional implementations of Send and Sync for Queue. This allows (1) creating data races to a T: !Sync
and (2) sending T: !Send
to other threads, resulting in memory corruption or other undefined behavior.
References
Detect and mitigate CVE-2020-36453 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 →