CVE-2026-74730

9.8

Linux · Kernel

A use-after-free vulnerability in the Linux kernel NFS implementation allows unauthenticated attackers to potentially trigger system crashes or arbitrary code execution via a delayed FREE_STATEID call.

Executive summary

A critical use-after-free vulnerability in the Linux kernel NFS subsystem poses a severe risk of system instability or unauthorized code execution.

Vulnerability

The vulnerability exists due to improper reference counting of the struct nfs_server object during a FREE_STATEID call, which allows the object to be freed while operations are still in flight. This flaw can be triggered by an unauthenticated attacker over the network.

Business impact

The CVSS score of 9.8 reflects the high potential for full system compromise. Successful exploitation could lead to complete loss of system integrity and availability, potentially resulting in unauthorized data access or prolonged service outages for critical business infrastructure relying on NFS storage.

Remediation

Immediate Action: Administrators should immediately update their Linux kernel to the patched versions (5.10.265, 5.15.216, 6.1.183, 6.6.152 or later) provided by their distribution maintainers.

Proactive Monitoring: Monitor system logs for kernel panic events or unexpected crashes associated with NFS operations, which may indicate attempted exploitation.

Compensating Controls: Restrict access to NFS services to trusted network segments using firewalls or network access control lists to reduce the attack surface.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the critical CVSS severity and the low complexity required for network-based exploitation, this vulnerability should be treated with the highest urgency. Organizations should prioritize the deployment of kernel patches across all affected Linux systems to prevent potential remote code execution or denial of service attacks.

More Linux CVEs

Sources