CVE-2026-93230

Source
https://cve.org/CVERecord?id=CVE-2026-93230
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93230.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93230
Downstream
Published
2026-09-24T15:29:16Z
Modified
2026-09-25T03:48:54Z
Summary
mm/hugetlb: initialize gigantic bootmem hugepage struct pages earlier
Details

In the Linux kernel, the following vulnerability has been resolved:

mm/hugetlb: initialize gigantic bootmem hugepage struct pages earlier

Gigantic bootmem HugeTLB pages are currently initialized from hugetlb_init(), but page_alloc_init_late() runs earlier and walks pageblocks to determine zone contiguity.

If a bootmem HugeTLB region is marked noinit, set_zone_contiguous() can observe still-uninitialized struct pages through __pageblock_pfn_to_page(). This may not trigger an immediate failure, but it can make set_zone_contiguous() compute the wrong zone contiguity state. If extra poisoned-page checks are added in this path, such as PF_POISONED_CHECK() in page_zone_id(), it can also trigger an early boot panic.

Initialize gigantic bootmem HugeTLB struct pages from page_alloc_init_late(), before zone contiguity is evaluated, so later page allocator setup only sees valid struct page state. This also makes the initialization order more natural, as struct pages should be initialized before later code inspects them.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93230.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
fde1c4ecf91640e5a95ec36b71ec2e8ec379ce40
Fixed
09505232eced5f1c42902d8f28740f070c3fc6dc
Fixed
29968bc7aefb3cf1e72aa7c5f52697a6b0527094
Fixed
b1b7c045e808c761b1cc8c19b3040fadedda3fef

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93230.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93230.json"