PT-2020-17530 · Actix · Actix-Utils

Published

2020-01-08

·

Updated

2021-08-25

·

CVE-2020-35898

CVSS v3.1

9.1

Critical

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Name of the Vulnerable Software and Affected Versions actix-utils crate versions prior to 2.0.0
Description The issue arises from the custom implementation of a Cell primitive in the affected versions of the actix-utils crate, which fails to track mutable references to the underlying data. This allows obtaining multiple mutable references to the same object, potentially resulting in arbitrary memory corruption, most likely use-after-free.
Recommendations For versions prior to 2.0.0, update to version 2.0.0 or later, which corrects the flaw by switching from a bespoke Cell implementation to Rc<RefCell>.

Exploit

Fix

Use After Free

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CVE-2020-35898
GHSA-HHW2-PQHF-VMX2
RUSTSEC-2020-0045

Affected Products

Actix-Utils