GHSA-jf43-3v8j-qwwr

Suggest an improvement
Source
https://github.com/advisories/GHSA-jf43-3v8j-qwwr
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-jf43-3v8j-qwwr/GHSA-jf43-3v8j-qwwr.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-jf43-3v8j-qwwr
Aliases
Published
2021-08-25T20:59:56Z
Modified
2023-11-08T04:03:46.381332Z
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 multiqueue
Details

Affected versions of multiqueue unconditionally implemented Send for types used in queue implementations (InnerSend<RW, T>, InnerRecv<RW, T>, FutInnerSend<RW, T>, FutInnerRecv<RW, T>). This allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior.

Database specific
{
    "nvd_published_at": null,
    "cwe_ids": [
        "CWE-362"
    ],
    "severity": "HIGH",
    "github_reviewed": true,
    "github_reviewed_at": "2021-08-09T17:20:06Z"
}
References

Affected packages

crates.io / multiqueue

Package

Affected ranges

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