Lucene search

K
osvGoogleOSV:GHSA-WXJF-9F4G-3V44
HistoryAug 25, 2021 - 8:56 p.m.

Data races in noise_search

2021-08-2520:56:05
Google
osv.dev
7

0.002 Low

EPSS

Percentile

58.8%

Affected versions of the noise_search crate unconditionally implement Send/Sync for MvccRwLock.
This can lead to data races when types that are either !Send or !Sync (e.g. Rc<T>, Arc<Cell<_>>) are contained inside MvccRwLock and sent across thread boundaries. The data races can potentially lead to memory corruption (as demonstrated in the PoC from the original report issue).

Also, safe APIs of MvccRwLock allow aliasing violations by allowing &T and LockResult<MutexGuard<Box<T>>> to co-exist in conflicting lifetime regions. The APIs of MvccRwLock should either be marked as unsafe or MbccRwLock should be changed to private or pub(crate).

CPENameOperatorVersion
noise_searchle0.7.0

0.002 Low

EPSS

Percentile

58.8%

Related for OSV:GHSA-WXJF-9F4G-3V44