
Cloud Vulnerability DB
A community-led vulnerabilities database
An issue was discovered in the beef crate before version 0.5.0 for Rust, identified as CVE-2020-36442. The vulnerability was reported on October 28, 2020, and involves beef::Cow lacking a Sync bound on its Send trait. This security flaw affects the core functionality of the beef crate, a Rust library component (RustSec Advisory).
The vulnerability stems from the absence of a T: Sync bound in the Send implementation for Cow<'_, T, U>. This implementation oversight allows users to create data races by making Cow contain types that are (Send && !Sync) such as Cell<_> or RefCell<_>. The issue has been assigned a CVSS v3.1 base score of 8.1 (HIGH) with the vector string CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H (RustSec Advisory).
The vulnerability can lead to data races, which may result in memory corruption. The high CVSS score indicates potential severe impacts on system confidentiality, integrity, and availability when exploited (RustSec Advisory).
The vulnerability was fixed in version 0.5.0 of the beef crate. The fix was implemented in commit d1c7658 by adding trait bounds T: Sync and T::Owned: Send to the Send implementation for Cow<'_, T, U>. Users should upgrade to version 0.5.0 or later to mitigate this vulnerability (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."