CVE-2026-89961

Source
https://cve.org/CVERecord?id=CVE-2026-89961
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89961.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89961
Downstream
Published
2026-09-16T10:32:43Z
Modified
2026-09-17T03:47:28Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
powerpc/mm: fix wrong addr_pfn tracking in compound vmemmap population
Details

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

powerpc/mm: fix wrong addr_pfn tracking in compound vmemmap population

vmemmap_populate_compound_pages() uses addr_pfn to determine the PFN offset within a compound page and to decide whether the current vmemmap slot should be populated as a head page mapping or should reuse a tail page mapping.

However, addr_pfn is advanced manually in parallel with addr. The loop itself progresses in vmemmap address space, so each PAGE_SIZE step in addr covers PAGE_SIZE / sizeof(struct page) struct page slots. Since addr_pfn is compared against nr_pages in data-PFN units, it should advance by the same number of PFNs. The existing manual increments do not match that and therefore do not reliably track the PFN corresponding to the current addr.

As a result, pfn_offset can be computed from the wrong PFN and the code can make the head/tail decision for the wrong compound-page position.

Fix this by deriving addr_pfn directly from the current vmemmap address instead of carrying it as loop state.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89961.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
f2b79c0d79683d552369bb9a7282c1f0226fc566
Fixed
b96be860673f9fbbf12cdadb0b25fc4d6d4d207f
Fixed
e163c7184acf36ac20a248498f4a16016057ca01
Fixed
9c914b7a0bd18834505c65f22225ce22c152b2d9
Fixed
7968852a7ca3ce81477ec5b4494a28d612f35a97
Fixed
89a4ae32764172468dea303eb6ae90fe6c859712

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

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