GHSA-g78p-g85h-q6ww

Suggest an improvement
Source
https://github.com/advisories/GHSA-g78p-g85h-q6ww
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-g78p-g85h-q6ww/GHSA-g78p-g85h-q6ww.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-g78p-g85h-q6ww
Aliases
Published
2021-08-25T20:57:12Z
Modified
2023-11-08T04:03:45.459873Z
Severity
  • 8.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Data races in cache
Details

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.

Database specific
{
    "nvd_published_at": "2021-08-08T06:15:00Z",
    "github_reviewed_at": "2021-08-18T20:30:56Z",
    "severity": "HIGH",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-362",
        "CWE-77"
    ]
}
References

Affected packages

crates.io / cache

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
0.2.0