CVE-2021-28037: Data race in internment

Severity: Critical

CVSS Score: 9.8

An issue was discovered in the internment crate before 0.4.2 for Rust. There is a data race that can cause memory corruption because of the unconditional implementation of Sync for Intern<T>.