NONE · 0

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_exten...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-80534?

CVE-2026-80534 is a documented vulnerability. 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_exten...

How severe is CVE-2026-80534?

CVSS scoring is not yet available for CVE-2026-80534. Check NVD for updates.

Is there a patch for CVE-2026-80534?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.