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

NFSD: Fix infinite loop in layout state revocation

find_one_sb_stid() skips stids whose sc_status is non-zero, but the
SC_TYPE_LAYOUT case in nfsd4_revoke_states() never sets sc_status
before calling nfsd4_close_layout(). The retry loop therefore finds
the same layout stid on every iteration, hanging the revoker
indefinitely.
Published: 2026-07-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel contains a logic flaw in the NFS daemon whereby a revocation loop fails to advance because a status field is never set. As a result, the same layout reference identifier is repeatedly found and the revoker is trapped in an infinite loop, causing the NFS service to hang and deny further legitimate traffic. The weakness is a classic infinite loop flaw that can lead to a persistent denial of service.

Affected Systems

The vulnerability affects the Linux kernel on all distributions that ship with the unpatched NFS daemon. No specific version information is provided in the disclosure, so any installation running a kernel containing the bug may be impacted.

Risk and Exploitability

The EPSS score is reported as less than 1%, indicating a low likelihood that this vulnerability will be actively exploited, and it is not listed in the CISA KEV catalog. Nonetheless, the CVSS score of 5.5 classifies it as a moderate severity vulnerability. The infinite loop can cause the NFS daemon to hang, leading to a denial of service. The likely attack vector is remote: an NFS client that initiates a revocation request can trigger the loop and exhaust resources on the server. Because the flaw only affects the NFS server's revocation logic, addressing it with a kernel update mitigates the risk.

Generated by OpenCVE AI on August 3, 2026 at 18:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel patch that includes the NFSD layout state revocation fix
  • If a kernel upgrade cannot be performed immediately, restart the NFS daemon to clear any stalled revoker state and monitor for repeated hangs
  • Contact your distribution vendor for guidance on postponing or disabling the affected NFS functionality and plan an upgrade to a patched kernel before the next security cycle

Generated by OpenCVE AI on August 3, 2026 at 18:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Mon, 03 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-652

Sun, 02 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1221

Thu, 30 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Low


Sun, 26 Jul 2026 01:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1221

Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix infinite loop in layout state revocation find_one_sb_stid() skips stids whose sc_status is non-zero, but the SC_TYPE_LAYOUT case in nfsd4_revoke_states() never sets sc_status before calling nfsd4_close_layout(). The retry loop therefore finds the same layout stid on every iteration, hanging the revoker indefinitely.
Title NFSD: Fix infinite loop in layout state revocation
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-07-25T09:14:45.322Z

Reserved: 2026-07-19T15:36:31.794Z

Link: CVE-2026-64519

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-07-25T10:17:38.187

Modified: 2026-07-25T10:17:38.187

Link: CVE-2026-64519

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64519 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T18:30:06Z

Weaknesses
  • CWE-652

    Improper Neutralization of Data within XQuery Expressions ('XQuery Injection')