CVE-2026-53050: quota: Fix race of dquot_scan_active() with quota deactivation

Published Jun 24, 2026
·
Updated

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

quota: Fix race of dquotscanactive() with quota deactivation

dquotscanactive() can race with quota deactivation in quotareleaseworkfn() like:

CPU0 (quotareleaseworkfn) CPU1 (dquotscanactive) ============================== ============================== spinlock(&dqlistlock); listreplaceinit( &releasingdquots, &rlshead); / dquot X on rlshead, dqcount == 0, DQACTIVEB still set / spinunlock(&dqlistlock); synchronizesrcu(&dquotsrcu); spinlock(&dqlistlock); listforeachentry(dquot, &inuselist, dqinuse) { / finds dquot X / dquotactive(X) -> true atomicinc(&X->dqcount); } spinunlock(&dqlistlock); spinlock(&dqlistlock); dquot = listfirstentry(&rlshead); WARNONONCE(atomicread(&dquot->dqcount));

The problem is not only a cosmetic one as under memory pressure the caller of dquotscanactive() can end up working on freed dquot.

Fix the problem by making sure the dquot is removed from releasing list when we acquire a reference to it.

Affected Software

15 affected componentsFixes available
Linux Linux kernel
Microsoft azl3 kernel 6.6.139.1-1<6.6.143.1-1
6.6.143.1-1
Linux Linux kernel>=4.19.297<4.20
Linux Linux kernel>=5.4.259<5.5
Linux Linux kernel>=5.10.199<5.10.258
Linux Linux kernel>=5.15.136<5.15.209
Linux Linux kernel>=6.1.59<6.1.175
Linux Linux kernel>=6.5.8<6.6
Linux Linux kernel>=6.6.1<6.6.141
Linux Linux kernel>=6.7<6.12.91
Linux Linux kernel>=6.13<6.18.33
Linux Linux kernel>=6.19<7.0.10
Linux Linux kernel=6.6
Linux Linux kernel=6.6-rc6
Linux Linux kernel=6.6-rc7

Event History

Jun 24, 2026
CVE Published
via MITRE·04:29 PM
Data Sourced
via MITRE·04:29 PM
DescriptionSeverity
Data Sourced
via NVD·05:17 PM
RemedyDescriptionSeverityWeaknessAffected Software
Jun 27, 2026
Data Sourced
via Microsoft·08:16 AM
DescriptionSeverityWeakness
Data Sourced
via Microsoft·08:16 AM
Affected Software
Updated
via Microsoft·08:16 AM
DescriptionSeverity

Frequently Asked Questions

1

Who is realistically exposed to this issue?

Systems running an affected Linux kernel or the listed Microsoft azl3 kernel are exposed when kernel quota handling is in use. Exploitation requires local access and low privileges; no user interaction is required.

2

What conditions are needed to trigger the race?

The race occurs between dquot_scan_active() and quota deactivation in quota_release_workfn(). Under memory pressure, the scanning path can operate on a dquot object after it has been freed.

3

Is there a patch available?

Yes. The issue has been resolved and patch references are provided for stable kernel trees.

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