4 matches found
EUVD-2026-55317
In the Linux kernel, the following vulnerability has been resolved: media: pwc: Return queued buffers on startstreaming failure The vb2 framework hands buffers to the driver via bufqueue before calling startstreaming. If startstreaming returns an error without first returning those buffers via...
EUVD-2026-55314
In the Linux kernel, the following vulnerability has been resolved: media: rtl2832sdr: Return queued buffers on startstreaming failure The vb2 framework hands buffers to the driver via bufqueue before calling startstreaming. If startstreaming returns an error without first returning those buffers...
CVE-2026-68211
The CVE concerns the Linux kernel component media: stm32-dcmipp. The issue arises when start_streaming() fails after vb2 has handed buffers to the driver via buf_queue(); if those buffers aren’t returned with vb2_buffer_done(), vb2_start_streaming() may WARN_ON(owned_by_drv_count) and the buffers...
CVE-2026-68209
The CVE affects the Linux kernel media sun4i-csi driver. In start_streaming(), if an error occurs after vb2 has queued buffers but before the buffers are returned via vb2_buffer_done(), the driver path previously leaked queued buffers. The fix ensures that on failure, queued buffers are returned ...