Lucene search
+L

8667 matches found

CVE
CVE
added 2024/11/19 5:45 p.m.130 views

CVE-2024-53086

Technical details about CVE-2024-53086 are not publicly provided in the supplied documents. Please monitor for updates from kernel commits and vendor advisories to obtain affected products, vulnerable components, and remediation.

5.5CVSS6.5AI score0.00147EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/11/19 5:45 p.m.16 views

CVE-2024-53086 drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get failure in exec IOCTL

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Drop VM dma-resv lock on xesyncinfenceget failure in exec IOCTL Upon failure all locks need to be dropped before returning to the user. cherry picked from commit 7d1a4258e602ffdce529f56686925034c1b3b095...

5.5CVSS6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/11/19 5:45 p.m.25 views

CVE-2024-53086 drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get failure in exec IOCTL

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Drop VM dma-resv lock on xesyncinfenceget failure in exec IOCTL Upon failure all locks need to be dropped before returning to the user. cherry picked from commit 7d1a4258e602ffdce529f56686925034c1b3b095...

0.00147EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/11/19 5:45 p.m.52 views

CVE-2024-53084 drm/imagination: Break an object reference loop

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Break an object reference loop When remaining resources are being cleaned up on driver close, outstanding VM mappings may result in resources being leaked, due to an object reference loop, as shown below, with ea...

0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/19 5:45 p.m.168 views

CVE-2024-53084

CVE-2024-53084 affects the Linux kernel’s DRM/Imagination driver path for PVR, where a resource cleanup reference loop between PVR VM Context and VM Mappings could leak VM resources. The official fix breaks the loop by freeing outstanding VM mappings before destroying the PVR Context associated w...

5.5CVSS6.6AI score0.00189EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/11/19 5:45 p.m.2 views

CVE-2024-53084 drm/imagination: Break an object reference loop

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Break an object reference loop When remaining resources are being cleaned up on driver close, outstanding VM mappings may result in resources being leaked, due to an object reference loop, as shown below, with ea...

7.7AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/19 5:45 p.m.16 views

CVE-2024-53084 drm/imagination: Break an object reference loop

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Break an object reference loop When remaining resources are being cleaned up on driver close, outstanding VM mappings may result in resources being leaked, due to an object reference loop, as shown below, with ea...

5.5CVSS6.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/11/19 5:45 p.m.49 views

CVE-2024-53080 drm/panthor: Lock XArray when getting entries for the VM

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Lock XArray when getting entries for the VM Similar to commit cac075706f29 "drm/panthor: Fix race when converting group handle to group object" we need to use the XArray's internal locking when retrieving a vm pointe...

7.8CVSS0.00208EPSS
SaveExploits0References3
CVE
CVE
added 2024/11/19 5:45 p.m.124 views

CVE-2024-53080

The CVE concerns the Linux kernel’s panthor driver. A vulnerability in panthor_vm_pool_get_vm() (drivers/gpu/drm/panthor/panthor_mmu.c) arises from incorrect locking while retrieving a VM pointer from the panthor pool. The underlying issue is improper use of XArray locking, which could allow a lo...

7.8CVSS6.5AI score0.00208EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/11/19 5:45 p.m.18 views

CVE-2024-53080 drm/panthor: Lock XArray when getting entries for the VM

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Lock XArray when getting entries for the VM Similar to commit cac075706f29 "drm/panthor: Fix race when converting group handle to group object" we need to use the XArray's internal locking when retrieving a vm pointe...

7.8CVSS6.1AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/11/19 5:31 p.m.6 views

CVE-2024-53078 drm/tegra: Fix NULL vs IS_ERR() check in probe()

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

5.8AI score0.00188EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/19 5:31 p.m.19 views

CVE-2024-53078 drm/tegra: Fix NULL vs IS_ERR() check in probe()

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

5.5CVSS6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/11/19 5:31 p.m.29 views

CVE-2024-53078 drm/tegra: Fix NULL vs IS_ERR() check in probe()

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

0.00188EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/19 5:31 p.m.206 views

CVE-2024-53078

In CVE-2024-53078, Linux kernel vulnerability exists in drm/tegra: probe() where the code checked for NULL after calling iommu_paging_domain_alloc(). The function does not return NULL pointers; it returns error pointers. The fix updates the check to treat error pointers correctly, aligning the pr...

5.5CVSS5.3AI score0.00188EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/11/19 5:22 p.m.20 views

CVE-2024-53071 drm/panthor: Be stricter about IO mapping flags

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Be stricter about IO mapping flags The current panthordevicemmapio implementation has two issues: 1. For mapping DRMPANTHORUSERFLUSHIDMMIOOFFSET, panthordevicemmapio bails if VMWRITE is set, but does not clear...

5.5CVSS5.9AI score
SaveExploits0References5
CVE
CVE
added 2024/11/19 5:22 p.m.127 views

CVE-2024-53071

CVE-2024-53071 affects the Linux kernel's drm/panthor driver. The panthor_device_mmap_io() path mishandles two IO-mapped regions: (1) it bails when VM_WRITE is set for DRM_PANTHOR_USER_FLUSH_ID_MMIO_OFFSET but does not clear VM_MAYWRITE, potentially allowing userspace to writable mappings later v...

5.5CVSS6.3AI score0.00196EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/11/19 5:22 p.m.53 views

CVE-2024-53060 drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported acpievaluateobject may return AENOTFOUND failure, which would result in dereferencing buffer.pointer obj while being NULL. Although this case may be unrealisti...

0.00258EPSS
SaveExploits0References8
CVE
CVE
added 2024/11/19 5:22 p.m.196 views

CVE-2024-53060

CVE-2024-53060 (Linux kernel) affects drm/amdgpu: fixes a NULL pointer dereference when ATIF is not supported. The kernel may dereference buffer.pointer (obj) if acpi_evaluate_object() returns AE_NOT_FOUND, so the fix adds a bailout when AE_NOT_FOUND occurs to prevent NULL dereference. The Note i...

5.5CVSS6.4AI score0.00258EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/11/19 5:19 p.m.3 views

CVE-2024-53056 drm/mediatek: Fix potential NULL dereference in mtk_crtc_destroy()

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Fix potential NULL dereference in mtkcrtcdestroy In mtkcrtccreate, if the call to mboxrequestchannel fails then we set the "mtkcrtc-cmdqclient.chan" pointer to NULL. In that situation, we do not call cmdqpktcreate...

7.6AI score0.00206EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/19 5:19 p.m.14 views

CVE-2024-53056 drm/mediatek: Fix potential NULL dereference in mtk_crtc_destroy()

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Fix potential NULL dereference in mtkcrtcdestroy In mtkcrtccreate, if the call to mboxrequestchannel fails then we set the "mtkcrtc-cmdqclient.chan" pointer to NULL. In that situation, we do not call cmdqpktcreate...

5.5CVSS6AI score
SaveExploits0References5
Rows per page
Query Builder