RUSTSEC-2020-0023
Dashboard / Vulnerabilities / RUSTSEC-2020-0023
RUSTSEC-2020-0023
Published: 11 Feb 2020Last Modified: 8 Nov 2023
Aliases:
Summary: Lifetime boundary for `raw_slice` and `raw_slice_mut` are incorrect
Details: The affected version of `rulinalg` has incorrect lifetime boundary definitions for `RowMut::raw_slice` and `RowMut::raw_slice_mut`. They do not conform with Rust's borrowing rule and allows the user to create multiple mutable references to the same location. This may result in unexpected calculation result and data race if both references are used at the same time.
References: https://crates.io/crates/rulinalg, https://rustsec.org/advisories/RUSTSEC-2020-0023.html, https://github.com/AtheMathmo/rulinalg/issues/201
Affected packages
Package
Name: rulinalg
Purl: pkg:cargo/rulinalg
Affected ranges
Type: SEMVER
Events:
Introduced- 0.4.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
