logo

GHSA-v42f-j8fx-99f3 scottqueue

Package

Manager: cargo
Name: scottqueue
Vulnerable Version: <0

Severity

Level: Medium

CVSS v3.1: N/A

CVSS v4.0: N/A

EPSS: N/A pctlN/A

Details

Queue<T> should have a Send bound on its Send/Sync traits Affected versions of this crate unconditionally implements `Send`/`Sync` for `Queue<T>`. This allows (1) creating data races to a `T: !Sync` and (2) sending `T: !Send` to other threads, resulting in memory corruption or other undefined behavior.

Metadata

Created: 2021-08-25T21:00:13Z
Modified: 2021-08-24T17:58:36Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-v42f-j8fx-99f3/GHSA-v42f-j8fx-99f3.json
CWE IDs: ["CWE-362"]
Alternative ID: N/A
Finding: N/A
Auto approve: 0