CVE-2026-89516

Source
https://cve.org/CVERecord?id=CVE-2026-89516
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89516.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89516
Downstream
Published
2026-09-11T19:43:59Z
Modified
2026-09-12T11:47:15Z
Summary
sched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_users
Details

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

sched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_users

scx_bpf_dsq_reenq() queues a deferred reenq (dru) that runs from run_deferred(), not ops.dispatch(). If the DSQ is destroyed before the dru runs, process_deferred_reenq_users() sees dsq->id == SCX_DSQ_INVALID and hits the BUG_ON. destroy_dsq() doesn't flush pending drus, so just skip.

tj: Read dsq->id once with READ_ONCE(). Reading it separately in the INVALID check and the BUG_ON would leave a window where destroy_dsq() can invalidate the id between the two reads and still trigger the BUG_ON.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89516.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
84b1a0ea0b7c23dec240783a592e480780efe459
Fixed
c480961a1e790b46ffd8c20c4b6754d65ec6572d
Fixed
8d8dd8ae89eaa78b37fc85528e926029f5facbdf

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.1.0
Fixed
7.2.4

Database specific

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