GHSA-3mv5-343c-w2qg

Suggest an improvement
Source
https://github.com/advisories/GHSA-3mv5-343c-w2qg
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/12/GHSA-3mv5-343c-w2qg/GHSA-3mv5-343c-w2qg.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-3mv5-343c-w2qg
Aliases
Published
2023-12-15T03:48:38Z
Modified
2024-02-12T15:57:36Z
Summary
Ref methods into_ref, into_mut, into_slice, and into_slice_mut are unsound when used with cell::Ref or cell::RefMut
Details

This advisory is also published as RUSTSEC-2023-0074.

The Ref methods into_ref, into_mut, into_slice, and into_slice_mut are unsound and may allow safe code to exhibit undefined behavior when used with Ref<B, T> where B is cell::Ref or cell::RefMut. Note that these methods remain sound when used with B types other than cell::Ref or cell::RefMut.

See https://github.com/google/zerocopy/issues/716 for a more in-depth analysis.

The current plan is to yank the affected versions soon. See https://github.com/google/zerocopy/issues/679 for more detail.

References

Affected packages

crates.io / zerocopy

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.2.2
Fixed
0.2.9

crates.io / zerocopy

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.3.0
Fixed
0.3.2

crates.io / zerocopy

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.4.0
Fixed
0.4.1

Affected versions

0.*

0.4.0

crates.io / zerocopy

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.5.0
Fixed
0.5.2

crates.io / zerocopy

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.6.0
Fixed
0.6.6

crates.io / zerocopy

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.7.0
Fixed
0.7.31