
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-38619 is a vulnerability discovered in the Linux kernel affecting the media subsystem, specifically the TI J721E CSI2RX driver. The vulnerability was disclosed on August 22, 2025. The issue occurs in the ti_csi2rx_dma_callback() function where if ti_csi2rx_start_dma() fails, a buffer is marked with VB2_BUF_STATE_ERROR but is not removed from the DMA queue (NVD).
The vulnerability stems from a list_del corruption issue in the Linux kernel's media subsystem. When ti_csi2rx_start_dma() fails in ti_csi2rx_dma_callback(), the buffer is marked as done with VB2_BUF_STATE_ERROR but remains in the DMA queue. This causes the same buffer to be retried in subsequent iterations, resulting in a double list_del() operation and eventual list corruption. The issue manifests as a kernel BUG at lib/list_debug.c:65 with a fatal exception in interrupt (NVD).
The vulnerability leads to a kernel crash due to list_del corruption, causing a fatal exception in interrupt handling. This results in system instability and potential denial of service conditions on affected systems (NVD).
The fix involves removing the buffer from the queue before calling vb2_buffer_done() on error. This prevents the double list_del() operation and subsequent list corruption. The patch has been integrated into various Linux distributions including Ubuntu, where it has been fixed across multiple kernel versions (NVD).
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."