RUSTSEC-2020-0099
Dashboard / Vulnerabilities / RUSTSEC-2020-0099
RUSTSEC-2020-0099
Published: 10 Dec 2020Last Modified: 8 Nov 2023
Aliases:
Summary: Aovec<T> lacks bound on its Send and Sync traits allowing data races
Details: `aovec::Aovec<T>` is a vector type that implements `Send` and `Sync` for all types `T`. This allows non-Send types such as `Rc` and non-Sync types such as `Cell` to be used across thread boundaries which can trigger undefined behavior and memory corruption.
Affected packages
Package
Name: aovec
Purl: pkg:cargo/aovec
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
