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-xq3w
JSON: https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTM4MzctODd2aC14cTN3
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: over 2 years ago
Updated: 11 months 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-3837-87vh-xq3w, CVE-2020-36447
References: Repository: https://github.com/purpleposeidon/v9
Blast Radius: 1.0

Affected Packages

cargo:v9
Dependent packages: 0
Dependent repositories: 0
Downloads: 4,232 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