CVE-2020-36441
Rust vulnerability analysis and mitigation

Overview

An issue was discovered in the abox crate before version 0.4.1 for Rust. The vulnerability (CVE-2020-36441) involves the implementation of Send and Sync traits for AtomicBox without requiring T: Send and T: Sync bounds. The issue was discovered on November 10, 2020, and affects the thread safety mechanisms in Rust's abox crate (RUSTSEC Advisory).

Technical details

The vulnerability stems from the incorrect implementation of Send and Sync traits for AtomicBox where there were no requirements for T: Send and T: Sync bounds. This implementation flaw allows the creation of data races for T: !Sync types and enables sending T: !Send types to other threads. The issue has a CVSS score of 8.1 (High) with the vector CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H (RUSTSEC Advisory).

Impact

This vulnerability breaks Rust's compile-time thread safety guarantees and allows users to trigger undefined behavior using safe Rust code. The potential impacts include memory corruption from data races and the ability to send thread-unsafe types across thread boundaries (RUSTSEC Advisory).

Mitigation and workarounds

The vulnerability was fixed in version 0.4.1 of the abox crate. The fix was implemented in commit 34c2b9e by adding the necessary trait bounds - T: Send for the Send implementation and T: Sync for the Sync implementation of AtomicBox (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-2025-66627HIGH8.4
  • RustRust
  • wasmi
NoYesDec 09, 2025
GHSA-xrv8-2pf5-f3q7MEDIUM6
  • RustRust
  • nitro-tpm-pcr-compute
NoYesDec 05, 2025
CVE-2025-67487MEDIUM5.5
  • RustRust
  • static-web-server
NoYesDec 09, 2025
CVE-2025-66622LOW1.3
  • RustRust
  • matrix-sdk-base
NoYesDec 09, 2025
RUSTSEC-2025-0135N/AN/A
  • RustRust
  • matrix-sdk-base
NoYesDec 08, 2025

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