CVE-2020-35878
Description
An issue was discovered in the ozone crate through 2020-07-04 for Rust. Memory safety is violated because of the dropping of uninitialized memory.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
The ozone Rust crate (up to 2020-07-04) contains a memory safety vulnerability where uninitialized memory is dropped, potentially leading to undefined behavior or code execution.
The ozone Rust crate, a pure-Rust key/value store, contains a vulnerability that leads to memory safety violations. Specifically, the crate allows the dropping of uninitialized memory, which can trigger undefined behavior (UB) such as use-after-free or double-free conditions. This flaw is part of a broader set of memory safety issues identified in the crate, including out-of-bounds access [1][2].
Exploitation of this vulnerability does not require authentication or special privileges, as the issue manifests through normal crate operations. An attacker with network access could potentially trigger the unsafe memory operations by crafting inputs that cause the crate to drop uninitialized structures. The CVSS score of 9.8 (Critical) reflects the low attack complexity and the fact that no user interaction is needed [2].
Successful exploitation could allow an attacker to achieve arbitrary code execution, read sensitive memory, or cause a denial of service. The vulnerability affects all versions of the 'ozone' crate up to the reported date (2020-07-04), and the advisory notes that no patched version has been released, meaning the crate is considered permanently unmaintained for security fixes [2].
AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
ozonecrates.io | <= 0.1.0 | — |
Affected products
2Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-m3ww-7hrp-gw9wghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2020-35878ghsaADVISORY
- rustsec.org/advisories/RUSTSEC-2020-0022.htmlghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.