Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTM4MzctODd2aC14cTN3
Data race in v9
Affected versions of this crate unconditionally implement Sync for SyncRef. This definition allows data races if &T is accessible through &SyncRef.
SyncRef derives Clone and Debug, and the default implementations of those traits access &T by invoking T::clone() & T::fmt(). It is possible to create data races & undefined behavior by concurrently invoking SyncRef::clone() or SyncRef::fmt() from multiple threads with T: !Sync.
Permalink: https://github.com/advisories/GHSA-3837-87vh-xq3wJSON: https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTM4MzctODd2aC14cTN3
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: over 3 years ago
Updated: over 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
EPSS Percentage: 0.00618
EPSS Percentile: 0.79505
Identifiers: GHSA-3837-87vh-xq3w, CVE-2020-36447
References:
- https://nvd.nist.gov/vuln/detail/CVE-2020-36447
- https://github.com/purpleposeidon/v9/issues/1
- https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/v9/RUSTSEC-2020-0127.md
- https://rustsec.org/advisories/RUSTSEC-2020-0127.html
- https://github.com/purpleposeidon/v9/commit/18847c50e5d36561cc91c996c3539ddb1eacf6c7
- https://github.com/advisories/GHSA-3837-87vh-xq3w
Blast Radius: 1.0
Affected Packages
cargo:v9
Dependent packages: 0Dependent repositories: 0
Downloads: 9,476 total
Affected Version Ranges: < 0.1.43
Fixed in: 0.1.43
All affected versions: 0.1.0, 0.1.1, 0.1.2, 0.1.37, 0.1.38, 0.1.39, 0.1.40, 0.1.41, 0.1.42
All unaffected versions: 0.1.43