Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: GSA_kwCzR0hTQS02ODg4LXdmN2otMzRqcc4AArq_
`SegQueue` creates zero value of any type
Affected versions of this crate called mem::zeroed()
to create values of a user-supplied type T
.
This is unsound e.g. if T
is a reference type (which must be non-null).
The flaw was corrected by avoiding the use of mem::zeroed()
, using MaybeUninit
instead.
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02ODg4LXdmN2otMzRqcc4AArq_
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Moderate
Classification: General
Published: over 2 years ago
Updated: almost 2 years ago
Identifiers: GHSA-6888-wf7j-34jq
References:
- https://github.com/crossbeam-rs/crossbeam/pull/458
- https://rustsec.org/advisories/RUSTSEC-2022-0021.html
- https://github.com/advisories/GHSA-6888-wf7j-34jq
Blast Radius: 0.0
Affected Packages
cargo:crossbeam-queue
Dependent packages: 186Dependent repositories: 17,140
Downloads: 90,130,849 total
Affected Version Ranges: < 0.2.3
Fixed in: 0.2.3
All affected versions: 0.0.0, 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.2.1, 0.2.2
All unaffected versions: 0.2.3, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9, 0.3.10, 0.3.11