-
CVE-2026-74593
- EPSS 0.17%
- Veröffentlicht 22.08.2026 16:16:31
- Zuletzt bearbeitet 23.08.2026 13:16:45
- CVE-Watchlists
- Unerledigt
sched_ext: Take cgroup_lock() first in scx_cgroup_lock()
In the Linux kernel, the following vulnerability has been resolved:
sched_ext: Take cgroup_lock() first in scx_cgroup_lock()
scx_cgroup_lock() write-locks scx_cgroup_ops_rwsem and then takes
cgroup_lock(), which can deadlock through kernfs:
scx enable/disable cgroup rmdir cpu.weight write
------------------ ------------ ----------------
cgroup_lock()
percpu_down_write(rwsem)
cgroup_lock()
kernfs_get_active()
percpu_down_read(rwsem)
kernfs_drain()
The enable path waits for the rmdir to release cgroup_mutex. The rmdir,
deactivating the cpu controller's files, waits in kernfs_drain() for the
write's active reference. The write, in scx_group_set_weight(), waits for
the rwsem behind the pending writer.
Take cgroup_lock() first. The set_* paths take no cgroup locks inside the
read side, so a pending write-lock then only waits for read sections that
always run to completion, and no dependency from the rwsem back to
cgroup_mutex remains.Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
HerstellerLinux
≫
Produkt
Linux
Default Statusunaffected
Version
a5bd6ba30b3364354269b81ac55c2edca9a96d6d
Version <
2ca6b43edf83f8fc368cc3094ee5f3b1e8e0b0f0
Status
affected
Version
a5bd6ba30b3364354269b81ac55c2edca9a96d6d
Version <
a054c9ffa9b7a0dffb763837b91ac9d381ec6d10
Status
affected
Version
a5bd6ba30b3364354269b81ac55c2edca9a96d6d
Version <
5f8b69642d18e1f3e11996707842ac530444e959
Status
affected
HerstellerLinux
≫
Produkt
Linux
Default Statusaffected
Version
6.18
Status
affected
Version
0
Version <
6.18
Status
unaffected
Version <=
6.18.*
Version
6.18.46
Status
unaffected
Version <=
7.1.*
Version
7.1.9
Status
unaffected
Version <=
*
Version
7.2
Status
unaffected
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.17% | 0.06 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|
https://git.kernel.org/stable/c/2ca6b43edf83f8fc368cc3094ee5f3b1e8e0b0f0
https://git.kernel.org/stable/c/5f8b69642d18e1f3e11996707842ac530444e959
https://git.kernel.org/stable/c/a054c9ffa9b7a0dffb763837b91ac9d381ec6d10