RUSTSEC-2020-0090
Dashboard / Vulnerabilities / RUSTSEC-2020-0090
RUSTSEC-2020-0090
Published: 8 Dec 2020Last Modified: 8 Nov 2023
Aliases:
Summary: Thex<T> allows data races of non-Send types across threads
Details: `thex::Thex<T>` implements `Sync` for all types `T`. However, it is missing a bound for `T: Send`. This allows non-Send types such as `Rc` to be sent across thread boundaries which can trigger undefined behavior and memory corruption.
Affected packages
Package
Name: thex
Purl: pkg:cargo/thex
Affected ranges
Type: SEMVER
Events:
Introduced- 0.0.0-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
