
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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).
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).
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).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."