In the Linux kernel, the following vulnerability has been resolved:
NFS: Pin the 'struct nfsserver' during a FREESTATEID call
Dan Aloni reports that he was able to hit a use-after-free bug if a FREESTATEID operation gets delayed for whatever reason. Fix this by bumping the refcount of the 'struct nfsserver' object for the duration of the FREE_STATEID so it doesn't get cleaned up from underneath us while operations are still in flight.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74730.json",
"cna_assigner": "Linux"
}