RUSTSEC-2020-0049
Dashboard / Vulnerabilities / RUSTSEC-2020-0049
RUSTSEC-2020-0049
Published: 30 Jan 2020Last Modified: 8 Nov 2023
Aliases:
Summary: Use-after-free in Framed due to lack of pinning
Details: Affected versions of this crate did not require the buffer wrapped in `Framed` to be pinned, but treated it as if it had a fixed location in memory. This may result in a use-after-free. The flaw was corrected by making the affected functions accept `Pin<&mut Self>` instead of `&mut self`.
References: https://crates.io/crates/actix-codec, https://rustsec.org/advisories/RUSTSEC-2020-0049.html, https://github.com/actix/actix-net/issues/91
Affected packages
Package
Name: actix-codec
Purl: pkg:cargo/actix-codec
Affected ranges
Type: SEMVER
Events:
Introduced- 0.0.0-0
Fixed -0.3.0-beta.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
