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-33gj
JSON: https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLTNqYzUtNWhjNS0zM2dq
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: over 2 years ago
Updated: 11 months 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: Repository: https://github.com/oliver-giersch/conquer-once
Blast Radius: 17.0

Affected Packages

cargo:conquer-once
Dependent packages: 11
Dependent repositories: 153
Downloads: 370,400 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