NONE · 0

CVE-2026-64519

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_LAY...

Vulnerability 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.

References

FAQ

What is CVE-2026-64519?

CVE-2026-64519 is a documented vulnerability. 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_LAY...

How severe is CVE-2026-64519?

CVSS scoring is not yet available for CVE-2026-64519. Check NVD for updates.

Is there a patch for CVE-2026-64519?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.