RUSTSEC-2020-0129
ShmWriter allows sending non-Send type across threads
- Reported
- Issued
- Package
- kekbit (crates.io)
- Type
- Vulnerability
- Categories
- Aliases
- References
- CVSS Score
- 8.1 HIGH
- CVSS Details
-
- Attack vector
- Network
- Attack complexity
- High
- Privileges required
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
- CVSS Vector
- CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
- Patched
-
>=0.3.4
Description
Affected versions of this crate implement Send
for ShmWriter<H>
without requiring H: Send
. This allows users to send H: !Send
to other threads, which can potentially lead to data races and undefined behavior.
Advisory available under CC0-1.0 license.