๐Ÿ” CVE Alert

CVE-2025-68333

UNKNOWN 0.0

sched_ext: Fix possible deadlock in the deferred_irq_workfn()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: sched_ext: Fix possible deadlock in the deferred_irq_workfn() For PREEMPT_RT=y kernels, the deferred_irq_workfn() is executed in the per-cpu irq_work/* 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 IRQ_WORK_INIT_HARD() to replace init_irq_work() to initialize rq->scx.deferred_irq_work, make the deferred_irq_workfn() is always invoked in hard-irq context.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Dec 22, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
5b26f7b920f76b2b9cc398c252a9e35e44bf5bb9 < 541959b2fadb832a7d0ceb95041dc52bdcf6bff7 5b26f7b920f76b2b9cc398c252a9e35e44bf5bb9 < 600b4379b9a7ba41340d652211fb29699da4c629 5b26f7b920f76b2b9cc398c252a9e35e44bf5bb9 < a257e974210320ede524f340ffe16bf4bf0dda1e
Linux / Linux
6.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/541959b2fadb832a7d0ceb95041dc52bdcf6bff7 git.kernel.org: https://git.kernel.org/stable/c/600b4379b9a7ba41340d652211fb29699da4c629 git.kernel.org: https://git.kernel.org/stable/c/a257e974210320ede524f340ffe16bf4bf0dda1e