Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTY4NmgtajhyOC13bWZt

Data races in rcu_cell

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.

Permalink: https://github.com/advisories/GHSA-686h-j8r8-wmfm
JSON: https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTY4NmgtajhyOC13bWZt
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: over 2 years ago
Updated: about 1 year ago


CVSS Score: 8.1
CVSS vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Identifiers: GHSA-686h-j8r8-wmfm, CVE-2020-36451
References: Repository: https://github.com/Xudong-Huang/rcu_cell
Blast Radius: 0.0

Affected Packages

cargo:rcu_cell
Dependent packages: 1
Dependent repositories: 1
Downloads: 10,573 total
Affected Version Ranges: < 0.1.9
Fixed in: 0.1.9
All affected versions: 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8
All unaffected versions: 0.1.9, 0.1.10, 0.1.11