Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTNqYzUtNWhjNS0zM2dq
Data races in conquer-once
Affected versions of conquer-once implements Sync for its OnceCell type without restricting it to Sendable types.
This allows non-Send but Sync types such as MutexGuard to be sent across threads leading to undefined behavior and memory corruption in concurrent programs.
The issue was fixed by adding a Send constraint to OnceCell.
Permalink: https://github.com/advisories/GHSA-3jc5-5hc5-33gjJSON: https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTNqYzUtNWhjNS0zM2dq
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: about 3 years ago
Updated: over 1 year ago
CVSS Score: 7.8
CVSS vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Identifiers: GHSA-3jc5-5hc5-33gj, CVE-2020-36208
References:
- https://nvd.nist.gov/vuln/detail/CVE-2020-36208
- https://github.com/oliver-giersch/conquer-once/issues/3
- https://rustsec.org/advisories/RUSTSEC-2020-0101.html
- https://github.com/advisories/GHSA-3jc5-5hc5-33gj
Blast Radius: 17.0
Affected Packages
cargo:conquer-once
Dependent packages: 12Dependent repositories: 153
Downloads: 582,150 total
Affected Version Ranges: < 0.3.2
Fixed in: 0.3.2
All affected versions: 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.2.1, 0.3.0, 0.3.1
All unaffected versions: 0.3.2, 0.4.0