logo

CVE-2020-36448 cache

Package

Manager: cargo
Name: cache
Vulnerable Version: >=0 <=0.2.0

Severity

Level: High

CVSS v3.1: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

CVSS v4.0: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

EPSS: 0.00477 pctl0.64007

Details

Data races in cache An issue was discovered in the cache crate through 2020-11-24 for Rust. Affected versions of this crate unconditionally implement Send/Sync for `Cache<K>`. This allows users to insert `K` that is not Send or not Sync. This allows users to create data races by using non-Send types like `Arc<Cell<T>>` or `Rc<T>` as `K` in `Cache<K>`. It is also possible to create data races by using types like `Cell<T>` or `RefCell<T>` (types that are `Send` but not `Sync`). Such data races can lead to memory corruption.

Metadata

Created: 2021-08-25T20:57:12Z
Modified: 2021-08-24T18:31:50Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-g78p-g85h-q6ww/GHSA-g78p-g85h-q6ww.json
CWE IDs: ["CWE-362", "CWE-77"]
Alternative ID: GHSA-g78p-g85h-q6ww
Finding: F124
Auto approve: 1