Lucene search
+L

9397 matches found

EUVD
EUVD
added 2026/09/16 10:30 a.m.8 views

EUVD-2026-80420

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix dclock leak on GPU reset error paths On GPU reset, dmsuspend takes dclock and leaves it for dmresume to drop. If amdgpudmcommitzerostreams or dmdmubhwinit fails, the function returns with the lock still held...

5.6AI score0.00206EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:30 a.m.17 views

CVE-2026-89820

CVE-2026-89820 affects the Linux kernel 's drm/amd/display subsystem. On GPU reset, dm_suspend() acquires the dc_lock and defers its release to dm_resume(). If amdgpu_dm_commit_zero_streams() or dm_dmub_hw_init() fails, the error path returns without releasing the lock , causing every subsequent ...

5.6AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/16 10:30 a.m.9 views

CVE-2026-89819 drm/amd/display: validate plane degamma LUT size for private color prop

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: validate plane degamma LUT size for private color prop Unlike the CRTC degamma path, which is guarded by amdgpudmverifylutsizes, the per-plane degamma LUT size was never validated before use. setdmplanedegamma...

7.8CVSS5.9AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/16 10:30 a.m.8 views

EUVD-2026-80419

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: validate plane degamma LUT size for private color prop Unlike the CRTC degamma path, which is guarded by amdgpudmverifylutsizes, the per-plane degamma LUT size was never validated before use. setdmplanedegamma...

7.8CVSS5.8AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 10:30 a.m.26 views

CVE-2026-89819 drm/amd/display: validate plane degamma LUT size for private color prop

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: validate plane degamma LUT size for private color prop Unlike the CRTC degamma path, which is guarded by amdgpudmverifylutsizes, the per-plane degamma LUT size was never validated before use. setdmplanedegamma...

7.8CVSS0.00175EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/16 10:30 a.m.7 views

CVE-2026-89818 drm/amdgpu/vcn: fix integer overflow in dec_msg buffer count check

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: fix integer overflow in decmsg buffer count check If the supplied msg2 numbuffers is 0x3FFFFFFF, the expression 6 + numbuffers 4 wraps to 2 and the bounds check passes, letting the parser loop far past the end of...

7.1CVSS6AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/16 10:30 a.m.24 views

CVE-2026-89817 drm/gud: NUL-terminate TV mode names read from the device

In the Linux kernel, the following vulnerability has been resolved: drm/gud: NUL-terminate TV mode names read from the device gudconnectoraddtvmode reads a buffer of fixed-size mode names from the USB device and passes pointers into it to drmmodecreatetvpropertieslegacy, which calls strlen on eac...

0.00205EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/16 10:30 a.m.12 views

CVE-2026-89817

CVE-2026-89817 affects the Linux kernel DRM/GUD driver. The function gud_connector_add_tv_mode() reads fixed-size TV mode name buffers from a USB device and passes pointers to drm_mode_create_tv_properties_legacy(), which calls strlen() on each name. Because the device does not guarantee NUL-term...

5.9AI score0.00205EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/16 10:30 a.m.25 views

CVE-2026-89816 drm: Fix drm_crtc_commit leak if signaled when PAGE_FLIP_EVENT is used

In the Linux kernel, the following vulnerability has been resolved: drm: Fix drmcrtccommit leak if signaled when PAGEFLIPEVENT is used Commit 1c6ceeee6ebb "drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits" fixed a very similar issue when the event was allocated by...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:30 a.m.6 views

EUVD-2026-80417

In the Linux kernel, the following vulnerability has been resolved: drm/gud: NUL-terminate TV mode names read from the device gudconnectoraddtvmode reads a buffer of fixed-size mode names from the USB device and passes pointers into it to drmmodecreatetvpropertieslegacy, which calls strlen on eac...

5.9AI score0.00205EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/16 10:30 a.m.7 views

CVE-2026-89817 drm/gud: NUL-terminate TV mode names read from the device

In the Linux kernel, the following vulnerability has been resolved: drm/gud: NUL-terminate TV mode names read from the device gudconnectoraddtvmode reads a buffer of fixed-size mode names from the USB device and passes pointers into it to drmmodecreatetvpropertieslegacy, which calls strlen on eac...

6AI score
SaveExploits0References10
CVE
CVE
added 2026/09/16 10:30 a.m.19 views

CVE-2026-89816

CVE-2026-89816 is a memory leak in the Linux kernel's DRM (Direct Rendering Manager) subsystem. When DRM_MODE_PAGE_FLIP_EVENT is used, a drm_crtc_commit reference is not dropped if the event—allocated in prepare_signaling()—is set to NULL in complete_signaling(), preventing proper deallocation in...

5.6AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:30 a.m.15 views

CVE-2026-89816 drm: Fix drm_crtc_commit leak if signaled when PAGE_FLIP_EVENT is used

In the Linux kernel, the following vulnerability has been resolved: drm: Fix drmcrtccommit leak if signaled when PAGEFLIPEVENT is used Commit 1c6ceeee6ebb "drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits" fixed a very similar issue when the event was allocated by...

5.7AI score
SaveExploits0References11
OSV
OSV
added 2026/09/16 10:30 a.m.15 views

CVE-2026-89815 drm/ttm: Drop tt->restore after successful restore

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Drop tt-restore after successful restore ttmpoolrestoreandalloc can successfully complete the restore process via ttmpoolrestorecommit, but tt-restore is not dropped afterward. As a result, subsequent backup/restore flow...

7.8CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/16 10:30 a.m.26 views

CVE-2026-89815 drm/ttm: Drop tt->restore after successful restore

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Drop tt-restore after successful restore ttmpoolrestoreandalloc can successfully complete the restore process via ttmpoolrestorecommit, but tt-restore is not dropped afterward. As a result, subsequent backup/restore flow...

7.8CVSS0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/16 10:30 a.m.17 views

CVE-2026-89815

CVE-2026-89815 affects the Linux kernel in the drm/ttm (Translation Table Manager) subsystem, specifically triggered via the Intel Xe GPU driver 's execution buffer path. The root cause is that ttm_pool_restore_and_alloc() fails to free and drop tt->restore after a successful restore commit, l...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:30 a.m.5 views

EUVD-2026-80415

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Drop tt-restore after successful restore ttmpoolrestoreandalloc can successfully complete the restore process via ttmpoolrestorecommit, but tt-restore is not dropped afterward. As a result, subsequent backup/restore flow...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 10:30 a.m.8 views

CVE-2026-89814 drm/amdgpu: clamp the isolation index for rings outside a partition

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: clamp the isolation index for rings outside a partition adev-isolation has one slot per partition, but a ring that is not assigned to one keeps AMDGPUXCPNOPARTITION, which is 0, so indexing the array with it is out of...

7.8CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/16 10:30 a.m.27 views

CVE-2026-89813 drm/amdgpu: force complete the KIQ ring fences on reset

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: force complete the KIQ ring fences on reset Like the MES scheduler ring, the KIQ ring sets noscheduler = true and uses a polling fence, so it is skipped by the force-completion loop in amdgpudevicepreasicreset. Its hw...

0.00198EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/16 10:30 a.m.9 views

CVE-2026-89811 drm/amdkfd: Add TLB flush after MES queue eviction/suspension

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add TLB flush after MES queue eviction/suspension MES Micro Engine Scheduler does not perform heavy-weight TLB invalidation after unmapping queues, unlike HWS which does this automatically. This causes a race conditio...

8.8CVSS5.8AI score
SaveExploits0References6
Rows per page
Query Builder