
Cloud Vulnerability DB
A community-led vulnerabilities database
The mopa crate through 2021-06-01 for Rust contains a vulnerability identified as RUSTSEC-2021-0095 (CVE-2021-45695). The issue stems from incorrect reliance on Trait memory layout, which could potentially lead to security implications. The vulnerability affects all versions of the mopa crate up to and including version 0.2.2 (NVD).
The vulnerability arises from an unsound implementation in the mopa crate's lib.rs file. Specifically, the code makes assumptions about the memory layout of trait objects using a custom TraitObject struct, which isn't guaranteed by the Rust compiler. The implementation uses unsafe transmute operations without proper validation of memory layout assumptions. The vulnerability has received a CVSS v3.1 base score of 9.8 (CRITICAL) with the vector string CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H (NVD).
The vulnerability could potentially lead to arbitrary code execution or ASLR bypass due to the incorrect assumptions about trait object memory layout. This poses a significant security risk as it could allow attackers to execute unauthorized code or bypass security protections (NVD).
The recommended solution involves using the Pointee trait from nightly Rust compiler as a sound alternative. However, this requires depending on a nightly compiler until the Pointee trait is stabilized. Due to the breaking nature of this change, it should be implemented in a new major version (0.3.0 or 1.0.0-rc1) (GitHub Issue).
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."