linked_list_allocator is an allocator usable for no_std systems. Prior to version 0.10.2, the heap initialization methods were missing a minimum size check for the given heap size argument. This could lead to out-of-bound writes when a heap was initialized with a size smaller than `3 * size_of::<usize>` because of metadata write operations. This vulnerability impacts all the initialization functions on the `Heap` and `LockedHeap` types, including `Heap::new`, `Heap::init`, `Heap::init_from_slice`, and `LockedHeap::new`. It also affects multiple uses of the `Heap::extend` method. Version 0.10.2 contains a patch for the issue. As a workaround, ensure that the heap is only initialized with a size larger than `3 * size_of::<usize>` and that the `Heap::extend` method is only called with sizes larger than `2 * size_of::<usize>()`. Also, ensure that the total heap size is (and stays) a multiple of `2 * size_of::<usize>()`.
References
Link | Resource |
---|---|
https://github.com/rust-osdev/linked-list-allocator/commit/013b0758643943e8df5b17bbb495460ff47e8bbf | Patch Third Party Advisory |
https://github.com/rust-osdev/linked-list-allocator/security/advisories/GHSA-xg8p-34w2-j49j | Exploit Mitigation Third Party Advisory |
https://github.com/rust-osdev/linked-list-allocator/commit/013b0758643943e8df5b17bbb495460ff47e8bbf | Patch Third Party Advisory |
https://github.com/rust-osdev/linked-list-allocator/security/advisories/GHSA-xg8p-34w2-j49j | Exploit Mitigation Third Party Advisory |
Configurations
History
21 Nov 2024, 07:12
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/rust-osdev/linked-list-allocator/commit/013b0758643943e8df5b17bbb495460ff47e8bbf - Patch, Third Party Advisory | |
References | () https://github.com/rust-osdev/linked-list-allocator/security/advisories/GHSA-xg8p-34w2-j49j - Exploit, Mitigation, Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.4 |
21 Jul 2023, 19:23
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-119 |
CWE-1284 |
12 Sep 2022, 18:20
Type | Values Removed | Values Added |
---|---|---|
References | (CONFIRM) https://github.com/rust-osdev/linked-list-allocator/security/advisories/GHSA-xg8p-34w2-j49j - Exploit, Mitigation, Third Party Advisory | |
References | (MISC) https://github.com/rust-osdev/linked-list-allocator/commit/013b0758643943e8df5b17bbb495460ff47e8bbf - Patch, Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.8 |
CPE | cpe:2.3:a:rust-osdev:linked-list-allocator:*:*:*:*:*:rust:*:* |
08 Sep 2022, 01:28
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2022-09-07 23:15
Updated : 2024-11-21 07:12
NVD link : CVE-2022-36086
Mitre link : CVE-2022-36086
CVE.ORG link : CVE-2022-36086
JSON object : View
Products Affected
rust-osdev
- linked-list-allocator