7 matches found
CVE-2026-68222 media: msi2500: Return queued buffers on start_streaming() failure
In the Linux kernel, the following vulnerability has been resolved: media: msi2500: 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 vi...
CVE-2026-68216
Summary of CVE-2026-68216 (Linux kernel pwc driver): A fix addresses a resource leak in start_streaming() for the pwc media driver. When start_streaming() fails, buffers queued via vb2_buffer_done() were not returned, causing vb2_start_streaming() to WARN_ON(owned_by_drv_count). The two early-fai...
EUVD-2026-55305
In the Linux kernel, the following vulnerability has been resolved: media: vivid: check for vb2isbusy when toggling caps The vividupdateformatcap/out functions must only be called if the capture/output queue are not busy. But for the controls that select the CROP/COMPOSE/SCALE capability that is...
SUSE CVE-2024-50175
In the Linux kernel, the following vulnerability has been resolved: media: qcom: camss: Remove usecount guard in stopstreaming The usecount check was introduced so that multiple concurrent Raw Data Interfaces RDIs could be driven by different virtual channels VCs on the CSIPHY input driving the...
DEBIAN-CVE-2024-50175
In the Linux kernel, the following vulnerability has been resolved: media: qcom: camss: Remove usecount guard in stopstreaming The usecount check was introduced so that multiple concurrent Raw Data Interfaces RDIs could be driven by different virtual channels VCs on the CSIPHY input driving the...
UBUNTU-CVE-2024-50175
In the Linux kernel, the following vulnerability has been resolved: media: qcom: camss: Remove usecount guard in stopstreaming The usecount check was introduced so that multiple concurrent Raw Data Interfaces RDIs could be driven by different virtual channels VCs on the CSIPHY input driving the...
CVE-2024-50175
CVE-2024-50175 is a Linux kernel CAMSS issue where an incorrect use_count guard in stop_streaming for multiple VCs on the same RDI can cause stop_streaming to leave buffers in an active state and fail to re-start (noted as -EBUSY). The vulnerability was resolved by removing the use_count check, w...