CVE-2026-31556: xfs: scrub: unlock dquot before early return in quota scrub
In the Linux kernel, the following vulnerability has been resolved:
xfs: scrub: unlock dquot before early return in quota scrub
xchkquotaitem can return early after calling xchkfblockprocesserror. When that helper returns false, the function returned immediately without dropping dq->qqlock, which can leave the dquot lock held and risk lock leaks or deadlocks in later quota operations.
Fix this by unlocking dq->qqlock before the early return.
Affected Software
Remediation
Event History
Frequently Asked Questions
What level of access is required to trigger this issue?
The CVSS vector indicates local access and low privileges are required. No user interaction is required.
What is the likely operational impact if the issue is triggered?
A dquot lock can remain held, causing lock leaks or deadlocks during later quota operations. The CVSS assessment rates availability impact as high, with no stated confidentiality or integrity impact.
What should be done if the affected kernel is in use?
Apply an available patch. The provided data does not identify an alternative mitigation if patching cannot be performed immediately.
How might an affected system present operationally?
Later quota operations may encounter lock leaks or deadlocks after the affected quota scrub path is exercised. No specific detection procedure is provided.