Vulnerability DatabaseGHSA-9g55-pg62-m8hh

GHSA-9g55-pg62-m8hh
Rust vulnerability analysis and mitigation

Overview

The vulnerability (GHSA-9g55-pg62-m8hh) affects the crossbeam-channel Rust crate versions prior to 0.4.3, where the crate incorrectly used mem::zeroed() to create values of user-supplied types. This vulnerability was discovered and disclosed in June 2022, with the last update in January 2023. The issue was classified as a high-severity vulnerability that affected the core functionality of the channel implementation (GitHub Advisory, RustSec Advisory).

Technical details

The vulnerability stems from the unsound usage of mem::zeroed() to create values of a user-supplied type T. This implementation is particularly problematic when T is a reference type, as references in Rust must be non-null. The technical issue lies in the memory initialization process, where the code could potentially create invalid values for certain types. The vulnerability was assigned a high severity rating, though no specific CVSS score was provided (GitHub Advisory).

Impact

The impact of this vulnerability is primarily related to memory safety and type system soundness. When exploited, it could lead to undefined behavior, particularly when dealing with reference types that require non-null values. This could potentially affect any application using the crossbeam-channel crate for inter-thread communication (RustSec Advisory).

Mitigation and workarounds

The vulnerability was patched in version 0.4.3 of the crossbeam-channel crate. The fix involved replacing the usage of mem::zeroed() with MaybeUninit, which provides a safe way to handle uninitialized memory. Users are advised to upgrade to version 0.4.3 or later to address this vulnerability (GitHub PR, RustSec Advisory).

Additional resources


SourceThis report was generated using AI

Related Rust vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-22863CRITICAL9.2
  • RustRust
  • deno
NoYesJan 15, 2026
CVE-2026-23519HIGH8.9
  • RustRust
  • yazi
NoYesJan 15, 2026
RUSTSEC-2026-0003HIGH8.9
  • RustRust
  • cmov
NoYesJan 14, 2026
CVE-2026-22864HIGH8.1
  • RustRust
  • deno
NoYesJan 15, 2026
CVE-2026-22782LOW2.9
  • RustRust
  • rustfs
NoYesJan 16, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management