Vulnerability DatabaseRUSTSEC-2020-0101

RUSTSEC-2020-0101
Rust vulnerability analysis and mitigation

Overview

The RUSTSEC-2020-0101 (CVE-2020-36208) vulnerability was discovered in the conquer-once crate versions prior to 0.3.2 for Rust. The issue was identified and reported by the Rust group at Georgia Tech (sslab-gatech) on December 23, 2020. This vulnerability allows thread crossing to occur for non-Send but Sync types, which can lead to memory corruption (RustSec Advisory).

Technical details

The vulnerability stems from an improper implementation of the Sync trait for OnceCell where T has no Send bound. The CVSS v3.1 base score is 7.8 (HIGH) with the vector string CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. The issue is classified under CWE-787 (Out-of-bounds Write) and CWE-662 (Improper Synchronization). The vulnerability allows for the exploitation of thread boundary crossing with non-Send but Sync types (NVD).

Impact

The vulnerability can lead to memory corruption and undefined behavior when a thread attempts to unlock a Mutex that it has not locked. This creates potential security risks in applications using the affected versions of the conquer-once crate (GitHub Issue).

Exploitability

A proof of concept exploit has been demonstrated using std::sync::MutexGuard across thread boundaries. The exploit takes advantage of the fact that MutexGuard is Sync but not Send, allowing it to bypass thread safety mechanisms (GitHub Issue).

Mitigation and workarounds

The vulnerability has been fixed in version 0.3.2 of the conquer-once crate by adding a Send bound to T in the Sync implementation for OnceCell. The fix prevents the compiler from allowing non-Send types to cross thread boundaries (GitHub Issue).

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

RUSTSEC-2026-0242NONEN/A
  • Rust logoRust
  • dcrypt-api
NoYesAug 09, 2026
RUSTSEC-2026-0240NONEN/A
  • Rust logoRust
  • dcrypt-sign
NoYesAug 09, 2026
RUSTSEC-2026-0239NONEN/A
  • Rust logoRust
  • dcrypt-symmetric
NoYesAug 09, 2026
RUSTSEC-2026-0238NONEN/A
  • Rust logoRust
  • dcrypt-algorithms
NoYesAug 09, 2026
RUSTSEC-2026-0246NONEN/A
  • Rust logoRust
  • sevenz-rust
NoNoAug 06, 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