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

mm/util: don't read __page_2 for order-1 folios in snapshot_page()

snapshot_page() currently reads __page_2 after checking nr_pages > 1, but
it should only do so when nr_pages > 2.

If an order-1 folio is allocated at the end of a vmemmap section,
__page_2 will not exist and reading it will cause a fault.

During DLPAR memory remove on a 22 TB ppc64le LPAR, snapshot_page() oopsed
on the page isolation path while reading an order-1 folio's __page_2 from
an adjacent absent section (unmapped vmemmap).

Fix this to avoid reading memmap that doesn't exist (e.g., a vmemmap
hole).
Published: 2026-08-28
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Kernel Crash (Denial of Service)
Action: Apply Patch
AI Analysis

Impact

snapshot_page() continues to read the __page_2 pointer after verifying that nr_pages > 1. When an order‑1 folio is allocated at the boundary of a vmemmap section, the __page_2 entry does not exist. The code dereferences the nonexistent pointer, triggering a fault and an oops that brings down the kernel. The resulting crash represents a denial of service, as the system becomes unusable for all users and services.

Affected Systems

All Linux kernel builds that have not incorporated the upstream fix remain susceptible. The issue manifested during a DLPAR memory removal on a 22‑TB ppc64le LPAR, so any deployment that utilizes large memory pools or performs hot‑plug memory operations—especially on power‑pc64 architectures—is at risk unless the kernel has been updated.

Risk and Exploitability

The CVSS base score of 7.1 classifies the flaw as high severity. The EPSS score of < 1 % and the absence from the CISA KEV catalog suggest a low exploitation probability. The likely attack vector is a privileged attacker who can initiate a memory hot‑plug operation; based on the description, it is inferred that triggering snapshot_page() during a DLPAR memory remove can exploit the defect. If an attacker obtains kernel‑level privileges, they could force the kernel to crash, resulting in a denial‑of‑service condition for the system.

Generated by OpenCVE AI on September 2, 2026 at 07:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that includes the snapshot_page() bounds‑check patch.
  • Disable dynamic memory removal or all hot‑plug memory features to avoid triggering snapshot_page() when the system does not require this capability.
  • Apply the upstream patch manually or ensure that your distribution’s security update contains the fix before rebooting.

Generated by OpenCVE AI on September 2, 2026 at 07:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 02 Sep 2026 06:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787

Wed, 02 Sep 2026 00:15:00 +0000


Sat, 29 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787

Sat, 29 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-788

Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H'}


Fri, 28 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-788

Fri, 28 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Fri, 28 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: mm/util: don't read __page_2 for order-1 folios in snapshot_page() snapshot_page() currently reads __page_2 after checking nr_pages > 1, but it should only do so when nr_pages > 2. If an order-1 folio is allocated at the end of a vmemmap section, __page_2 will not exist and reading it will cause a fault. During DLPAR memory remove on a 22 TB ppc64le LPAR, snapshot_page() oopsed on the page isolation path while reading an order-1 folio's __page_2 from an adjacent absent section (unmapped vmemmap). Fix this to avoid reading memmap that doesn't exist (e.g., a vmemmap hole).
Title mm/util: don't read __page_2 for order-1 folios in snapshot_page()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-29T06:22:12.733Z

Reserved: 2026-08-26T14:34:25.784Z

Link: CVE-2026-80685

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:53.963

Modified: 2026-08-29T07:16:51.120

Link: CVE-2026-80685

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80685 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T08:00:14Z

Weaknesses