CVE-2020-36439
Rust vulnerability analysis and mitigation

Overview

The vulnerability CVE-2020-36439 affects the ticketed_lock Rust crate, which was discovered on November 17, 2020. The issue involves the incorrect implementation of Send trait for ReadTicket and WriteTicket types, where these types were unconditionally marked as Send without proper bounds checking for the generic type T (RustSec Advisory).

Technical details

The vulnerability stems from the ticketed_lock crate's implementation where ReadTicket and WriteTicket types were unconditionally implementing the Send trait without verifying if the underlying generic type T was Send-safe. This implementation flaw could allow non-Send types to be sent across thread boundaries. The vulnerability has 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 by allowing the cloning of types with internal mutability and sending them to other threads as T of ReadTicket/WriteTicket. These data races can result in memory corruption or other undefined behavior, potentially compromising the integrity and security of the affected systems (RustSec Advisory).

Mitigation and workarounds

The vulnerability was patched in version 0.3.0 of the ticketed_lock crate. The fix was implemented in commit a986a93 by adding T: Send bounds to Send implementations of ReadTicket/WriteTicket. Users are advised to upgrade to version 0.3.0 or later to address 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