CVE-2026-63800

9.8

Linux · Kernel

A use-after-free vulnerability exists in the Linux kernel pNFS implementation due to incorrect ordering of object cleanup and tracepoint access in the pnfs_update_layout function.

Executive summary

A critical use-after-free vulnerability in the Linux kernel pNFS subsystem may allow unauthenticated attackers to trigger system crashes or execute arbitrary code.

Vulnerability

The vulnerability occurs within the pNFS client code when handling layout returns. An incorrect sequence of operations leads to a use-after-free condition where a tracepoint attempts to access data structures that have already been freed, which can be triggered by an unauthenticated network user.

Business impact

The flaw carries a CVSS score of 9.8, indicating a critical severity level due to its potential for remote code execution and system instability. Successful exploitation could lead to full system compromise, loss of data integrity, and significant operational downtime, posing a substantial risk to enterprise environments relying on NFS storage.

Remediation

Immediate Action: Update your Linux kernel to the versions specified in the fixed_packages metadata, specifically 5.10.260, 5.15.211, 6.1.177, or 6.6.144, depending on your current distribution branch.

Proactive Monitoring: Monitor system logs for kernel panic events or unexpected segmentation faults, which may indicate attempted exploitation of kernel-level memory corruption.

Compensating Controls: Restrict network access to NFS services to trusted IP addresses using firewall rules or network segmentation to minimize the exposure of the vulnerable pNFS interface.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the critical nature of this kernel vulnerability, administrators must prioritize patching as part of their next maintenance cycle. Because the issue resides in core kernel code, a system reboot will be required to apply the fix, so coordinate with stakeholders to minimize service disruption while ensuring the environment is secured against potential remote exploitation.

More Linux CVEs

Sources