Lucene search
+L

88 matches found

OSV
OSV
added 2025/06/18 11:15 a.m.2 views

DEBIAN-CVE-2022-49982

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix memory leak in pvrprobe The error handling code in pvr2hdwcreate forgets to unregister the v4l2 device. When pvr2hdwcreate returns back to pvr2contextcreate, it calls pvr2contextdestroy to destroy context, but...

5.5CVSS5.3AI score0.00217EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/05/20 12:00 a.m.9 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 uninitialized v4l2dev device pointer, which could result in a null pointer dereference...

5.5CVSS6.9AI score0.00174EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.23 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 a null pointer dereference to ctx-activefmt in calctxv4l2initformats...

5.5CVSS5.4AI score0.00263EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/19 3:49 a.m.7 views

SUSE 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.5CVSS7.8AI score0.00254EPSS
SaveExploits0References17
OSV
OSV
added 2024/11/19 2:16 a.m.2 views

DEBIAN-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.5CVSS5.9AI score0.00254EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2024/11/19 12:00 a.m.15 views

The vulnerability of the v4l2-mem2mem component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the v4l2-mem2mem component of the Linux operating system’s kernel is related to a memory leak in the v4l2m2mregisterentity function. Exploiting this vulnerability can allow an attacker to cause a system failure...

5.5CVSS6.8AI score0.00289EPSS
SaveExploits0References49Affected Software6
SUSE CVE
SUSE CVE
added 2024/08/18 2:01 a.m.7 views

SUSE CVE-2024-43833

In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Fix NULL pointer dereference in adding ancillary links In v4l2asynccreateancillarylinks, ancillary links are created for lens and flash sub-devices. These are sub-device to sub-device links and if the async...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References10
OSV
OSV
added 2024/08/17 10:15 a.m.10 views

UBUNTU-CVE-2024-43833

In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Fix NULL pointer dereference in adding ancillary links In v4l2asynccreateancillarylinks, ancillary links are created for lens and flash sub-devices. These are sub-device to sub-device links and if the async...

5.5CVSS6.5AI score0.00225EPSS
SaveExploits0References12
Microsoft CVE
Microsoft CVE
added 2024/08/10 7:00 a.m.6 views

media: v4l: async: Properly re-initialise notifier entry in unregister

...

5.5CVSS5.9AI score0.00213EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/07/06 2:58 a.m.6 views

SUSE 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.3CVSS7.6AI score0.00213EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/06/26 11:17 p.m.4 views

SUSE CVE-2024-39464

In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Fix notifier list entry init struct v4l2asyncnotifier has several listhead members, but only waitinglist and donelist are initialized. notifierentry was kept 'zeroed' leading to an uninitialized listhead. This...

5.5CVSS7.7AI score0.00211EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/06/13 12:00 a.m.13 views

Google Pixel Security Breach

Google Pixel is a smartphone from Google, an American company. A security vulnerability exists in Google Pixel, which stems from a lack of bounds checking in the v4l2smfcqbuf module of smfc-v4l2-ioctls.c, where out-of-bounds writes may exist...

7.8CVSS6.8AI score0.00081EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/21 2:00 a.m.5 views

SUSE CVE-2024-35830

In the Linux kernel, the following vulnerability has been resolved: media: tc358743: register v4l2 async device only after successful setup Ensure the device has been setup correctly before registering the v4l2 async device, thus allowing userspace to access...

5.5CVSS6.5AI score0.0024EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/05/03 2:09 a.m.5 views

SUSE CVE-2024-27076

In the Linux kernel, the following vulnerability has been resolved: media: imx: csc/scaler: fix v4l2ctrlhandler memory leak Free the memory allocated in v4l2ctrlhandlerinit on release...

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

UBUNTU-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.2AI score0.00289EPSS
SaveExploits0References41
CNNVD
CNNVD
added 2024/05/01 12:00 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 a v4l2ctrlhandler memory leak...

5.5CVSS6.9AI score0.00289EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2024/03/07 12:00 a.m.12 views

PT-2024-28505 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the Linux kernel, where the struct v4l2 async notifier has several list head members, but only waiting list and done list are initialized. The notifier entry is...

9.8CVSS6.5AI score0.02701EPSS
SaveExploits3References725
ATTACKERKB
ATTACKERKB
added 2024/02/27 7:04 p.m.15 views

CVE-2021-46943

In the Linux kernel, the following vulnerability has been resolved: media: staging/intel-ipu3: Fix setfmt error handling If there in an error during a setfmt, do not overwrite the previous sizes with the invalid config. Without this patch, v4l2-compliance ends up allocating 4GiB of RAM and causin...

7.8CVSS6.5AI score0.00234EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/02/27 7:04 p.m.4 views

DEBIAN-CVE-2021-46943

In the Linux kernel, the following vulnerability has been resolved: media: staging/intel-ipu3: Fix setfmt error handling If there in an error during a setfmt, do not overwrite the previous sizes with the invalid config. Without this patch, v4l2-compliance ends up allocating 4GiB of RAM and causin...

7.8CVSS6.1AI score0.00234EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/23 3:15 p.m.6 views

UBUNTU-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.7AI score0.00224EPSS
SaveExploits0References5
Rows per page
Query Builder