CVE-2026-80534: xfs: fix ilock leak on error in xfs_dq_get_next_id

Published Aug 26, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

xfs: fix ilock leak on error in xfsdqgetnextid

xfsdqgetnextid() takes the quota inode ILOCK before calling xfsireadextents(). If xfsireadextents() 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 Software

1 affected component
Linux Kernel

Event History

Aug 26, 2026
CVE Published
via MITRE·02:37 PM
Data Sourced
via MITRE·02:37 PM
Description
Data Sourced
via NVD·03:17 PM
Description

Frequently Asked Questions

1

What systems are exposed to this issue?

Linux kernel systems using XFS quota operations are exposed when xfs_dq_get_next_id() encounters an xfs_iread_extents() error. The failure can leave the quota inode locked, causing later quota operations to hang.

2

What must occur for the hang to happen?

An error must occur in xfs_iread_extents() after xfs_dq_get_next_id() has acquired the quota inode ILOCK. The vulnerable error path returns without releasing that lock.

3

How can I tell whether a system is already affected?

A likely symptom is quota operations hanging because the quota inode remains locked after an extent-read error. The provided information does not identify a specific log message or other definitive detection indicator.

4

What should be done if patching cannot happen immediately?

The provided information only identifies the corrected behavior: the error path must release the quota inode ILOCK through a common unlock path. No temporary configuration workaround is provided.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203