CVE-2020-36442
Rust vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Mitigation and workarounds

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).

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