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-wmfmJSON: https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTY4NmgtajhyOC13bWZt
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: over 3 years ago
Updated: almost 2 years 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
EPSS Percentage: 0.00352
EPSS Percentile: 0.72752
Identifiers: GHSA-686h-j8r8-wmfm, CVE-2020-36451
References:
- https://nvd.nist.gov/vuln/detail/CVE-2020-36451
- https://github.com/Xudong-Huang/rcu_cell/issues/3
- https://github.com/Xudong-Huang/rcu_cell/pull/4
- https://rustsec.org/advisories/RUSTSEC-2020-0131.html
- https://github.com/Xudong-Huang/rcu_cell/pull/4/commits/1faf18eee11f14969b77ae0f76dcd9ebd437d0c2
- https://github.com/advisories/GHSA-686h-j8r8-wmfm
Blast Radius: 0.0
Affected Packages
cargo:rcu_cell
Dependent packages: 1Dependent repositories: 1
Downloads: 23,052 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, 0.1.12, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6