Lucene search
+L

8767 matches found

Cvelist
Cvelist
added 2024/05/17 1:41 p.m.44 views

CVE-2024-35829 drm/lima: fix a memleak in lima_heap_alloc

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix a memleak in limaheapalloc When limavmmapbo fails, the resources need to be deallocated, or there will be memleaks...

7.3AI score0.00212EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/17 1:41 p.m.19 views

CVE-2024-35829 drm/lima: fix a memleak in lima_heap_alloc

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix a memleak in limaheapalloc When limavmmapbo fails, the resources need to be deallocated, or there will be memleaks...

7AI score0.00212EPSS
SaveExploits0References7
OSV
OSV
added 2024/05/17 1:41 p.m.13 views

CVE-2024-35829 drm/lima: fix a memleak in lima_heap_alloc

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix a memleak in limaheapalloc When limavmmapbo fails, the resources need to be deallocated, or there will be memleaks...

5.5CVSS6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2024/05/17 1:41 p.m.25 views

CVE-2023-52662 drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix a memleak in vmwgmridmangetnode When idaallocmax fails, resources allocated before should be freed, including res allocated by kmalloc and ttmresourceinit...

7.8CVSS7.4AI score0.00239EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/17 1:41 p.m.17 views

CVE-2023-52662 drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix a memleak in vmwgmridmangetnode When idaallocmax fails, resources allocated before should be freed, including res allocated by kmalloc and ttmresourceinit...

7.8CVSS6.7AI score0.00239EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/17 1:40 p.m.185 views

CVE-2023-52661

The CVE-2023-52661 vulnerability concerns the Linux kernel DRM/TeGra module: rgb code path in tegra_dc_rgb_probe() lacked a clk_put() in error handling when clk_get_sys(..., pll_d2_out0) failed. The advisory items describe adding the missing clk_put and introducing a put_pll_d_out0 label to unwin...

5.5CVSS6.7AI score0.00225EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 1:40 p.m.16 views

CVE-2023-52661 drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe()

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clkput in the error handling paths of tegradcrgbprobe If clkgetsys..., "plld2out0" fails, the clkgetsys call must be undone. Add the missing clkput and a new 'putplldout0' label in the error handling...

6.7AI score0.00225EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/17 1:40 p.m.28 views

CVE-2023-52661

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clkput in the error handling paths of tegradcrgbprobe If clkgetsys..., "plld2out0" fails, the clkgetsys call must be undone. Add the missing clkput and a new 'putplldout0' label in the error handling...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 1:23 p.m.204 views

CVE-2024-35817

CVE-2024-35817 is a Linux kernel issue affecting the AMDGPU driver (drm/amdgpu). The root cause is that after GTT/ Gart space is freed, amdgpu_ttm_backend_unbind does not clear the GTT page table entry, leaving a valid mapping to a stale system page. If the GPU accesses the stale GART address, it...

7.8CVSS6.6AI score0.0024EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 1:23 p.m.16 views

CVE-2024-35810 drm/vmwgfx: Fix the lifetime of the bo cursor memory

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix the lifetime of the bo cursor memory The cleanup can be dispatched while the atomic update is still active, which means that the memory acquired in the atomic update needs to not be invalidated by the cleanup. The...

7.8CVSS6.8AI score0.00236EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/17 1:23 p.m.26 views

CVE-2024-35810

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix the lifetime of the bo cursor memory The cleanup can be dispatched while the atomic update is still active, which means that the memory acquired in the atomic update needs to not be invalidated by the cleanup. The...

7.8CVSS7.4AI score0.00236EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.35 views

CVE-2024-35810 drm/vmwgfx: Fix the lifetime of the bo cursor memory

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix the lifetime of the bo cursor memory The cleanup can be dispatched while the atomic update is still active, which means that the memory acquired in the atomic update needs to not be invalidated by the cleanup. The...

7.8CVSS7.5AI score0.00236EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/17 1:23 p.m.87 views

CVE-2024-35799

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Prevent crash when disable stream Why Disabling stream encoder invokes a function that no longer exists. How Check if the function declaration is NULL in disable stream encoder...

6.2CVSS7.2AI score0.00229EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 1:23 p.m.120 views

CVE-2024-35799

CVE-2024-35799 relates to the Linux kernel, specifically the DRM/AMD display path. The issue occurs when disabling a stream encoder, where a function invoked during disable no longer exists. The fix adds a null-check for the function declaration in the disable-stream encoder path to prevent a cra...

6.2CVSS6.7AI score0.00229EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 1:23 p.m.17 views

CVE-2024-35795 drm/amdgpu: fix deadlock while reading mqd from debugfs

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix deadlock while reading mqd from debugfs An errant disk backup on my desktop got into debugfs and triggered the following deadlock scenario in the amdgpu debugfs files. The machine also hard-resets immediately afte...

6.6AI score0.00174EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.44 views

CVE-2024-35795 drm/amdgpu: fix deadlock while reading mqd from debugfs

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix deadlock while reading mqd from debugfs An errant disk backup on my desktop got into debugfs and triggered the following deadlock scenario in the amdgpu debugfs files. The machine also hard-resets immediately afte...

7.4AI score0.00174EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/17 1:23 p.m.173 views

CVE-2024-35795

CVE-2024-35795 : In the Linux kernel, a deadlock was fixed in the AMDGPU driver when reading the MQD via debugfs. The issue arose from a circular locking dependency between mmap_lock and the reservation_ww_class_* locks during a read path implemented in amdgpu_debugfs_mqd_read. The reverse-lock c...

5.5CVSS6.6AI score0.00174EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2024/05/17 1:15 p.m.29 views

CVE-2024-35788

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.5AI score
SaveExploits0
OSV
OSV
added 2024/05/17 1:15 p.m.20 views

CVE-2024-35788

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7AI score
SaveExploits0References1
NVD
NVD
added 2024/05/17 1:15 p.m.19 views

CVE-2024-35786

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix stale locked mutex in nouveaugemioctlpushbuf If VMBIND is enabled on the client the legacy submission ioctl can't be used, however if a client tries to do so regardless it will return an error. In this case the...

5.5CVSS6.4AI score0.00173EPSS
SaveExploits0References3
Rows per page
Query Builder