CVE-2026-93220

Source
https://cve.org/CVERecord?id=CVE-2026-93220
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93220.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93220
Downstream
Published
2026-09-24T15:10:43Z
Modified
2026-09-25T03:48:52Z
Summary
sched_ext: Keep kick_sync waiting on the rq's own CPU
Details

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

sched_ext: Keep kick_sync waiting on the rq's own CPU

kick_sync_wait_bal_cb() assumes it runs on the rq's CPU from the __schedule() tail: the snapshots it compares against live in that CPU's percpu area and the busy-wait runs with the rq lock dropped and IRQs enabled.

However, dispatch can now drop the rq lock while the callback sits queued, and rq lock takers in that window (the sched class change paths, the scx task iterator) flush pending balance callbacks on release, running the callback on a foreign CPU. Such a run compares against unrelated snapshots and can deadlock when the executing CPU is itself a wait target.

Bail on a foreign CPU and leave the wait state alone. The wait only observes progress that the resched kicks already guarantee and the rq's next wait picks up the stale cpus_to_sync bits.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93220.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
4c95380701f58b8112f0b891de8d160e4199e19d
Fixed
c736ea0fe7b4df920da6bd43a81c5eeecadcc8be
Fixed
e0253dd04beb03e79477c5ef4768b11135687206

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

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