First published: Thu Mar 27 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ptdma: pt_core_execute_cmd() should use spinlock The interrupt handler (pt_core_irq_handler()) of the ptdma driver can be called from interrupt context. The code flow in this function can lead down to pt_core_execute_cmd() which will attempt to grab a mutex, which is not appropriate in interrupt context and ultimately leads to a kernel panic. The fix here changes this mutex to a spinlock, which has been verified to resolve the issue.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-53013 has been classified as a medium severity vulnerability in the Linux kernel.
To fix CVE-2023-53013, update your Linux kernel to the latest patched version provided by your distribution.
CVE-2023-53013 affects various versions of the Linux kernel prior to the fixing commit.
The impact of CVE-2023-53013 could potentially lead to race conditions, affecting the stability of the ptdma driver during interrupt handling.
Currently, the recommended solution for CVE-2023-53013 is to apply the appropriate kernel updates rather than relying on a workaround.