Description
In the Linux kernel, the following vulnerability has been resolved: drm/scheduler: signal scheduled fence when kill job When an entity from application B is killed, drm_sched_entity_kill() removes all jobs belonging to that entity through drm_sched_entity_kill_jobs_work(). If application A's job depends on a scheduled fence from application B's job, and that fence is not properly signaled during the killing process, application A's dependency cannot be cleared. This leads to application A hanging indefinitely while waiting for a dependency that will never be resolved. Fix this issue by ensuring that scheduled fences are properly signaled when an entity is killed, allowing dependent applications to continue execution.
References (5)
Scores
CVSS v3
5.5
EPSS
0.0002
EPSS Percentile
5.0%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-667
Status
published
Products (16)
linux/Kernel
4.3.0 - 6.6.96linux
linux/Kernel
6.13.0 - 6.15.5linux
linux/Kernel
6.7.0 - 6.12.36linux
Linux/Linux
< 4.3
Linux/Linux
4.3
Linux/Linux
6.1.169 - 6.1.*
Linux/Linux
6.12.36 - 6.12.*
Linux/Linux
6.15.5 - 6.15.*
Linux/Linux
6.16
Linux/Linux
6.6.96 - 6.6.*
... and 6 more
Published
Jul 25, 2025
Tracked Since
Feb 18, 2026