Lucene search
+L

76600 matches found

EUVD
EUVD
added 5 days ago6 views

EUVD-2026-55323

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

5.3AI score0.00138EPSS
SaveExploits0References5
Cvelist
Cvelist
added 5 days ago30 views

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

7.8CVSS0.00138EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago9 views

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

7.8CVSS5.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago29 views

CVE-2026-68221 media: nuvoton: npcm-video: fix memory leaks in probe and remove

In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: npcm-video: fix memory leaks in probe and remove npcmvideoprobe allocates the npcmvideo structure with kzallocobj but never frees it on any probe error path or in npcmvideoremove, leaking the allocation on every...

0.00209EPSS
SaveExploits0References4
CVE
CVE
added 5 days ago25 views

CVE-2026-68215

CVE-2026-68215 concerns the Linux kernel media subsystem for the si476x radio. The issue arises in si476x_radio_probe(): it registers v4l2dev before allocating V4L2 controls and before video device registration. If subsequent steps fail, the probe exits via the error path after freeing only the c...

5.3AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 5 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
EUVD
EUVD
added 5 days ago6 views

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

5.6AI score0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-55313

In the Linux kernel, the following vulnerability has been resolved: media: saa7134: Fix a possible memory leak in saa7134videoinit1 In saa7134videoinit1, the return value of the first saa7134pgtablealloc is not checked. If it fails, the function continues as if successful, leaving the driver with...

5.3AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added 5 days ago29 views

CVE-2026-68212

The CVE affects the Linux kernel driver media: saa7134, specifically saa7134_video_init1. The issue is a memory leak risk caused by missing return-value checks on two saa7134_pgtable_alloc() calls and incomplete error handling when vb2_queue_init() for the VBI queue fails. If a pgtable allocation...

5.3AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added 5 days ago21 views

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

5.3AI score0.00173EPSS
SaveExploits0References3
CVE
CVE
added 5 days ago31 views

CVE-2026-68210

CVE-2026-68210 affects the Linux kernel media: stm32: dcmi driver. The root cause is that dcmi_graph_init() registers the async notifier before dcmi_probe() toggles the reset line, so if reset_control_assert() or reset_control_deassert() fails, probe exits via err_cleanup and the driver core does...

7.8CVSS5.3AI score0.00175EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago3 views

CVE-2026-68210 media: stm32: dcmi: unregister notifier on probe failure

In the Linux kernel, the following vulnerability has been resolved: media: stm32: dcmi: unregister notifier on probe failure dcmigraphinit registers the async notifier before dcmiprobe toggles the reset line. If resetcontrolassert or resetcontroldeassert fails afterwards, probe returns through...

7.8CVSS5.3AI score
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago32 views

CVE-2026-68210 media: stm32: dcmi: unregister notifier on probe failure

In the Linux kernel, the following vulnerability has been resolved: media: stm32: dcmi: unregister notifier on probe failure dcmigraphinit registers the async notifier before dcmiprobe toggles the reset line. If resetcontrolassert or resetcontroldeassert fails afterwards, probe returns through...

7.8CVSS0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-55310

In the Linux kernel, the following vulnerability has been resolved: media: sun4i-csi: 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...

5.5AI score0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-55309

In the Linux kernel, the following vulnerability has been resolved: media: ti: vpe: Fix the error code of devmkzalloc in vipprobeslice In vipprobeslice, the error check for devmkzalloc incorrectly uses PTRERRORZERO which returns 0 for NULL pointer. Return -ENOMEM for devmkzalloc failure...

5.3AI score0.00198EPSS
SaveExploits0References2
Cvelist
Cvelist
added 5 days ago29 views

CVE-2026-68208 media: ti: vpe: Fix the error code of devm_kzalloc() in vip_probe_slice()

In the Linux kernel, the following vulnerability has been resolved: media: ti: vpe: Fix the error code of devmkzalloc in vipprobeslice In vipprobeslice, the error check for devmkzalloc incorrectly uses PTRERRORZERO which returns 0 for NULL pointer. Return -ENOMEM for devmkzalloc failure...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-55308

In the Linux kernel, the following vulnerability has been resolved: media: ti: vpe: unwind v4l2 device registration on probe error If the vpetop resource is missing, vpeprobe returns -ENODEV after v4l2deviceregister has succeeded. Probe failures do not call the driver's remove callback, so the v4...

5.3AI score0.00209EPSS
SaveExploits0References5
CVE
CVE
added 5 days ago23 views

CVE-2026-68207

The CVE concerns the Linux kernel TI VPE media driver: if vpe_top is missing, vpe_probe() returns -ENODEV after v4l2_device_register(), and probe failures do not call the driver’s remove callback, leaving the v4l2 device registered. The fix routes the failure through the existing v4l2_device_unre...

5.3AI score0.00209EPSS
SaveExploits0References5
OSV
OSV
added 5 days ago6 views

CVE-2026-68207 media: ti: vpe: unwind v4l2 device registration on probe error

In the Linux kernel, the following vulnerability has been resolved: media: ti: vpe: unwind v4l2 device registration on probe error If the vpetop resource is missing, vpeprobe returns -ENODEV after v4l2deviceregister has succeeded. Probe failures do not call the driver's remove callback, so the v4...

5.3AI score
SaveExploits0References8
CVE
CVE
added 5 days ago22 views

CVE-2026-68164

The CVE concerns the Linux kernel DAMON subsystem, specifically the function damon_set_regions() in mm/damon/core. The root cause was that input ranges were assumed to be sorted and non-overlapping, but a prior commit removed validation, allowing overlapping ranges. The consequence can be odd mon...

5.3AI score0.00209EPSS
SaveExploits0References5
Rows per page
Query Builder