CVE-2022-36086
Last modified
CVE-2022-36086 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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. EPSS estimates a 0.73% chance of exploitation in the next 30 days.
Description
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>()`.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Rust-Osdev | Linked-List-Allocator | < 0.10.2 |
References
- https://github.com/rust-osdev/linked-list-allocator/commit/013b0758643943e8df5b17bbb495460ff47e8bbfPatch, Third Party Advisory
- https://github.com/rust-osdev/linked-list-allocator/security/advisories/GHSA-xg8p-34w2-j49jExploit, Mitigation, Third Party Advisory
- https://github.com/rust-osdev/linked-list-allocator/commit/013b0758643943e8df5b17bbb495460ff47e8bbfPatch, Third Party Advisory
- https://github.com/rust-osdev/linked-list-allocator/security/advisories/GHSA-xg8p-34w2-j49jExploit, Mitigation, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-36086?
How severe is CVE-2022-36086?
How do I fix CVE-2022-36086?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-36080Wikmd is a file based wiki that uses markdown. Prior to vers…6.1
- CVE-2022-36081Wikmd is a file based wiki that uses markdown. Prior to vers…7.5
- CVE-2022-36082mangadex-downloader is a command-line tool to download manga…5.3
- CVE-2022-36083JOSE is "JSON Web Almost Everything" - JWA, JWS, JWE, JWT, J…5.3
- CVE-2022-36084cruddl is software for creating a GraphQL API for a database…8.8
- CVE-2022-36085Open Policy Agent (OPA) is an open source, general-purpose p…9.8
- CVE-2022-36087OAuthLib is an implementation of the OAuth request-signing l…6.5
- CVE-2022-36088GoCD is a continuous delivery server. Windows installations …5.5
- CVE-2022-36089KubeVela is an application delivery platform Users using Kub…9.8
- CVE-2022-3609The GetYourGuide Ticketing WordPress plugin before 1.0.4 doe…4.8
- CVE-2022-36090XWiki Platform Old Core is a core package for XWiki Platform…8.1
- CVE-2022-36091XWiki Platform Web Templates are templates for XWiki Platfor…7.5
Are you affected by CVE-2022-36086?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
