Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-8gj8-hv75-gp94: `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.

ghsa
#git

`SegQueue` creates zero value of any type

Moderate severity GitHub Reviewed Published Jun 16, 2022 • Updated Jun 16, 2022

ghsa: Latest News

GHSA-287x-9rff-qvcg: Rust Web Push is vulnerable to a DoS attack via a large integer in a Content-Length header