Lucene search
+L

132 matches found

Tenable Nessus
Tenable Nessus
added 2025/08/12 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2024-27076

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: media: imx: csc/scaler: fix v4l2ctrlhandler memory leak Free the memory allocated in...

5.5CVSS5.2AI score0.00289EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/10 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2019-18683

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in drivers/media/platform/vivid in the Linux kernel through 5.3.8. It is exploitable for privilege escalation on some Linux distribution...

7CVSS6.8AI score0.00985EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2025/07/07 11:23 p.m.7 views

SUSE CVE-2025-38226

In the Linux kernel, the following vulnerability has been resolved: media: vivid: Change the siize of the composing syzkaller found a bug: BUG: KASAN: vmalloc-out-of-bounds in tpgfillplanepattern drivers/media/common/v4l2-tpg/v4l2-tpg-core.c:2608 inline BUG: KASAN: vmalloc-out-of-bounds in...

7.8CVSS6.6AI score0.00161EPSS
SaveExploits0References23
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2022-3239

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw use after free in the Linux kernel video4linux driver was found in the way user triggers em28xxusbprobe for the Empia 28xx based TV cards. A local user...

7.8CVSS6.2AI score0.00243EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2025/02/18 12:0 a.m.4 views

The vulnerability of the Linux operating system’s kernel’s media component, which allows a hacker to cause a service failure

The vulnerability of the Linux kernel’s media component is related to the assignment of the NULL pointer in the function v4l2asynccreateancillarylinks. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References23Affected Software5
Microsoft CVE
Microsoft CVE
added 2024/12/12 8:0 a.m.5 views

media: v4l2-tpg: prevent the risk of a division by zero

...

5.5CVSS6.8AI score0.00254EPSS
SaveExploits0
OSV
OSV
added 2024/11/19 2:16 a.m.10 views

UBUNTU-CVE-2024-50287

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-tpg: prevent the risk of a division by zero As reported by Coverity, the logic at tpgprecalculateline blindly rescales the buffer even when scaledwitdh is equal to zero. If this ever happens, this will cause a divisio...

5.5CVSS6.4AI score0.00254EPSS
SaveExploits0References48
OSV
OSV
added 2024/10/21 8:15 p.m.1 views

DEBIAN-CVE-2022-48987

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-dv-timings.c: fix too strict blanking sanity checks Sanity checks were added to verify the v4l2bttimings blanking fields in order to avoid integer overflows when userspace passes weird values. But that assumed that...

5.5CVSS5.6AI score0.00249EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/10/21 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an overly strict whitespace checking issue in the media subsystem v4l2-dv-timings.c. The vulnerability is...

5.5CVSS6.6AI score0.00249EPSS
SaveExploits0References10
OSV
OSV
added 2024/07/05 7:15 a.m.0 views

DEBIAN-CVE-2024-39485

In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Properly re-initialise notifier entry in unregister The notifierentry of a notifier is not re-initialised after unregistering the notifier. This leads to dangling pointers being left there so use listdelinit to...

5.5CVSS5.4AI score0.00213EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.11 views

SUSE CVE-2024-27078

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-tpg: fix some memleaks in tpgalloc In tpgalloc, resources should be deallocated in each and every error-handling paths, since they are allocated in for statements. Otherwise there would be memleaks because tpgfree is...

5.5CVSS6.3AI score0.00289EPSS
SaveExploits0References15
OSV
OSV
added 2024/05/01 1:15 p.m.8 views

AZL-40298 CVE-2024-27078 affecting package hyperv-daemons for versions less than 6.6.29.1-1

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-tpg: fix some memleaks in tpgalloc In tpgalloc, resources should be deallocated in each and every error-handling paths, since they are allocated in for statements. Otherwise there would be memleaks because tpgfree is...

5.5CVSS6.3AI score0.00289EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.1 views

DEBIAN-CVE-2024-27077

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: fix a memleak in v4l2m2mregisterentity The entity-name i.e. name is allocated in v4l2m2mregisterentity but isn't freed in its following error-handling paths. This patch adds such deallocation to prevent memle...

5.5CVSS6AI score0.00289EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/11 6:15 p.m.2 views

DEBIAN-CVE-2023-52491

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: Fix use after free bug due to error path handling in mtkjpegdecdevicerun In mtkjpegprobe, &jpeg-jobtimeoutwork is bound with mtkjpegjobtimeoutwork. In mtkjpegdecdevicerun, if error happens in mtkjpegsetdecdst, it...

7.8CVSS5.4AI score0.00276EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/23 3:15 p.m.1 views

DEBIAN-CVE-2023-52459

In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Fix duplicated list deletion The list deletion call dropped here is already called from the helper function in the line before. Having a second listdel call results in either a warning with CONFIGDEBUGLIST=y:...

5.5CVSS5.4AI score0.00224EPSS
SaveExploits0References1
Ubuntu
Ubuntu
added 2023/09/26 6:39 p.m.96 views

USN-6397-1: Linux kernel (BlueField) vulnerabilities

Daniel Moghimi discovered that some IntelR Processors did not properly clear microarchitectural state after speculative execution of various instructions. A local unprivileged user could use this to obtain to sensitive information. CVE-2022-40982 Ruihan Li discovered that the bluetooth subsystem ...

10CVSS7.9AI score0.05188EPSS
SaveExploits5
OpenVAS
OpenVAS
added 2023/09/11 12:0 a.m.45 views

Ubuntu: Security Advisory (USN-6340-2)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

10CVSS7.3AI score0.03546EPSS
SaveExploits2References2
Ubuntu
Ubuntu
added 2023/09/08 9:36 p.m.105 views

USN-6340-2: Linux kernel vulnerabilities

Ruihan Li discovered that the bluetooth subsystem in the Linux kernel did not properly perform permissions checks when handling HCI sockets. A physically proximate attacker could use this to cause a denial of service bluetooth communication. CVE-2023-2002 Zi Fan Tan discovered that the binder IPC...

10CVSS7.7AI score0.03546EPSS
SaveExploits2
Ubuntu
Ubuntu
added 2023/09/06 4:59 p.m.76 views

USN-6349-1: Linux kernel (Azure) vulnerabilities

Ruihan Li discovered that the bluetooth subsystem in the Linux kernel did not properly perform permissions checks when handling HCI sockets. A physically proximate attacker could use this to cause a denial of service bluetooth communication. CVE-2023-2002 Zi Fan Tan discovered that the binder IPC...

10CVSS7.7AI score0.03546EPSS
SaveExploits2
OpenVAS
OpenVAS
added 2023/09/06 12:0 a.m.35 views

Ubuntu: Security Advisory (USN-6340-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

10CVSS7.3AI score0.03546EPSS
SaveExploits2References2
Rows per page
Query Builder