n the Linux kernel, the following vulnerability has been resolved: drm/lima: fix shared irq handling on driver remove lima uses a shared interrupt, so the interrupt handlers must be prepared to be called at any time. At driver removal time, the clocks are disabled early and the interrupts stay registered until the very end of the remove process due to the devm usage. This is potentially a bug as the interrupts access device registers which assumes clocks are enabled. A crash can be triggered by removing the driver in a kernel with CONFIG_DEBUG_SHIRQ enabled. This patch frees the interrupts at each lima device finishing callback so that the handlers are already unregistered by the time we fully disable clocks.
Configuration 1 (hide)
|
03 Nov 2025, 22:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
06 Oct 2025, 17:13
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | NVD-CWE-noinfo | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux linux Kernel
Linux |
|
| References | () https://git.kernel.org/stable/c/04d531b9a1875846d4f89953b469ad463aa7a770 - Patch | |
| References | () https://git.kernel.org/stable/c/0a487e977cb8897ae4c51ecd34bbaa2b005266c9 - Patch | |
| References | () https://git.kernel.org/stable/c/0d60c43df59ef01c08dc7b0c45495178f9d05a13 - Patch | |
| References | () https://git.kernel.org/stable/c/17fe8b75aaf0bb1bdc31368963446b421c22d0af - Patch | |
| References | () https://git.kernel.org/stable/c/25d0d9b83d855cbc5d5aa5ae3cd79d55ea0c84a8 - Patch | |
| References | () https://git.kernel.org/stable/c/a6683c690bbfd1f371510cb051e8fa49507f3f5e - Patch | |
| References | () https://git.kernel.org/stable/c/b5daf9217a50636a969bc1965f827878aeb09ffe - Patch |
21 Nov 2024, 09:33
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/04d531b9a1875846d4f89953b469ad463aa7a770 - | |
| References | () https://git.kernel.org/stable/c/0a487e977cb8897ae4c51ecd34bbaa2b005266c9 - | |
| References | () https://git.kernel.org/stable/c/0d60c43df59ef01c08dc7b0c45495178f9d05a13 - | |
| References | () https://git.kernel.org/stable/c/17fe8b75aaf0bb1bdc31368963446b421c22d0af - | |
| References | () https://git.kernel.org/stable/c/25d0d9b83d855cbc5d5aa5ae3cd79d55ea0c84a8 - | |
| References | () https://git.kernel.org/stable/c/a6683c690bbfd1f371510cb051e8fa49507f3f5e - | |
| References | () https://git.kernel.org/stable/c/b5daf9217a50636a969bc1965f827878aeb09ffe - |
30 Jul 2024, 13:32
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2024-07-30 08:15
Updated : 2025-11-03 22:17
NVD link : CVE-2024-42127
Mitre link : CVE-2024-42127
CVE.ORG link : CVE-2024-42127
JSON object : View