Junglewise Threat Intelligence

CVE-2026-53050: Linux Kernel race condition in quota subsystem

CVE-2026-53050 · Severity: info · CVSS 5.5 · Published 2026-06-24

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A race condition was identified in the Linux kernel's disk quota management system. This component is responsible for limiting the amount of disk space users or groups can consume. Under specific conditions, such as high memory pressure, this flaw could cause the system to crash or behave unpredictably, potentially impacting system availability and operational stability.

Technical details

A race condition exists in fs/quota/dquot.c where dquot_scan_active() can encounter a dquot that is in the process of being released by quota_release_workfn(). Specifically, CPU1 (dquot_scan_active) may find a dquot on the in-use list and increment its reference count after CPU0 (quota_release_workfn) has already moved it to a releasing list but before it has been fully deactivated. Under memory pressure, this can result in the kernel operating on a freed dquot structure. The fix ensures that dquots are properly removed from the releasing list when a new reference is acquired via __dqgrab().

Affected products

  • Linux Linux Kernel versions including 22c06bf1f99ec3ec16b1a81342becba4c59a1f16, 56e96b38d2f7cd95b3c30eb70decac7233915e0a, 12a820a9923c11e8e898da9f82c8aded70cdcd16, 869b6ea1609f655a43251bf41757aa44e5350a8f

Timeline

  • 2026-02-27: other: Patch authored by Jan Kara
  • 2026-06-24: disclosed: CVE published

References