In the Linux kernel, the following vulnerability has been resolved:
NFSD: Handle layout stid in nfsd4droprevoked_stid()
nfsd4droprevokedstid() has no SCTYPELAYOUT case, so when a client sends FREESTATEID for an admin-revoked layout stid, the default branch releases cl_lock and returns without unhashing or releasing the stid. The stid remains in the IDR and on the per-client list until the client is destroyed.
Remove the layout stid from the per-client list and call nfs4putstid() to drop the creation reference. When the refcount reaches zero, nfsd4freelayout_stateid() handles the remaining cleanup: cancelling the fence worker, removing from the per-file list, and freeing the slab object.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74316.json",
"cna_assigner": "Linux"
}