CVE-2026-64061

9.8

Linux · Kernel

A use-after-free vulnerability exists in the Linux kernel netfs subsystem within netfs_read_gaps, caused by improper handling of sink page lifecycle during network read operations.

Executive summary

A critical use-after-free vulnerability in the Linux kernel netfs subsystem could allow a remote attacker to trigger memory corruption or achieve code execution.

Vulnerability

The vulnerability resides in the netfs_read_gaps function, which fails to correctly release a sink page after a request completes. This flaw allows for a use-after-free condition when the kernel attempts to access memory that has already been freed, which can be triggered by an unauthenticated remote attacker.

Business impact

The identified vulnerability carries a CVSS score of 9.8, reflecting its potential for full system compromise. Because this flaw exists at the kernel level, successful exploitation could lead to total loss of confidentiality, integrity, and availability, potentially resulting in unauthorized data access, system crashes, or the installation of persistent malicious code.

Remediation

Immediate Action: Update the Linux kernel to version 6.12.92, 6.18.34, 7.0.11, or newer as provided by your distribution vendor.

Proactive Monitoring: Monitor system logs for kernel panic events or unexpected process terminations that may indicate attempted exploitation of memory management flaws.

Compensating Controls: Ensure that systems are not exposed directly to untrusted networks where malicious network traffic can reach the affected netfs subsystem.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the critical nature of this kernel vulnerability, administrators should prioritize patching as soon as the updated packages are available from their respective Linux distributions. Failure to address this flaw leaves the underlying system infrastructure susceptible to complete compromise by unauthenticated network actors.

More Linux CVEs

Sources