Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-53050
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-24 Jun, 2026 | 16:29
Updated At-28 Jun, 2026 | 06:38
Rejected At-
▼CVE Numbering Authority (CNA)
quota: Fix race of dquot_scan_active() with quota deactivation

In the Linux kernel, the following vulnerability has been resolved: quota: Fix race of dquot_scan_active() with quota deactivation dquot_scan_active() can race with quota deactivation in quota_release_workfn() like: CPU0 (quota_release_workfn) CPU1 (dquot_scan_active) ============================== ============================== spin_lock(&dq_list_lock); list_replace_init( &releasing_dquots, &rls_head); /* dquot X on rls_head, dq_count == 0, DQ_ACTIVE_B still set */ spin_unlock(&dq_list_lock); synchronize_srcu(&dquot_srcu); spin_lock(&dq_list_lock); list_for_each_entry(dquot, &inuse_list, dq_inuse) { /* finds dquot X */ dquot_active(X) -> true atomic_inc(&X->dq_count); } spin_unlock(&dq_list_lock); spin_lock(&dq_list_lock); dquot = list_first_entry(&rls_head); WARN_ON_ONCE(atomic_read(&dquot->dq_count)); The problem is not only a cosmetic one as under memory pressure the caller of dquot_scan_active() 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 Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/quota/dquot.c
  • include/linux/quotaops.h
Default Status
unaffected
Versions
Affected
  • From 22c06bf1f99ec3ec16b1a81342becba4c59a1f16 before 2bdc80f4619411e5bd4a3ef23f51e14021ed457c (git)
  • From 56e96b38d2f7cd95b3c30eb70decac7233915e0a before f9438cb8c8ec3adc84b2b450a3aab0123d074c3b (git)
  • From 12a820a9923c11e8e898da9f82c8aded70cdcd16 before ac8a2e0d287ebf35e5d7e51e260b4e146648ba4a (git)
  • From 869b6ea1609f655a43251bf41757aa44e5350a8f before 6678dde265708003c2b42551af4a2e3cb05decd5 (git)
  • From 869b6ea1609f655a43251bf41757aa44e5350a8f before 61e25f664dc2a08299e07d84c85776abc2350f75 (git)
  • From 869b6ea1609f655a43251bf41757aa44e5350a8f before fdd424d7c35633ac577fd87d1b043d1b8a6cd350 (git)
  • From 869b6ea1609f655a43251bf41757aa44e5350a8f before 82cbdb4c1ebb5ea7d7bd45c18d3483b5bd32ebc1 (git)
  • From 869b6ea1609f655a43251bf41757aa44e5350a8f before e93ab401da4b2e2c1b8ef2424de2f238d51c8b2d (git)
  • bb7e3a019b52d829949d02b64ebab37838148fbf (git)
  • 061a18239ced5eb086967a2b4451cb1cc5ce0702 (git)
  • 2a1ddddba6541143c8f73962f3021f1789114284 (git)
  • From 5.10.199 before 5.10.258 (semver)
  • From 5.15.136 before 5.15.209 (semver)
  • From 6.1.59 before 6.1.175 (semver)
  • From 4.19.297 before 4.20 (semver)
  • From 5.4.259 before 5.5 (semver)
  • From 6.5.8 before 6.6 (semver)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • fs/quota/dquot.c
  • include/linux/quotaops.h
Default Status
affected
Versions
Affected
  • 6.6
Unaffected
  • From 0 before 6.6 (semver)
  • From 5.10.258 through 5.10.* (semver)
  • From 5.15.209 through 5.15.* (semver)
  • From 6.1.175 through 6.1.* (semver)
  • From 6.6.141 through 6.6.* (semver)
  • From 6.12.91 through 6.12.* (semver)
  • From 6.18.33 through 6.18.* (semver)
  • From 7.0.10 through 7.0.* (semver)
  • From 7.1 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
3.17.8HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Base score: 7.8
Base severity: HIGH
Vector:
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/2bdc80f4619411e5bd4a3ef23f51e14021ed457c
N/A
https://git.kernel.org/stable/c/f9438cb8c8ec3adc84b2b450a3aab0123d074c3b
N/A
https://git.kernel.org/stable/c/ac8a2e0d287ebf35e5d7e51e260b4e146648ba4a
N/A
https://git.kernel.org/stable/c/6678dde265708003c2b42551af4a2e3cb05decd5
N/A
https://git.kernel.org/stable/c/61e25f664dc2a08299e07d84c85776abc2350f75
N/A
https://git.kernel.org/stable/c/fdd424d7c35633ac577fd87d1b043d1b8a6cd350
N/A
https://git.kernel.org/stable/c/82cbdb4c1ebb5ea7d7bd45c18d3483b5bd32ebc1
N/A
https://git.kernel.org/stable/c/e93ab401da4b2e2c1b8ef2424de2f238d51c8b2d
N/A
Hyperlink: https://git.kernel.org/stable/c/2bdc80f4619411e5bd4a3ef23f51e14021ed457c
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/f9438cb8c8ec3adc84b2b450a3aab0123d074c3b
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/ac8a2e0d287ebf35e5d7e51e260b4e146648ba4a
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/6678dde265708003c2b42551af4a2e3cb05decd5
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/61e25f664dc2a08299e07d84c85776abc2350f75
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/fdd424d7c35633ac577fd87d1b043d1b8a6cd350
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/82cbdb4c1ebb5ea7d7bd45c18d3483b5bd32ebc1
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/e93ab401da4b2e2c1b8ef2424de2f238d51c8b2d
Resource: N/A
Details not found