CVE-2026-80685
Linux · Kernel
A memory management flaw in the Linux kernel snapshot_page function allows local authenticated users to trigger a kernel oops by reading non-existent memory pages.
Executive summary
A vulnerability in the Linux kernel memory management subsystem could allow a local authenticated user to cause a system crash, resulting in a denial of service.
Vulnerability
The vulnerability exists in the snapshot_page function of the Linux kernel, where an incorrect boundary check leads to an out-of-bounds read when processing order-1 folios. A local user with low privileges can trigger this flaw to access non-existent memory, causing a kernel panic.
Business impact
The primary risk associated with this vulnerability is an unexpected system crash, which can lead to significant service downtime for critical workloads running on the affected Linux kernels. With a CVSS score of 7.1, this is classified as a high-severity issue because it enables a local denial of service against the operating system. While the impact is limited to local users, in multi-tenant environments or systems with shared shell access, this poses a credible threat to availability and operational stability.
Remediation
Immediate Action: Administrators should update the Linux kernel to version 6.18.44, 7.1.8, or a later stable release where the fix has been backported.
Proactive Monitoring: Review system logs for kernel oops messages or unexpected reboots that may indicate a deliberate or accidental triggering of this memory fault.
Compensating Controls: Restrict access to local shell environments and ensure that only authorized users have the ability to execute processes that interact with sensitive kernel memory management functions.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the high severity of potential denial of service, organizations should prioritize patching their Linux kernel environments. While local access is required, the relative ease of triggering a kernel panic makes this an important maintenance item for all systems running affected kernel versions. Apply the recommended kernel updates during the next scheduled maintenance window to ensure system resiliency.