GHSA-832M-273V-9HPC
Vulnerability from github – Published: 2026-09-11 21:31 – Updated: 2026-09-11 21:31In the Linux kernel, the following vulnerability has been resolved:
kho: fix size calculation in kho_preserved_memory_reserve()
kho_preserved_memory_reserve() calculates the size of a preservation by doing 1 << (order + PAGE_SHIFT). Since the '1' is a 32-bit integer, it can only be shifted by 31. That is, it will only work for preservations up to 2 GiB. Larger preservations will trigger undefined behaviour.
While preservations larger than 2 GiB can't be obtained via folios currently, they can be obtained via kho_preserve_pages().
For example, memblock reserve_mem uses kho_preserve_pages(). Reservations larger than 2 GiB are valid and will trigger this bug if properly aligned.
Fix it by using 1UL for shifting.
{
"affected": [],
"aliases": [
"CVE-2026-89568"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-09-11T20:19:40Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nkho: fix size calculation in kho_preserved_memory_reserve()\n\nkho_preserved_memory_reserve() calculates the size of a preservation by\ndoing 1 \u003c\u003c (order + PAGE_SHIFT). Since the \u00271\u0027 is a 32-bit integer, it\ncan only be shifted by 31. That is, it will only work for preservations\nup to 2 GiB. Larger preservations will trigger undefined behaviour.\n\nWhile preservations larger than 2 GiB can\u0027t be obtained via folios\ncurrently, they can be obtained via kho_preserve_pages().\n\nFor example, memblock reserve_mem uses kho_preserve_pages().\nReservations larger than 2 GiB are valid and will trigger this bug if\nproperly aligned.\n\nFix it by using 1UL for shifting.",
"id": "GHSA-832m-273v-9hpc",
"modified": "2026-09-11T21:31:32Z",
"published": "2026-09-11T21:31:32Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-89568"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/3a0b8fa2eb36afc88b62a95f33f0c77c71fa5ded"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/42a6f03cf352eb6e6dbeef95e75e686f4cdb9bd1"
}
],
"schema_version": "1.4.0",
"severity": []
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Browse all ATT&CK techniques and the vulnerabilities related to each.
Related by attack behaviour
Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.