
Cloud Vulnerability DB
A community-led vulnerabilities database
An issue was discovered in the va-ts crate before 0.0.4 for Rust. The vulnerability (CVE-2020-36220) stems from the Demuxer component omitting a required T: Send bound, which could lead to data race conditions and memory corruption. The issue was disclosed on January 21, 2021 (RustSec Advisory).
The vulnerability exists because Demuxer unconditionally implemented Send with no trait bounds on T. This implementation allows sending a non-Send type T across thread boundaries, which can result in undefined behavior. The severity of this vulnerability is rated as MEDIUM with a CVSS v3.1 base score of 5.9 (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H) (RustSec Advisory).
The vulnerability can lead to serious consequences including unlocking a mutex from a thread that didn't lock the mutex, and potential memory corruption due to data races. The impact primarily affects the availability of the system, with no direct impact on confidentiality or integrity (RustSec Advisory).
The vulnerability requires network access and has high attack complexity. No privileges or user interaction are required to exploit this vulnerability. However, the technical nature of the flaw makes it challenging to exploit as it requires specific conditions involving thread boundaries and non-Send type handling (RustSec Advisory).
The vulnerability was fixed in va-ts version 0.0.4 by adding a T: Send bound to the Send impl for Demuxer in commit 0562cbf. Users should upgrade to version 0.0.4 or later to address this vulnerability (RustSec Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."