CVEFinder.io

CVE-2026-63802

⚠️ high
🔍 Scan for this CVE
Summary

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix UAF in __blkcg_rstat_flush() When multiple blkgs in the same blkcg are released concurrently, a use-after-free can occur. The race happens when one blkg's __blkcg_rstat_flush() removes another blkg's iostat entries via llist_del_all(). The second blkg sees an empty list and proceeds to free itself while the first is still iterating over its entries. Move the flush from __blkg_release() (RCU callback) to blkg_r

Description

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

blk-cgroup: fix UAF in __blkcg_rstat_flush()

When multiple blkgs in the same blkcg are released concurrently,
a use-after-free can occur. The race happens when one blkg's
__blkcg_rstat_flush() removes another blkg's iostat entries via
llist_del_all(). The second blkg sees an empty list and proceeds
to free itself while the first is still iterating over its entries.

Move the flush from __blkg_release() (RCU callback) to blkg_release()
(before call_rcu). This ensures the RCU grace period waits for any
concurrent flush's rcu_read_lock() section to complete before freeing.

CVSS Score
7.8
High
EPSS Score
0.1
Exploit Probability
Published Date
2026-07-19
First Seen: 2026-07-20
📊 Relative Risk Intelligence

This CVE is Moderate Risk - more severe than 68.5% of all 360,673 vulnerabilities in our database.

#113,591
Above average severity
Severity Percentile
Last Modified 2026-08-17
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE IDs (Weakness Types)

📦 Affected Products 6

🔗 References 5

🔗 Related CVEs 6

CVE ID Severity CVSS EPSS Summary Published
CVE-2026-64453 ⚠️ high 7.8 0.1 In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: fix disconnect UAF in client tear... 2026-07-25
CVE-2026-64452 ⚠️ high 7.1 0.2 In the Linux kernel, the following vulnerability has been resolved: 6lowpan: fix NHC entry use-after-free on error path... 2026-07-25
CVE-2026-64451 🔶 medium 5.5 0.1 In the Linux kernel, the following vulnerability has been resolved: tracing: Fix NULL pointer dereference in func_set_f... 2026-07-25
CVE-2026-64450 ⛔ critical 9.1 0.5 In the Linux kernel, the following vulnerability has been resolved: tipc: fix out-of-bounds read in broadcast Gap ACK b... 2026-07-25
CVE-2026-64449 ⚠️ high 7.8 0.1 In the Linux kernel, the following vulnerability has been resolved: staging: vme_user: bound slave read/write to the ke... 2026-07-25
CVE-2026-64448 ⚠️ high 8.2 0.5 In the Linux kernel, the following vulnerability has been resolved: smb: client: restrict implied bcc[0] exemption to r... 2026-07-25
These CVEs affect the same products