CVE-2026-89961
Last modified
CVE-2026-89961 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f2b79c0d79683d552369bb9a7282c1f0226fc566, < b96be860673f9fbbf12cdadb0b25fc4d6d4d207f; >= f2b79c0d79683d552369bb9a7282c1f0226fc566, < e163c7184acf36ac20a248498f4a16016057ca01; >= f2b79c0d79683d552369bb9a7282c1f0226fc566, < 9c914b7a0bd18834505c65f22225ce22c152b2d9; >= f2b79c0d79683d552369bb9a7282c1f0226fc566, < 7968852a7ca3ce81477ec5b4494a28d612f35a97; >= f2b79c0d79683d552369bb9a7282c1f0226fc566, < 89a4ae32764172468dea303eb6ae90fe6c859712 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89961?
How severe is CVE-2026-89961?
How do I fix CVE-2026-89961?
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 2026
- CVE-2026-89956In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89957In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89958In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89959In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-8996The Backup and Staging by WP Time Capsule plugin for WordPre…6.5
- CVE-2026-89960In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89962In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89963In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89964In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89965In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89966In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89967In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89961?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
