cve/2019/CVE-2019-16137.md
2025-09-29 21:09:30 +02:00

681 B

CVE-2019-16137

Description

An issue was discovered in the spin crate before 0.5.2 for Rust, when RwLock is used. Because memory ordering is mishandled, two writers can acquire the lock at the same time, violating mutual exclusion.

POC

Reference

No PoCs from references.

Github