Lucene search
+L

39 matches found

RedhatCVE
RedhatCVE
added yesterday4 views

CVE-2026-68204

A flaw was found in the Linux kernel's media subsystem, specifically within the vivid driver. The vividupdateformatcap/out functions, which handle video format changes, can be called when the video buffer queue is actively processing data. This occurs because checks for a busy queue are missing...

4.7CVSS5.5AI score0.00209EPSS
SaveExploits0References8
NVD
NVD
added 2 days ago5 views

CVE-2026-68222

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

0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-55329

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Move srcbuf Removal to finishencode During encoder processing, there is a case where the IRQ response could return the buffer back to userspace via v4l2m2mbufdone call. In this time, userspace could que...

5.5AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2 days ago13 views

CVE-2026-68222

The CVE concerns the Linux kernel media: msi2500 driver. It fixes a leak of vb2 buffers when start_streaming() errors occur before buffers are returned with vb2_buffer_done(). The root cause was five error paths in msi2500_start_streaming() that overwrote or skipped error handling, causing queued...

5.3AI score0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago13 views

CVE-2026-68213

The CVE-2026-68213 entry concerns the Linux kernel media/rtl2832_sdr driver. The fix ensures that, if start_streaming() fails after vb2 has queued buffers via buf_queue(), those buffers are returned before the function exits to prevent leaks. The patch introduces a successful exit path and adds r...

5.6AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago31 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...

0.00209EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2026/06/10 8:4 a.m.17 views

media: videobuf2: Set vma_flags in vb2_dma_sg_mmap

...

5.5CVSS5.8AI score0.00114EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/06/08 5:16 p.m.6 views

CVE-2026-46312

In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: Set vmaflags in vb2dmasgmmap vb2dmacontig sets VMA flags VMDONTEXPAND and VMDONTDUMP and I do not see a reason why vb2dmasg should behave differently. This avoids hitting WARNON!vma-vmflags & VMDONTEXPAND; in...

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0References26
EUVD
EUVD
added 2026/06/08 3:50 p.m.17 views

EUVD-2026-35122

In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: Set vmaflags in vb2dmasgmmap vb2dmacontig sets VMA flags VMDONTEXPAND and VMDONTDUMP and I do not see a reason why vb2dmasg should behave differently. This avoids hitting WARNON!vma-vmflags & VMDONTEXPAND; in...

5.4AI score0.00114EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/22 3:31 p.m.13 views

EUVD-2026-24825

In the Linux kernel, the following vulnerability has been resolved: media: mc, v4l2: serialize REINIT and REQBUFS with reqqueuemutex MEDIAREQUESTIOCREINIT can run concurrently with VIDIOCREQBUFS0 queue teardown paths. This can race request object cleanup against vb2 queue cancellation and lead to...

5.6AI score0.00126EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/03/30 9:43 p.m.40 views

CVE-2026-33986 FreeRDP: H.264 YUV Buffer Dimension Desync - Heap OOB Write

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.24.2, in yuvensurebuffer in libfreerdp/codec/h264.c, h264-width and h264-height are updated before the reallocation loop. If any winpralignedrecalloc call fails, the function returns FALSE but width/height are...

7.5CVSS0.00265EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:0 a.m.4 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-000600)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000600 advisory. drivers/media/v4l2-core/videobuf2-v4l2.c in the Linux kernel before 4.5.3 allows local users to cause a denial of service kernel memory write operation or possibly...

7.8CVSS7.1AI score0.00357EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/01/15 12:0 a.m.3 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2026-003025)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-003025 advisory. drivers/media/v4l2-core/videobuf2-v4l2.c in the Linux kernel before 4.5.3 allows local users to cause a denial of service kernel memory write operation or possibly...

7.8CVSS7.1AI score0.00357EPSS
SaveExploits0References8
AstraLinux
AstraLinux
added 2026/01/13 2:1 p.m.3 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: forbid removing buffers when legacy fileio is active The vb2ioctlremovebufs call manipulates the internal buffer list of the queue. This may potentially overwrite pointers used by the legacy fileio interface...

7.8CVSS6.3AI score0.00139EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/08 3:31 a.m.20 views

EUVD-2025-201643

In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: forbid removebufs when legacy fileio is active vb2ioctlremovebufs call manipulates queue internal buffer list, potentially overwriting some pointers used by the legacy fileio access mode. Forbid that ioctl when...

6.2AI score0.00139EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/08 12:46 a.m.7 views

CVE-2025-40302 media: videobuf2: forbid remove_bufs when legacy fileio is active

In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: forbid removebufs when legacy fileio is active vb2ioctlremovebufs call manipulates queue internal buffer list, potentially overwriting some pointers used by the legacy fileio access mode. Forbid that ioctl when...

7.8CVSS6.6AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-989604)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989604 advisory. In the Linux kernel, the following vulnerability has been resolved: media: stk1160: If start stream fails, return buffers with VB2BUFSTATEQUEUED If the callback...

5.5CVSS6.1AI score0.00264EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.3 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989517)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989517 advisory. In the Linux kernel, the following vulnerability has been resolved: media: stk1160: If start stream fails, return buffers with VB2BUFSTATEQUEUED If the callback...

5.5CVSS6.1AI score0.00264EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2018-3327

Malware in sbrugna...

10CVSS9.5AI score0.00942EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-31908

Malicious code in bioql PyPI...

6.4AI score0.0015EPSS
SaveExploits0References4
Rows per page
Query Builder