CVE-2023-52660
Last modified
CVE-2023-52660 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ handling due to shared interrupts The driver requests the interrupts as IRQF_SHARED, so the interrupt handlers can be called at any time. If such a call happens while the ISP is powered down, the SoC will hang as the driver tries to access the ISP registers. This can be reproduced even without the platform sharing the IRQ line: Enable CONFIG_DEBUG_SHIRQ and unload the driver, and the board will hang. Fix this by adding a new field, 'irqs_enabled', which is used to bail out from the interrupt handler when the ISP is not operational.. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ handling due to shared interrupts The driver requests the interrupts as IRQF_SHARED, so the interrupt handlers can be called at any time. If such a call happens while the ISP is powered down, the SoC will hang as the driver tries to access the ISP registers. This can be reproduced even without the platform sharing the IRQ line: Enable CONFIG_DEBUG_SHIRQ and unload the driver, and the board will hang. Fix this by adding a new field, 'irqs_enabled', which is used to bail out from the interrupt handler when the ISP is not operational.
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 | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.6, < 6.1.83 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.23 | — |
| Linux | Linux Kernel | >= 6.7, < 6.7.11 | — |
| Linux | Linux Kernel | 6.8 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-52660?
How severe is CVE-2023-52660?
How do I fix CVE-2023-52660?
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 2023
- CVE-2023-52655In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52656In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52657In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52658In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52659In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5266A vulnerability, which was classified as critical, was found…8.8
- CVE-2023-52661In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52662In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52663In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52664In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52665Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-52666Rejected reason: This CVE ID has been rejected or withdrawn …
Are you affected by CVE-2023-52660?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
