Lucene search
+L

439 matches found

Cvelist
Cvelist
added 2 days ago30 views

CVE-2026-68436 drm/amd/display: use kvzalloc to allocate struct dc

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: use kvzalloc to allocate struct dc struct dc has grown large over time most of it the two inlined dcscratchspace copies and now sits close to the page allocator's 4 MiB contiguous allocation limit. Its actual siz...

0.00145EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2 days ago8 views

CVE-2026-68430

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx8: drop unecessary BUGON There's no need to crash the kernel for this case. cherry picked from commit 4d7c25208ca612b754f3bf39e9f16e725b828891...

5.2AI score0.00168EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2 days ago5 views

Linux Distros Unpatched Vulnerability : CVE-2026-68101

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: fix check in amdgpuhmminvalidategfx For a short moment during alloc/free the userptr BO is not part of his VM, so bo-vmbo can be NULL. Keep a...

5.5AI score0.00149EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 3 days ago7 views

CVE-2026-68105

A flaw was found in the Linux kernel's AMD GPU amdgpu driver. When the Multimedia Engine Scheduler MES fails to initialize during driver loading, the Kernel Input Queue KIQ ring is incorrectly marked as ready. This can lead to a kernel panic, resulting in a Denial of Service DoS to the system...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 3 days ago5 views

CVE-2026-68110

A flaw was found in the Linux kernel's amdgpu graphics driver, specifically within the sdma4.4.2 component. This vulnerability could allow a local attacker to trigger a system crash by exploiting certain unhandled error conditions. The issue stems from the use of a BUGON macro, which forces a...

5.5CVSS5.3AI score0.00168EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 3 days ago5 views

CVE-2026-68246

A flaw was found in the Linux kernel. A vulnerability in the drm/amdgpu/gfx11 graphics driver could cause the system to crash. This issue arises from a condition that, when met, would trigger an error-handling mechanism designed to halt the kernel BUGON. An attacker with local access could...

5.5CVSS5.3AI score0.00168EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 3 days ago16 views

CVE-2026-68101

A flaw was found in the Linux kernel's AMD GPU amdgpu driver. During the allocation or deallocation of a user pointer buffer object, a critical reference to its virtual memory object can become unavailable. This improper handling of memory submissions could lead to system instability or a denial ...

5.5CVSS5.5AI score0.00149EPSS
SaveExploits0References4
NVD
NVD
added 4 days ago4 views

CVE-2026-68238

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Release VFCT ACPI table reference amdgpuacpivfctbios fetches the VFCT table with acpigettable but never releases it. acpigettable takes a reference on the table incrementing its validationcount and mapping it on the 0...

0.00166EPSS
SaveExploits0References3
NVD
NVD
added 4 days ago5 views

CVE-2026-68245

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lifetime issue of amdgpuvmgettaskinfopasid The vm pointer returned from amdgpuvmgetvmfrompasid is only valid while the lock is still being held. Once xaunlockirqrestore is called and returned, the pointer is no...

7.8CVSS0.002EPSS
SaveExploits0References4
OSV
OSV
added 4 days ago4 views

UBUNTU-CVE-2026-68245

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lifetime issue of amdgpuvmgettaskinfopasid The vm pointer returned from amdgpuvmgetvmfrompasid is only valid while the lock is still being held. Once xaunlockirqrestore is called and returned, the pointer is no...

7.8CVSS5.2AI score0.002EPSS
SaveExploits0References6
NVD
NVD
added 4 days ago5 views

CVE-2026-68104

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: invoke pmgenpdremove before freeing genpd Call pmgenpdremove to unregister from global list prior to releasing acpgenpd memory, and clear the pointer after free. cherry picked from commit...

7.8CVSS0.00168EPSS
SaveExploits0References5
NVD
NVD
added 4 days ago4 views

CVE-2026-68105

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix kernel panic during driver load failure Avoid kernel panic if MES init fails during driver load. The KIQ ring is falsely marked as ready as ASICs that use MES, KIQ is owned by MES. BUG: kernel NULL pointer...

0.00155EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 4 days ago8 views

CVE-2026-68103

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject mapping a reserved doorbell to a new queue When creating an user-queue, the user space provides a doorbell BO handle and an offset within the bo to obtain a doorbell. However current implementation using...

7.1CVSS5.3AI score0.00155EPSS
SaveExploits0References3
OSV
OSV
added 4 days ago5 views

UBUNTU-CVE-2026-68111

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx9: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit b71604f8685b0eba07866f4e8dc30f93e1931054...

5.2AI score0.00168EPSS
SaveExploits0References7
OSV
OSV
added 4 days ago4 views

UBUNTU-CVE-2026-68101

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix check in amdgpuhmminvalidategfx For a short moment during alloc/free the userptr BO is not part of his VM, so bo-vmbo can be NULL. Keep a reference to the VM root PD as parent of the userptr BO so that we can alwa...

5.2AI score0.00149EPSS
SaveExploits0References3
EUVD
EUVD
added 4 days ago9 views

EUVD-2026-55352

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma6.0: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit c17a508a7d652da3728f8bbc481bfffe96d65a87...

5.3AI score0.00209EPSS
SaveExploits0References5
OSV
OSV
added 4 days ago6 views

CVE-2026-68251 drm/amdgpu/sdma6.0: replace BUG_ON() with WARN_ON()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma6.0: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit c17a508a7d652da3728f8bbc481bfffe96d65a87...

5.4AI score
SaveExploits0References8
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-55350

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma5.0: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit 8d144a0eb09537055841af48c9e7c2d4cd48e84d...

5.3AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 4 days ago9 views

EUVD-2026-55492

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx9: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit b71604f8685b0eba07866f4e8dc30f93e1931054...

5.3AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 4 days ago31 views

CVE-2026-68106

CVE-2026-68106 affects the Linux kernel drm/amdgpu: when processing video frames with width or height < 16, width_in_mb/height_in_mb become 0 and trigger a division by zero in num_dpb_buffer calculations for H.264/H.264 Perf decode paths. The fix adds validation to reject frames with width &lt...

7.8CVSS5.4AI score0.00168EPSS
SaveExploits0References5
Rows per page
Query Builder