GHSA-8gj8-hv75-gp94 – crossbeam
Package
Manager: cargo
Name: crossbeam
Vulnerable Version: >=0 <0.7.0
Severity
Level: Medium
CVSS v3.1: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N/E:P/RL:O/RC:R
CVSS v4.0: CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
EPSS: N/A pctlN/A
Details
`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.
Metadata
Created: 2022-06-16T23:51:13Z
Modified: 2022-06-16T23:51:13Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/06/GHSA-8gj8-hv75-gp94/GHSA-8gj8-hv75-gp94.json
CWE IDs: []
Alternative ID: N/A
Finding: F138
Auto approve: 1