Lucene search
+L

2963 matches found

CVE
CVE
added 2025/12/16 1:43 p.m.17 views

CVE-2025-68193

Summary (CVE-2025-68193) : The Linux kernel’s drm/xe/guc driver introduced a devm-managed release action to safely tear down CTB during buffer object release when XE_BO_FLAG_GGTT_INVALIDATE is set, preventing a use-after-free scenario that could crash the system. The issue arose from premature CT...

6.3AI score0.00162EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/16 1:43 p.m.33 views

CVE-2025-68193 drm/xe/guc: Add devm release action to safely tear down CT

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Add devm release action to safely tear down CT When a buffer object BO is allocated with the XEBOFLAGGGTTINVALIDATE flag, the driver initiates TLB invalidation requests via the CTB mechanism while releasing the BO...

0.00162EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 1:43 p.m.5 views

CVE-2025-68184 drm/mediatek: Disable AFBC support on Mediatek DRM driver

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Disable AFBC support on Mediatek DRM driver Commit c410fa9b07c3 "drm/mediatek: Add AFBC support to Mediatek DRM driver" added AFBC support to Mediatek DRM and enabled the 32x8/split/sparse modifier. However, this is...

6.4AI score0.00174EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/12/16 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-68207

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/xe/guc: Synchronize Dead CT worker with unbind Cancel and wait for any Dead CT worker to complete before continuing with device unbinding. Else the worker...

5.6AI score0.00172EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.13 views

PT-2025-51602

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.17.0-rc7 Description The Linux kernel contains a flaw within the drm/msm subsystem related to the handling of imported DMA buffers during object freeing. Specifically, the condition checking for the NO SHARE ca...

5.3AI score0.0053EPSS
SaveExploits4References385
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.6 views

PT-2025-51726

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s drm/msm subsystem related to the handling of last fence. The issue occurs because last fence is not consistently updated, specifically in vm-bind...

5.5AI score0.0053EPSS
SaveExploits4References387
Tenable Nessus
Tenable Nessus
added 2025/12/16 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-68193

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/xe/guc: Add devm release action to safely tear down CT When a buffer object BO is allocated with the XEBOFLAGGGTTINVALIDATE flag, the driver initiates TLB...

6.1AI score0.00162EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:34 a.m.11 views

SUSE CVE-2023-53849

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

5.5CVSS6.5AI score0.00194EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/09 6:30 p.m.5 views

EUVD-2023-60152

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Don't leak a resource on swapout move error If moving the bo to system for swapout failed, we were leaking a resource. Fix...

6AI score0.00208EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/09 4:17 p.m.5 views

CVE-2023-53849

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

0.00194EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 4:17 p.m.6 views

UBUNTU-CVE-2022-50667

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix memory leak in vmwmksstataddioctl If the copy of the description string from userspace fails, then the page for the instance descriptor doesn't get freed before returning -EFAULT, which leads to a memleak...

5.7AI score0.00208EPSS
SaveExploits0References7
Microsoft CVE
Microsoft CVE
added 2025/12/09 9:2 a.m.7 views

amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_sw

...

5.5CVSS7AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2025/12/09 4:9 a.m.17 views

CVE-2025-40340

CVE-2025-40340 is addressed in Root OS packaging (rootio-linux). Connected OSV entries show fixes for Root:Debian:13 and patches for Root:Ubuntu:22.04 and Root:Ubuntu:24.04, among others, with multiple fixed versions available. This indicates the vulnerability is not in the Linux kernel itself in...

6AI score0.00192EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/09 4:9 a.m.36 views

CVE-2025-40336 drm/gpusvm: fix hmm_pfn_to_map_order() usage

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: fix hmmpfntomaporder usage Handle the case where the hmm range partially covers a huge page like 2M, otherwise we can potentially end up doing something nasty like mapping memory which is outside the range, and maybe...

0.00183EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/09 1:30 a.m.5 views

CVE-2023-53849 drm/msm: fix workqueue leak on bind errors

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

6.3AI score0.00194EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.8 views

CVE-2022-50667

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix memory leak in vmwmksstataddioctl If the copy of the description string from userspace fails, then the page for the instance descriptor doesn't get freed before returning -EFAULT, which leads to a memleak...

5.1AI score0.00208EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 12:1 a.m.7 views

CVE-2023-53816 drm/amdkfd: fix potential kgd_mem UAFs

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix potential kgdmem UAFs kgdmem pointers returned by kfdprocessdevicetranslatehandle are only guaranteed to be valid while p-mutex is held. As soon as the mutex is unlocked, another thread can free the BO...

6.4AI score0.00161EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/09 12:1 a.m.34 views

CVE-2023-53816

The CVE-2023-53816 item concerns the Linux kernel DRM AMDGPU driver (kgd_mem UAFs). The issue arises because kgd_mem pointers returned by kfd_process_device_translate_handle are only valid while p->mutex is held; once the mutex is released, another thread may free the backing BO, creating a us...

6.1AI score0.00161EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/09 12:1 a.m.9 views

CVE-2023-53816

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix potential kgdmem UAFs kgdmem pointers returned by kfdprocessdevicetranslatehandle are only guaranteed to be valid while p-mutex is held. As soon as the mutex is unlocked, another thread can free the BO...

5.1AI score0.00161EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 12:1 a.m.36 views

CVE-2023-53806 drm/amd/display: populate subvp cmd info only for the top pipe

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: populate subvp cmd info only for the top pipe Why System restart observed while changing the display resolution to 8k with extended mode. Sytem restart was caused by a page fault. How When the driver populates...

0.00161EPSS
SaveExploits0References3
Rows per page
Query Builder