In the Linux kernel, the following vulnerability has been resolved:
afs: Fix lack of locking around modifications of net->cellsdynino
Fix the lack of locking around modifications of net->cellsdynino by taking net->cellslock exclusively. This also requires to cell to be removed from net->cellsdynino in afsdestroycellwork() rather than in afscelldestroy() as the latter runs in RCU cleanup context and sleeping locks cannot be taken there.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72372.json"
}