Lucene search
+L

352 matches found

OSV
OSV
added 2024/05/21 3:15 p.m.49 views

UBUNTU-CVE-2021-47339

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 getting used as input for driver ioctl handlers...

5.5CVSS5.8AI score0.00236EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.12 views

CVE-2021-47339 media: v4l2-core: explicitly clear ioctl input data

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 getting used as input for driver ioctl handlers...

6.7AI score0.00236EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.92 views

CVE-2021-47339

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 getting used as input for driver ioctl handlers...

5.5CVSS4.4AI score0.00236EPSS
SaveExploits0
NVD
NVD
added 2024/05/17 2:15 p.m.16 views

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

7.8CVSS7.5AI score0.0024EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/05/17 1:41 p.m.13 views

CVE-2024-35830 media: tc358743: register v4l2 async device only after successful setup

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

7.8CVSS6.8AI score0.0024EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/17 1:41 p.m.145 views

CVE-2024-35830

The CVE-2024-35830 issue concerns the Linux kernel media driver tc358743. Concrete details from connected advisories show the vulnerability arises when the v4l2 async device is registered before the device is fully set up. The fix is to register the v4l2 async device only after successful setup, ...

7.8CVSS6.7AI score0.0024EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/05/17 1:41 p.m.31 views

CVE-2024-35830 media: tc358743: register v4l2 async device only after successful setup

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

7.8CVSS7.4AI score0.0024EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/05/17 1:41 p.m.29 views

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

7.8CVSS7.3AI score0.0024EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/05/10 12:00 a.m.10 views

PT-2024-5402 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a potential deadlock scenario in the Linux kernel, specifically in the media: v4l2-ctrls module. This scenario can occur due to unsafe locking, as shown in the...

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

SUSE 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.5CVSS6.2AI score0.00289EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/05/01 9:24 p.m.32 views

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.5CVSS7AI score0.00289EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/01 9:24 p.m.32 views

CVE-2024-27077

A memory leak was found in the Linux kernel in the v4l2m2mregisterentity. This issue may lead to a crash...

5.5CVSS6.7AI score0.00289EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/01 1:15 p.m.34 views

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.5CVSS7.4AI score0.00289EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.24 views

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.5CVSS6.4AI score0.00289EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.44 views

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
SaveExploits0References40
Debian CVE
Debian CVE
added 2024/05/01 1:04 p.m.28 views

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.5CVSS7.3AI score0.00289EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/01 1:04 p.m.26 views

CVE-2024-27078 media: v4l2-tpg: fix some memleaks in tpg_alloc

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

6.8AI score0.00289EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/01 1:04 p.m.19 views

CVE-2024-27077 media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity

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

6.7AI score0.00289EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/05/01 1:04 p.m.31 views

CVE-2024-27077 media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity

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

7.7AI score0.00289EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/01 1:04 p.m.3960 views

CVE-2024-27077

CVE-2024-27077 affects the Linux kernel via a memleak in media: v4l2-mem2mem, specifically in v4l2_m2m_register_entity where entity->name is allocated but not freed on subsequent error paths. The patch adds deallocation of entity->name in error-handling paths to prevent the leak. Public adv...

5.5CVSS6.3AI score0.00289EPSS
SaveExploits0References12Affected Software1
Rows per page
Query Builder