CVE-2025-68333

Source
https://cve.org/CVERecord?id=CVE-2025-68333
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-68333.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-68333
Downstream
Published
2025-12-22T16:14:11.081Z
Modified
2026-03-20T12:46:22.688578Z
Summary
sched_ext: Fix possible deadlock in the deferred_irq_workfn()
Details

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

schedext: Fix possible deadlock in the deferredirq_workfn()

For PREEMPTRT=y kernels, the deferredirqworkfn() is executed in the per-cpu irqwork/* task context and not disable-irq, if the rq returned by container_of() is current CPU's rq, the following scenarios may occur:

lock(&rq->__lock); <Interrupt> lock(&rq->__lock);

This commit use IRQWORKINITHARD() to replace initirqwork() to initialize rq->scx.deferredirqwork, make the deferredirq_workfn() is always invoked in hard-irq context.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68333.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
5b26f7b920f76b2b9cc398c252a9e35e44bf5bb9
Fixed
541959b2fadb832a7d0ceb95041dc52bdcf6bff7
Fixed
600b4379b9a7ba41340d652211fb29699da4c629
Fixed
a257e974210320ede524f340ffe16bf4bf0dda1e

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-68333.json"