- Reported
-
- Issued
-
- Package
-
max7301
(crates.io)
- Type
-
Vulnerability
- Categories
-
- Keywords
-
#concurrency
- Aliases
-
- References
-
- CVSS Score
- 5.9
MEDIUM
- CVSS Details
-
- Attack vector
- Network
- Attack complexity
- High
- Privileges required
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
- CVSS Vector
- CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
- Patched
-
Description
The ImmediateIO
and TransactionalIO
types implement Sync
for all contained
Expander<EI>
types regardless of if the Expander
itself is safe to use
across threads.
As the IO
types allow retrieving the Expander
, this can lead to non-thread
safe types being sent across threads as part of the Expander
leading to data
races.
Advisory available under CC0-1.0
license.