Lucene search
+L

329 matches found

RedhatCVE
RedhatCVE
added 4 hours ago2 views

CVE-2026-68205

A flaw was found in the Linux kernel. The v4l2-fwnode module, responsible for video device node management, incorrectly handles module ownership during asynchronous subdevice registration. This can lead to a sensor module's reference count not being properly incremented. As a result, the module m...

5.5CVSS5.3AI score
SaveExploits0References8
RedhatCVE
RedhatCVE
added 8 hours ago4 views

CVE-2026-68206

A flaw was found in the Linux kernel's V4L2 controls for High Efficiency Video Coding HEVC. The common validation path for HEVC slice parameters does not properly verify the active L0/L1 reference counts before driver-specific code processes them. This lack of validation could allow a local user ...

5.5CVSS5.4AI score
SaveExploits0References4
NVD
NVD
added yesterday4 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...

SaveExploits0References5
EUVD
EUVD
added yesterday7 views

EUVD-2026-55324

In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: Fix memory leak in error path of vdecopen The vdecopen function previously jumped directly to errm2mrelease when vdecinitctrls failed, skipping release of the m2m context. This caused a resource leak. Fix it b...

5.3AI score
SaveExploits0References5
CVE
CVE
added yesterday11 views

CVE-2026-68220

In the Linux kernel vulnerability CVE-2026-68220, the media: nxp: imx8-isi driver (mxc_isi_crossbar_init and mxc_isi_pipe_init) allocates v4l2_subdev state via v4l2_subdev_init_finalize but fails to free it during cleanup, causing a memory leak on every rmmod. The remediation is to add the missin...

5.3AI score
SaveExploits0References5
EUVD
EUVD
added yesterday7 views

EUVD-2026-55321

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Add missing v4l2subdevcleanup in crossbar and pipe Both mxcisicrossbarinit and mxcisipipeinit call v4l2subdevinitfinalize which allocates the subdev active state, but neither mxcisicrossbarcleanup nor...

5.3AI score
SaveExploits0References5
CVE
CVE
added yesterday11 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 score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added yesterday5 views

Linux Distros Unpatched Vulnerability : CVE-2026-68206

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: v4l2-ctrls: validate HEVC active reference counts HEVC slice parameters are shared stateless V4L2 controls, but the common validation path does not verif...

5.5AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added yesterday2 views

Linux Distros Unpatched Vulnerability : CVE-2026-68204

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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 fo...

5.6AI score
SaveExploits0References2
NVD
NVD
added 2026/07/25 10:17 a.m.8 views

CVE-2026-64421

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Fix use-after-free on remove KASAN reports a slab-use-after-free in mediaentityremovelink during rmmod of imx8isi: BUG: KASAN: slab-use-after-free in mediaentityremovelink+0x608/0x650 Read of size 2 at addr...

0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:50 a.m.27 views

CVE-2026-64421

The CVE-2026-64421 issue affects the Linux kernel driver for imx8-isi (NXP), causing a slab-use-after-free in __media_entity_remove_link() during rmmod. The root cause is in mxc_isi_remove() calling mxc_isi_crossbar_cleanup() before mxc_isi_v4l2_cleanup(), which frees media entity pads that later...

5.8AI score0.00168EPSS
SaveExploits0References5
SUSE Linux
SUSE Linux
added 2026/06/25 11:55 a.m.21 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 RT kernel was updated to fix various security issues The following security issues were fixed: CVE-2025-10263: arm64: errata: Mitigate TLBI errata on various Arm CPUs bsc1266290. CVE-2025-68324: scsi: imm: Fix use-after-free bug caused by unfinished delayed work...

9.3CVSS6AI score0.00571EPSS
SaveExploits1References124
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10, Linux

In v4l2m2mquerybuf of v4l2-mem2mem.c, there is a possible out-of-bounds write due to improper input validation. This could lead to a local escalation of privileges, as the system requires execution privileges to exploit the vulnerability. User interaction is not required for exploitation. Product...

6.7CVSS6.8AI score0.00164EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: media: vivid: fix compose-height boundary issue Syzkaller identified a bug: BUG: Unable to handle page faults for address: ffffc9000a3b1000 PF: Supervisor write access in kernel mode PF: Errorcode0x0002 – Not-present page PGD...

5.5CVSS6.2AI score0.00216EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.8 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: A bug related to use-after-free was fixed due to error path handling in mtkjpegdecdevicerun. In mtkjpegprobe, the variable &jpeg-jobtimeoutwork is bound to mtkjpegjobtimeoutwork. In mtkjpegdecdevicerun, if an err...

7.8CVSS6.3AI score0.00276EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.14 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: media: ipu3imggu: Fixed NULL pointer dereferencing in active selection access. The IMGu driver handled this by first acquiring the pointers to the active devices, then attempting to use V4L2 subdev functions. Only after that did ...

5.9AI score0.00211EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-core: explicitly clear ioctl input data. As seen from a recent syzbot bug report, mistakes in the compat ioctl implementation can lead to uninitialized kernel stack data being used as input for driver ioctl handlers...

5.5CVSS5AI score0.00236EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: media: i2c: hi846: A memory leak has been fixed in hi846parsedt. If any of the checks related to the supported link frequencies fail, then the V4L2 fwnode resources do not get released before returning, resulting in a memory leak...

5.5CVSS5.3AI score0.00184EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: media:v4l2-core: A potential resource leak was fixed in v4l2fwnodeparselink. If the fwnodegraphgetremoteendpoint function fails, fwnode is known to be NULL. Therefore, fwnodehandlePUT is a no-op. Instead, the reference taken...

6AI score0.00192EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.11 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: “Revert ‘media: v4l2-ctrls: show all owned controls in logstatus’”. This change is reflected in commit 9801b5b28c6929139d6fceeee8d739cc67bb2739. This patch introduced a potential deadlock scenario: Wed May 8 10:02:06 2024 Possibl...

5.5CVSS5.3AI score0.00142EPSS
SaveExploits0References2
Rows per page
Query Builder