
Cloud Vulnerability DB
A community-led vulnerabilities database
The vulnerability (GHSA-pfjq-935c-4895) was discovered in the v9 Rust crate, affecting versions prior to 0.1.43. The issue was first reported on December 18, 2020, and was published to the GitHub Advisory Database on August 25, 2021. The vulnerability stems from the unconditional implementation of Sync for SyncRef, which could lead to potential data races (GitHub Advisory, RustSec Advisory).
The vulnerability occurs in the v9 crate where SyncRef's Sync implementation doesn't impose Sync bound on T. SyncRef derives Clone and Debug traits, and their default implementations access &T by invoking T::clone() and T::fmt(). The vulnerability has been assigned a CVSS score of 8.1 (High), with attack vector being Network, attack complexity High, requiring no privileges or user interaction, and affecting confidentiality, integrity, and availability at high levels (GitHub Advisory, RustSec Advisory).
The vulnerability allows data races if &T is accessible through &SyncRef. This can lead to undefined behavior when SyncRef::clone() or SyncRef::fmt() are concurrently invoked from multiple threads with T: !Sync. The impact is particularly severe as it can result in memory corruption and thread safety issues (GitHub Advisory, V9 Issue).
The vulnerability has been patched in version 0.1.43 of the v9 crate. Users are advised to upgrade to this version or later to mitigate the risk (RustSec Advisory).
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."