Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-3mv5-343c-w2qg: Ref methods into_ref, into_mut, into_slice, and into_slice_mut are unsound when used with cell::Ref or cell::RefMut

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.

ghsa
#vulnerability#google#git

Skip to content

    • Actions

      Automate any workflow

    • Packages

      Host and manage packages

    • Security

      Find and fix vulnerabilities

    • Codespaces

      Instant dev environments

    • Copilot

      Write better code with AI

    • Code review

      Manage code changes

    • Issues

      Plan and track work

    • Discussions

      Collaborate outside of code

    • GitHub Sponsors

      Fund open source developers

*   The ReadME Project
    
    GitHub community articles
  • Pricing
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. GHSA-3mv5-343c-w2qg

Ref methods into_ref, into_mut, into_slice, and into_slice_mut are unsound when used with cell::Ref or cell::RefMut

Low severity GitHub Reviewed Published Dec 14, 2023 in google/zerocopy • Updated Dec 15, 2023

Package

cargo zerocopy (Rust)

Affected versions

>= 0.2.2, < 0.2.9

>= 0.3.0, < 0.3.2

= 0.4.0

>= 0.5.0, < 0.5.2

>= 0.6.0, < 0.6.6

>= 0.7.0, < 0.7.31

Patched versions

0.2.9

0.3.2

0.4.1

0.5.2

0.6.6

0.7.31

Description

Published to the GitHub Advisory Database

Dec 15, 2023

Last updated

Dec 15, 2023

ghsa: Latest News

GHSA-27wf-5967-98gx: Kubernetes kubelet arbitrary command execution