GHSA-3jc5-5hc5-33gj
Dashboard / Vulnerabilities / GHSA-3jc5-5hc5-33gj
GHSA-3jc5-5hc5-33gj
Published: 25 Aug 2021Last Modified: 8 Nov 2023
Aliases:
Summary: Data races in conquer-once
Details: 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.
References: https://nvd.nist.gov/vuln/detail/CVE-2020-36208, https://github.com/oliver-giersch/conquer-once/issues/3, https://github.com/oliver-giersch/conquer-once, https://rustsec.org/advisories/RUSTSEC-2020-0101.html
Affected packages
Package
Name: conquer-once
Purl: pkg:cargo/conquer-once
Affected ranges
Type: SEMVER
Events:
Introduced- 0
Fixed -0.3.2
Affected versions
Common Vulnerability Scoring System
Attack Vector
Network
Adjacent
Local
Physical
Privileges Required
None
Low
High
User Interaction
None
Required
Scope
Unchanged
Changed
Confidentiality
None
Low
High
Integrity
None
Low
High
Availability
None
Low
High
