CVE Catalog

CVE-2026-64519

Low risk· EPSS 11%
Published: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.21%

11th percentile - higher than 11% of all known CVEs

Summary

In the Linux kernel NFSD, the nfsd4_revoke_states() function for layouts (SC_TYPE_LAYOUT) never set sc_status before calling nfsd4_close_layout(), causing an infinite loop in layout state revocation.

Risk Assessment

The organization may experience a hang of the NFS server, preventing file access by NFS clients.

Recommendation

Apply the Linux kernel patch that sets sc_status before calling nfsd4_close_layout() for layouts.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS