RUSTSEC-2020-0108
Dashboard / Vulnerabilities / RUSTSEC-2020-0108
RUSTSEC-2020-0108
Published: 20 Dec 2020Last Modified: 8 Nov 2023
Aliases:
Summary: Soundness issue: Input<R> can be misused to create data race to an object
Details: `Input<R>` implements `Send` without requiring `R: Send`. Affected versions of this crate allows users to send non-Send types to other threads, which can lead to undefined behavior such as data race and memory corruption. The flaw was corrected in version 0.5.1 by adding `R: Send` bound to the `Send` impl of `Input<R>`.
References: https://crates.io/crates/eventio, https://rustsec.org/advisories/RUSTSEC-2020-0108.html, https://github.com/petabi/eventio/issues/33
Affected packages
Package
Name: eventio
Purl: pkg:cargo/eventio
Affected ranges
Type: SEMVER
Events:
Introduced- 0.0.0-0
Fixed -0.5.1
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
