Lucene search
+L

279962 matches found

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
Debian CVE
Debian CVE
•added 2026/09/16 10:30 a.m.•9 views

CVE-2026-89815

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.9AI score0.00173EPSS
SaveExploits0
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
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
CVE
CVE
•added 2026/09/16 10:30 a.m.•19 views

CVE-2026-89814

CVE-2026-89814 is an out-of-bounds array index vulnerability in the Linux kernel 's drm/amdgpu driver. The adev->isolation[] array has one slot per partition, but a ring not assigned to a partition retains the AMDGPU_XCP_NO_PARTITION value (~0), causing an out-of-bounds access. This is trigger...

7.8CVSS5.8AI score0.00173EPSS
SaveExploits0References3
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.•26 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.8CVSS0.00173EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/16 10:30 a.m.•8 views

CVE-2026-89814

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.9AI score0.00173EPSS
SaveExploits0
OSV
OSV
•added 2026/09/16 10:30 a.m.•11 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...

5.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/16 10:30 a.m.•11 views

CVE-2026-89813

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

5.8AI score0.00198EPSS
SaveExploits0
CVE
CVE
•added 2026/09/16 10:30 a.m.•17 views

CVE-2026-89813

This vulnerability affects the Linux kernel drm/amdgpu driver. The KIQ ring (like the MES scheduler ring) sets no_scheduler = true and uses a polling fence, causing it to be skipped by the force-completion loop in amdgpu_device_pre_asic_reset(). Because its hardware fence value resides in wb (GTT...

5.8AI score0.00198EPSS
SaveExploits0References2
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
Cvelist
Cvelist
•added 2026/09/16 10:30 a.m.•27 views

CVE-2026-89812 drm/amdgpu: force complete the MES ring fences on reset

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

0.00198EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/16 10:30 a.m.•14 views

CVE-2026-89812

This vulnerability affects the drm/amdgpu driver in the Linux kernel . The MES (Micro Engine Scheduler) scheduler ring uses no_scheduler = true, causing it to be skipped by the force-completion loop in amdgpu_device_pre_asic_reset(). Its polling fence hw value resides in wb (GTT) memory that surv...

6AI score0.00198EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/16 10:30 a.m.•6 views

EUVD-2026-80412

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

6AI score0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/16 10:30 a.m.•10 views

CVE-2026-89812

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

6AI score0.00198EPSS
SaveExploits0
OSV
OSV
•added 2026/09/16 10:30 a.m.•11 views

CVE-2026-89812 drm/amdgpu: force complete the MES ring fences on reset

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

6AI score
SaveExploits0References5
CVE
CVE
•added 2026/09/16 10:30 a.m.•26 views

CVE-2026-89811

CVE-2026-89811 affects the Linux kernel in the drm/amdkfd subsystem (AMD KFD driver). The MES (Micro Engine Scheduler) fails to perform a heavy-weight TLB invalidation after unmapping GPU queues—unlike HWS, which does so automatically. This creates a race condition where in-flight DMA descriptors...

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

EUVD-2026-80411

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 score0.00173EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/16 10:30 a.m.•12 views

CVE-2026-89811

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.9AI score0.00173EPSS
SaveExploits0
Rows per page
Query Builder