We found results for “”
WS-2023-0253
Good to know:
Date: November 3, 2024
The implementation of FromMdbValue in crate lmdb-rs have several unsoundness issues. First of all, it allows to reinterpret arbitrary bytes as a bool and could make undefined behavior happen with safe function. Secondly, it allows transmuting pointer without taking memory layout into consideration.
Language: RUST
Severity Score
Severity Score
Weakness Type (CWE)
Untrusted Pointer Dereference
CWE-822CVSS v3.1
Base Score: |
|
---|---|
Attack Vector (AV): | NETWORK |
Attack Complexity (AC): | LOW |
Privileges Required (PR): | NONE |
User Interaction (UI): | NONE |
Scope (S): | UNCHANGED |
Confidentiality (C): | HIGH |
Integrity (I): | HIGH |
Availability (A): | NONE |