CVE-2026-80534
In the Linux kernel, the following vulnerability has been resolved: xfs: fix ilock leak on error in xfs_dq_get_next_id xfs_dq_get_next_id() takes the quota inode ILOCK before calling xfs_iread_extents(). If xfs_iread_extents() fails, the function returns immediately without releasing the lock, leaking the quota inode ILOCK. This can leave the quota inode locked and cause subsequent quota operations to hang. Fix this by jumping to a common unlock path on error instead of returning directly.
Affected versions
Linux kernel versions
4.13
and later are affected. Fixed in
5.10.267,
5.15.217,
6.1.184,
6.6.153,
6.12.105,
6.18.46,
7.1.10,
7.2
and their respective stable series.
References
7 totalFrequently asked questions
-
What is CVE-2026-80534?
CVE-2026-80534 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 4.13 onward and has been patched in 5.10.267, 5.15.217, 6.1.184 and others. CVE-2026-80534 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
Is there a patch available for CVE-2026-80534?
Yes. CVE-2026-80534 has been patched. Fixed versions include 5.10.267, 5.15.217, 6.1.184 and others. If you are running Linux kernel 4.13 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2026-80534 actively exploited?
No. CVE-2026-80534 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.