CVE-2020-36208 – conquer-once
Package
Manager: cargo
Name: conquer-once
Vulnerable Version: >=0 <0.3.2
Severity
Level: High
CVSS v3.1: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
EPSS: 0.00068 pctl0.21286
Details
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.
Metadata
Created: 2021-08-25T20:50:49Z
Modified: 2023-06-13T17:00:10Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-3jc5-5hc5-33gj/GHSA-3jc5-5hc5-33gj.json
CWE IDs: ["CWE-662", "CWE-787"]
Alternative ID: GHSA-3jc5-5hc5-33gj
Finding: F124
Auto approve: 1