GHSA-f3mq-99jr-ww4r
Dashboard / Vulnerabilities / GHSA-f3mq-99jr-ww4r
GHSA-f3mq-99jr-ww4r
Summary: Multiple soundness issues in cgc
Details: Affected versions of this crate have the following issues: 1. `Ptr` implements `Send` and `Sync` for all types, this can lead to data races by sending non-thread safe types across threads. 2. `Ptr::get` violates mutable alias rules by returning multiple mutable references to the same object. 3. `Ptr::write` uses non-atomic writes to the underlying pointer. This means that when used across threads it can lead to data races.
References: https://nvd.nist.gov/vuln/detail/CVE-2020-36467, https://github.com/playXE/cgc/issues/5, https://github.com/playXE/cgc, https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/cgc/RUSTSEC-2020-0148.md, https://rustsec.org/advisories/RUSTSEC-2020-0148.html
Affected packages
Package
Name: cgc
Purl: pkg:cargo/cgc
Affected ranges
Type: SEMVER
Events:
