Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. multiqueue
  4. ›
  5. GHSA-jf43-3v8j-qwwr

GHSA-jf43-3v8j-qwwr: Data races in multiqueue

August 25, 2021 (updated June 13, 2023)

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.

References

  • github.com/advisories/GHSA-jf43-3v8j-qwwr
  • github.com/schets/multiqueue
  • github.com/schets/multiqueue/issues/31
  • rustsec.org/advisories/RUSTSEC-2020-0143.html

Code Behaviors & Features

Detect and mitigate GHSA-jf43-3v8j-qwwr with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions up to 0.3.2

Solution

Unfortunately, there is no solution available yet.

Impact 8.1 HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Source file

cargo/multiqueue/GHSA-jf43-3v8j-qwwr.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:07 +0000.