Lucene search
+L

358773 matches found

Debian CVE
Debian CVE
added 4 days ago8 views

CVE-2026-68218

In the Linux kernel, the following vulnerability has been resolved: media: pci: dm1105: Free allocated workqueue Destroy allocated workqueue in remove callback to free its resources, thus fixing memory leak...

5.2AI score0.00209EPSS
SaveExploits0
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-55319

In the Linux kernel, the following vulnerability has been resolved: media: pci: dm1105: Free allocated workqueue Destroy allocated workqueue in remove callback to free its resources, thus fixing memory leak...

5.3AI score0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 4 days ago7 views

CVE-2026-68217

In the Linux kernel, the following vulnerability has been resolved: media: pwc: Drain fillbuf on startstreaming failure pwcisocinit submits its isochronous URBs with usbsubmiturb.., GFPKERNEL in a loop. After the first URB is submitted, its completion handler pwcisochandler can run on another CPU...

5.5AI score0.00209EPSS
SaveExploits0
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-55318

In the Linux kernel, the following vulnerability has been resolved: media: pwc: Drain fillbuf on startstreaming failure pwcisocinit submits its isochronous URBs with usbsubmiturb.., GFPKERNEL in a loop. After the first URB is submitted, its completion handler pwcisochandler can run on another CPU...

5.6AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-68217 media: pwc: Drain fill_buf on start_streaming() failure

In the Linux kernel, the following vulnerability has been resolved: media: pwc: Drain fillbuf on startstreaming failure pwcisocinit submits its isochronous URBs with usbsubmiturb.., GFPKERNEL in a loop. After the first URB is submitted, its completion handler pwcisochandler can run on another CPU...

0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago28 views

CVE-2026-68216 media: pwc: Return queued buffers on start_streaming() failure

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...

7.8CVSS0.00209EPSS
SaveExploits0References5
OSV
OSV
added 4 days ago4 views

CVE-2026-68216 media: pwc: Return queued buffers on start_streaming() failure

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...

7.8CVSS5.3AI score
SaveExploits0References8
EUVD
EUVD
added 4 days ago7 views

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...

5.3AI score0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 4 days ago6 views

CVE-2026-68216

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...

7.8CVSS5.2AI score0.00209EPSS
SaveExploits0
EUVD
EUVD
added 4 days ago5 views

EUVD-2026-55316

In the Linux kernel, the following vulnerability has been resolved: media: radio-si476x: Unregister v4l2device on probe failure si476xradioprobe registers radio-v4l2dev before allocating the V4L2 controls and before registering the video device. If any of those later steps fails, probe returns...

5.3AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago31 views

CVE-2026-68215 media: radio-si476x: Unregister v4l2_device on probe failure

In the Linux kernel, the following vulnerability has been resolved: media: radio-si476x: Unregister v4l2device on probe failure si476xradioprobe registers radio-v4l2dev before allocating the V4L2 controls and before registering the video device. If any of those later steps fails, probe returns...

0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 4 days ago6 views

CVE-2026-68215

In the Linux kernel, the following vulnerability has been resolved: media: radio-si476x: Unregister v4l2device on probe failure si476xradioprobe registers radio-v4l2dev before allocating the V4L2 controls and before registering the video device. If any of those later steps fails, probe returns...

5.2AI score0.00209EPSS
SaveExploits0
Cvelist
Cvelist
added 4 days ago29 views

CVE-2026-68214 media: rtl2832: fix use-after-free in rtl2832_remove()

In the Linux kernel, the following vulnerability has been resolved: media: rtl2832: fix use-after-free in rtl2832remove canceldelayedworksync is called before i2cmuxdeladapters in rtl2832remove. While the cancel waits for any running instance of i2cgatework to finish, it does not prevent the time...

0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 4 days ago7 views

CVE-2026-68214

In the Linux kernel, the following vulnerability has been resolved: media: rtl2832: fix use-after-free in rtl2832remove canceldelayedworksync is called before i2cmuxdeladapters in rtl2832remove. While the cancel waits for any running instance of i2cgatework to finish, it does not prevent the time...

5.3AI score0.00209EPSS
SaveExploits0
OSV
OSV
added 4 days ago5 views

CVE-2026-68214 media: rtl2832: fix use-after-free in rtl2832_remove()

In the Linux kernel, the following vulnerability has been resolved: media: rtl2832: fix use-after-free in rtl2832remove canceldelayedworksync is called before i2cmuxdeladapters in rtl2832remove. While the cancel waits for any running instance of i2cgatework to finish, it does not prevent the time...

5.4AI score
SaveExploits0References8
CVE
CVE
added 4 days ago25 views

CVE-2026-68214

The CVE-2026-68214 issue affects the Linux kernel media/rtl2832 path and causes a use-after-free during module removal when a concurrent I2C transfer via the mux adapter is in flight. The root cause is that cancel_delayed_work_sync() is invoked before i2c_mux_del_adapters(), allowing rtl2832_dese...

5.3AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 4 days ago33 views

CVE-2026-68213 media: rtl2832_sdr: Return queued buffers on start_streaming() failure

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...

7.8CVSS0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 4 days ago6 views

CVE-2026-68213

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...

7.8CVSS5.5AI score0.00209EPSS
SaveExploits0
OSV
OSV
added 4 days ago4 views

CVE-2026-68213 media: rtl2832_sdr: Return queued buffers on start_streaming() failure

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...

7.8CVSS5.6AI score
SaveExploits0References8
CVE
CVE
added 4 days ago27 views

CVE-2026-68213

CVE-2026-68213 affects the Linux kernel rtl2832_sdr driver in the media subsystem. On start_streaming() failure, buffers queued via vb2 are not returned, causing a leak and potential resource exhaustion. The patch adds an explicit success exit and calls rtl2832_sdr_cleanup_queued_bufs() at error ...

7.8CVSS5.6AI score0.00209EPSS
SaveExploits0References5
Rows per page
Query Builder