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.

Permalink: https://github.com/advisories/GHSA-6888-wf7j-34jq
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02ODg4LXdmN2otMzRqcc4AArq_
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Moderate
Classification: General
Published: almost 2 years ago
Updated: over 1 year ago


Identifiers: GHSA-6888-wf7j-34jq
References: Repository: https://github.com/crossbeam-rs/crossbeam
Blast Radius: 0.0

Affected Packages

cargo:crossbeam-queue
Dependent packages: 161
Dependent repositories: 17,140
Downloads: 66,621,811 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