Lucene search
K

4 matches found

Github Security Blog
Github Security Blog
added 2021/08/25 8:44 p.m.19 views

Wrong memory orderings violates mutual exclusion in spin

Wrong memory orderings inside the RwLock implementation allow for two writers to acquire the lock at the same time. The drop implementation used Ordering::Relaxed, which allows the compiler or CPU to reorder a mutable access on the locked data after the lock has been yielded. Only users of the...

7.8CVSS7.4AI score0.00324EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2021/08/25 8:44 p.m.11 views

GHSA-HV7X-F3PV-GPWR Wrong memory orderings violates mutual exclusion in spin

Wrong memory orderings inside the RwLock implementation allow for two writers to acquire the lock at the same time. The drop implementation used Ordering::Relaxed, which allows the compiler or CPU to reorder a mutable access on the locked data after the lock has been yielded. Only users of the...

7.5CVSS7.6AI score0.00324EPSS
Exploits0References5
OSV
OSV
added 2019/08/27 12:0 p.m.12 views

RUSTSEC-2019-0013 Wrong memory orderings in RwLock potentially violates mutual exclusion

Wrong memory orderings inside the RwLock implementation allow for two writers to acquire the lock at the same time. The drop implementation used Ordering::Relaxed, which allows the compiler or CPU to reorder a mutable access on the locked data after the lock has been yielded. Only users of the...

7.5CVSS7.6AI score0.00324EPSS
Exploits0References3
RustSec
RustSec
added 2019/08/27 12:0 p.m.10 views

Wrong memory orderings in RwLock potentially violates mutual exclusion

Wrong memory orderings inside the RwLock implementation allow for two writers to acquire the lock at the same time. The drop implementation used Ordering::Relaxed, which allows the compiler or CPU to reorder a mutable access on the locked data after the lock has been yielded. Only users of the...

7.8CVSS1.4AI score0.00324EPSS
Exploits0Affected Software1
Rows per page
Query Builder