Register for the AI for Security Summit: Join Figma, Perplexity & Wiz
Vulnerability DatabaseRUSTSEC-2020-0133

RUSTSEC-2020-0133
Rust vulnerability analysis and mitigation

Overview

A security vulnerability was identified in the scottqueue crate for Rust, tracked as RUSTSEC-2020-0133 (CVE-2020-36453). The issue, discovered and disclosed in November 2020, affects versions through 2020-11-15. The vulnerability stems from unconditional implementations of Send and Sync traits for Queue, which could lead to potential thread safety issues (RustSec Advisory).

Technical details

The vulnerability involves the Queue object implementing Send and Sync traits unconditionally without proper bounds checking. The technical issue lies in the implementation where Send and Sync traits are declared without the necessary T: Send bound, potentially allowing unsafe thread interactions with types that should never be sent across threads, such as Rc or references to cells. The vulnerability 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 (NVD).

Impact

The vulnerability could lead to data races and undefined behavior when using certain types across threads. This could potentially result in memory safety violations and segmentation faults when dealing with types like Cell that are not meant to be shared between threads. A proof-of-concept demonstrates that this can lead to segmentation faults when manipulating shared references (GitHub Issue).

Exploitability

The vulnerability can be exploited in scenarios where the Queue type is used with non-Send types across thread boundaries. A practical exploit has been demonstrated using Cell types, showing how the vulnerability can lead to data races and memory corruption (GitHub Issue).

Mitigation and workarounds

The recommended mitigation is to add proper Send bounds to the Send and Sync trait implementations for Queue. Users should update to a version that includes these fixes or avoid using the affected versions of the scottqueue crate (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-68537HIGH7.5
  • Rust logoRust
  • fulgur
NoYesSep 17, 2026
CVE-2026-68523HIGH7.5
  • Rust logoRust
  • fulgur
NoYesSep 17, 2026
RUSTSEC-2026-0289NONEN/A
  • Rust logoRust
  • pqc_kyber
NoNoSep 17, 2026
RUSTSEC-2026-0287NONEN/A
  • Rust logoRust
  • cosmian_kyber
NoNoSep 17, 2026
RUSTSEC-2026-0286NONEN/A
  • Rust logoRust
  • cryptoki
NoYesSep 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