In the standard library in Rust before 1.19.0, there is a synchronization problem in the MutexGuard object. MutexGuards can be used across threads with any types, allowing for memory safety issues through race conditions.
References
Link | Resource |
---|---|
https://github.com/rust-lang/rust/issues/41622 | Patch Third Party Advisory |
https://github.com/rust-lang/rust/pull/41624 | Patch Third Party Advisory |
https://github.com/rust-lang/rust/issues/41622 | Patch Third Party Advisory |
https://github.com/rust-lang/rust/pull/41624 | Patch Third Party Advisory |
Configurations
History
21 Nov 2024, 03:22
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/rust-lang/rust/issues/41622 - Patch, Third Party Advisory | |
References | () https://github.com/rust-lang/rust/pull/41624 - Patch, Third Party Advisory |
Information
Published : 2021-04-14 07:15
Updated : 2024-11-21 03:22
NVD link : CVE-2017-20004
Mitre link : CVE-2017-20004
CVE.ORG link : CVE-2017-20004
JSON object : View
Products Affected
rust-lang
- rust
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')