2 matches found
CVE-2026-68204
The CVE concerns the Linux kernel’s media/vivid driver. The issue arises in vivid_update_format_cap/out(), which may be called to change CROP/COMPOSE/SCALE capability while the capture/output queue is still busy. The root cause is failure to check vb2_is_busy() before toggling formats, allowing c...
5.4AI score
SaveExploits0References5
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...
5.4AI score
SaveExploits0References5
20