- Reported
-
- Issued
-
- Package
-
magnetic
(crates.io)
- Type
-
Vulnerability
- Categories
-
- Aliases
-
- References
-
- CVSS Score
- 5.5
MEDIUM
- CVSS Details
-
- Attack Vector
- Local
- Attack Complexity
- Low
- Privileges Required
- Low
- User Interaction
- None
- Scope
- Unchanged
- Confidentiality Impact
- None
- Integrity Impact
- None
- Availability Impact
- High
- CVSS Vector
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- Patched
-
Description
Affected versions of this crate unconditionally implemented Sync and Send traits for MPMCConsumer and MPMCProducer types.
This allows users to send types that do not implement Send trait across thread boundaries, which can cause a data race.
The flaw was corrected in the 2.0.1 release by adding T: Send bound to affected Sync/Send trait implementations.
Advisory available under CC0-1.0
license.