Vulnerability DatabaseGHSA-66p5-j55p-32r9

GHSA-66p5-j55p-32r9
Rust vulnerability analysis and mitigation

Overview

The vulnerability (GHSA-66p5-j55p-32r9) affects the smallvec Rust crate versions prior to 0.6.13. The issue stems from the crate's usage of mem::uninitialized() to create values of user-supplied types, which could lead to undefined behavior. The vulnerability was discovered on September 25, 2018, and was publicly disclosed on August 25, 2021 (GitHub Advisory, RustSec Advisory).

Technical details

The vulnerability occurs when the crate creates uninitialized values of any type T using mem::uninitialized(). This becomes particularly problematic when T is a reference type, as references must be non-null and cannot remain uninitialized. The issue was resolved by replacing mem::uninitialized() with MaybeUninit, which provides a safe way to handle uninitialized values. The vulnerability is classified as having Moderate severity (GitHub Advisory).

Impact

The vulnerability could result in undefined behavior when the affected code is used with reference types or other types that have invalid values. This could potentially lead to memory safety violations and other undefined behaviors in programs using the affected versions of smallvec (RustSec Advisory).

Mitigation and workarounds

The issue was fixed in version 0.6.13 of smallvec by replacing the use of mem::uninitialized() with MaybeUninit. Users should upgrade to version 0.6.13 or later to resolve this vulnerability. The fix required a minimum Rust version bump to 1.36.0 due to the dependency on MaybeUninit (GitHub PR).

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

GHSA-2fjw-whxm-9v4qCRITICAL9.3
  • RustRust
  • nftnl
NoYesNov 25, 2025
CVE-2025-66017HIGH8.2
  • RustRust
  • cggmp21
NoYesNov 25, 2025
GHSA-mj73-j457-8x9qLOW2.7
  • RustRust
  • maxminddb
NoYesDec 02, 2025
GHSA-pq5v-rwp8-p7gmLOW2.7
  • RustRust
  • rtvm-interpreter
NoNoDec 02, 2025
RUSTSEC-2025-0132N/AN/A
  • RustRust
  • maxminddb
NoYesNov 28, 2025

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