Lucene search

K
osvGoogleOSV:GHSA-686H-J8R8-WMFM
HistoryAug 25, 2021 - 8:57 p.m.

Data races in rcu_cell

2021-08-2520:57:14
Google
osv.dev
5

0.003 Low

EPSS

Percentile

69.3%

Affected versions of this crate unconditionally implement Send/Sync for RcuCell<T>.
This allows users to send T: !Send to other threads (while T enclosed within RcuCell<T>), and allows users to concurrently access T: !Sync by using the APIs of RcuCell<T> that provide access to &T.

This can result in memory corruption caused by data races.

CPENameOperatorVersion
rcu_celllt0.1.9

0.003 Low

EPSS

Percentile

69.3%

Related for OSV:GHSA-686H-J8R8-WMFM