
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-52589 is a race condition vulnerability in the Linux kernel's rkisp1 driver. The issue was discovered in the media subsystem, specifically affecting the interrupt handling in rkisp1_isp_stop() and rkisp1_csi_disable() functions. The vulnerability was disclosed on March 6, 2024, and affects Linux kernel versions up to 6.1.77, from 6.2 up to 6.6.16, and from 6.7 up to 6.7.4 (NVD).
The vulnerability stems from a race condition where the driver masks interrupts and incorrectly assumes the interrupt handler won't be running during the stop procedure. However, the interrupt handler can still be active, leading to the ISP being disabled while the interrupt handler is processing a captured frame. The issue has been assigned a CVSS v3.1 base score of 4.7 (Medium) with vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H, and is classified as CWE-362 (Concurrent Execution using Shared Resource with Improper Synchronization) (NVD).
The vulnerability presents two main issues: 1) The ISP could be powered off while the interrupt handler is still running and accessing registers, which can lead to board lockup, and 2) potential conflicts between the interrupt handler code and the streaming disable code. The first issue has been confirmed to cause system lockups under specific conditions (Kernel Patch).
The vulnerability requires local access with low privileges and high attack complexity to exploit. While no known exploits have been reported in the wild, successful exploitation could lead to a denial of service condition through system lockup (NVD).
The issue has been patched in the Linux kernel through a fix that properly synchronizes interrupt handling. The fix includes adding synchronize_irq() calls and proper interrupt masking in the affected functions. Users should update their Linux kernel to versions that include the fix (Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."