{ "schema_version": "1.4.0", "id": "GHSA-368f-29c3-4f2r", "modified": "2023-06-13T22:36:54Z", "published": "2021-08-25T20:58:50Z", "aliases": [ "CVE-2020-36437" ], "summary": "Data race in conqueue", "details": "Affected versions of this crate unconditionally implemented `Send`/`Sync` for `QueueSender`, allowing to send non-Send `T` to other threads by invoking `(&QueueSender).send()`.\n\nThis fails to prevent users from creating data races by sending types like `Rc` or `Arc>` to other threads, which can lead to memory corruption. The flaw was corrected in commit `1e462c3` by imposing `T: Send` to both `Send`/`Sync` impls for `QueueSender`/`QueueReceiver`.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], "affected": [ { "package": { "ecosystem": "crates.io", "name": "conqueue" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.4.0" } ] } ] } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36437" }, { "type": "WEB", "url": "https://github.com/longshorej/conqueue/commit/1e462c32e7933821ddb26dc49fd4ffa5aeca97b8" }, { "type": "PACKAGE", "url": "https://github.com/longshorej/conqueue" }, { "type": "WEB", "url": "https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/conqueue/RUSTSEC-2020-0117.md" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2020-0117.html" } ], "database_specific": { "cwe_ids": [ "CWE-119", "CWE-362" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2021-08-10T17:36:54Z", "nvd_published_at": "2021-08-08T06:15:00Z" } }