Files
CVEs-PoC/2017/CVE-2017-20004.md
T
2024-06-09 00:33:16 +00:00

779 B

CVE-2017-20004

Description

In the standard library in Rust before 1.19.0, there is a synchronization problem in the MutexGuard object. MutexGuards can be used across threads with any types, allowing for memory safety issues through race conditions.

POC

Reference

Github