CVE-2024-42127
Last modified
CVE-2024-42127 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In 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. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In 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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.2, < 5.4.280 |
| Linux | Linux Kernel | >= 5.5, < 5.10.222 |
| Linux | Linux Kernel | >= 5.11, < 5.15.163 |
| Linux | Linux Kernel | >= 5.16, < 6.1.98 |
| Linux | Linux Kernel | >= 6.2, < 6.6.39 |
| Linux | Linux Kernel | >= 6.7, < 6.9.9 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-42127?
How severe is CVE-2024-42127?
How do I fix CVE-2024-42127?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-42121In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-42122In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42123In the Linux kernel, the following vulnerability has been re…4.4
- CVE-2024-42124In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42125In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42126In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42128In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42129In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4213The Shopping Cart & eCommerce Store plugin for WordPress is …5.3
- CVE-2024-42130Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-42131In the Linux kernel, the following vulnerability has been re…4.4
- CVE-2024-42132In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2024-42127?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
