In the Linux kernel, the following vulnerability has been resolved:
afs: Fix reinitialisation of the inode, in particular ->lock_work
It seems that initalising afsvnode::lockwork a single time in the slab's init function isn't sufficient for workstructs. This results in the DEBUGOBJECTS debugging stuff producing a warning occasionally when running the generic/131 xfstest:
ODEBUG: activate not available (active state 0) object: 0000000016d8760f object type: workstruct hint: afslockwork+0x0/0x220 WARNING: lib/debugobjects.c:629 at debugprintobject+0x4b/0x90, CPU#3: locktest/7695 ... CPU: 3 UID: 0 PID: 7695 Comm: locktest Tainted: G S 7.1.0-build3+ #2771 PREEMPT ... RIP: 0010:debugprint_object+0x65/0x90 ... Call Trace: <TASK> ? __pfxafslockwork+0x10/0x10 debugobjectactivate+0x122/0x170 insertwork+0x25/0x60 __queuework+0x2e0/0x340 queuedelayed_workon+0x48/0x70 afsflreleaseprivate+0x57/0x70 locksreleaseprivate+0x5c/0xa0 locksfreelock+0xe/0x20 posixlockinode+0x55f/0x5b0 lockslockinodewait+0x81/0x140 ? filewriteandwaitrange+0x50/0x70 afslock+0xcd/0x110 fcntlsetlk+0x10d/0x260 dofcntl+0x24e/0x5b0 __dosysfcntl+0x6a/0x90 dosyscall64+0x11e/0x310 entrySYSCALL64afterhwframe+0x71/0x79
Fix this by reinitialising ->lock_work after allocating an inode.
Also, flush ->lock_work when the inode is being evicted to make sure it's not still running.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72375.json",
"cna_assigner": "Linux"
}