GHSA-jf43-3v8j-qwwr
Dashboard / Vulnerabilities / GHSA-jf43-3v8j-qwwr
GHSA-jf43-3v8j-qwwr
Published: 25 Aug 2021Last Modified: 8 Nov 2023
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.
References: https://github.com/schets/multiqueue/issues/31, https://github.com/schets/multiqueue, https://rustsec.org/advisories/RUSTSEC-2020-0143.html
Affected packages
Package
Name: multiqueue
Purl: pkg:cargo/multiqueue
Affected ranges
Type: SEMVER
Events:
Introduced- 0
Fixed -None
Affected versions
Common Vulnerability Scoring System
Attack Vector
Network
Adjacent
Local
Physical
Privileges Required
None
Low
High
User Interaction
None
Required
Scope
Unchanged
Changed
Confidentiality
None
Low
High
Integrity
None
Low
High
Availability
None
Low
High
