Vulnerability CVE-2018-25008


Published: 2021-04-14

Description:
In the standard library in Rust before 1.29.0, there is weak synchronization in the Arc::get_mut method. This synchronization issue can be lead to memory safety issues through race conditions.

Type:

CWE-662

(Improper Synchronization)

CVSS2 => (AV:N/AC:M/Au:N/C:N/I:P/A:N)

CVSS Base Score
Impact Subscore
Exploitability Subscore
4.3/10
2.9/10
8.6/10
Exploit range
Attack complexity
Authentication
Remote
Medium
No required
Confidentiality impact
Integrity impact
Availability impact
None
Partial
None
Affected software
Rust-lang -> RUST 

 References:
https://github.com/rust-lang/rust/issues/51780
https://github.com/rust-lang/rust/pull/52031

Copyright 2024, cxsecurity.com

 

Back to Top