Vulnerabilities (CVE)

Filtered by vendor Internment Project Subscribe
Filtered by product Internment
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2020-35874 1 Internment Project 1 Internment 2024-02-28 6.8 MEDIUM 8.1 HIGH
An issue was discovered in the internment crate through 2020-05-28 for Rust. ArcIntern::drop has a race condition and resultant use-after-free.
CVE-2021-28037 1 Internment Project 1 Internment 2024-02-28 7.5 HIGH 9.8 CRITICAL
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>.