CVE-2026-90325

Source
https://cve.org/CVERecord?id=CVE-2026-90325
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90325.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90325
Downstream
Published
2026-09-17T16:08:40Z
Modified
2026-09-18T03:48:37Z
Summary
blk-cgroup: skip dying blkg in blkcg_activate_policy()
Details

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

blk-cgroup: skip dying blkg in blkcg_activate_policy()

When switching IO schedulers on a block device, blkcg_activate_policy() can race with concurrent blkcg deletion, leading to a use-after-free in rcu_accelerate_cbs.

T1: T2: blkg_destroy kill(&blkg->refcnt) // blkg->refcnt=1->0 blkg_release // call_rcu(__blkg_release) ... blkg_free_workfn ->pd_free_fn(pd) elv_iosched_store elevator_switch ... iterate blkg list blkg_get(blkg) // blkg->refcnt=0->1 list_del_init(&blkg->q_node) blkg_put(pinned_blkg) // blkg->refcnt=1->0 blkg_release // call_rcu again rcu_accelerate_cbs // uaf

Fix this by checking hlist_unhashed(&blkg->blkcg_node) before getting a reference to the blkg. This is the same check used in blkg_destroy() to detect if a blkg has already been destroyed. If the blkg is already unhashed, skip processing it since it's being destroyed.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90325.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
81c1188905f88b77743d1fdeeedfc8cb7b67787d
Fixed
b5dae1cd0d8368b4338430ff93403df67f0b8bcc
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
bfe46d2efe46c5c952f982e2ca94fe2ec5e58e2a
Fixed
083b58373463a6e5ee60ecb135269348f68ad7df
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
f1c006f1c6850c14040f8337753a63119bba39b9
Fixed
1a267295b1ea6a6477963f3fda84adfecd48fcad
Fixed
7337d012ca3fc3a6a2d1c8e2a19c6d97c38b410d
Fixed
3d8c3da95c75a4d312e272fc7b4076dd3ba9115c
Fixed
d8c872901e6459339374e9eea80aa919176c2ccd
Fixed
5e9220389920f33b6a804d50c548cd0cd1b04634
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
6.1.16
Fixed
6.1.17
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
6.2.3
Fixed
6.2.4

Affected versions

v6.*
v6.1.16
v6.2.3

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90325.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
6.1.17
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.2.4
Type
ECOSYSTEM
Events
Introduced
6.3.0
Fixed
6.6.157
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90325.json"