Lucene search
+L

3048 matches found

Positive Technologies
Positive Technologies
added 2026/08/28 12:00 a.m.11 views

PT-2026-82918

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Avoid double-unpin of DOORBELL/MMIO BOs on free amdgpu amdkfd gpuvm free memory of gpu unpinned DOORBELL and MMIO remap BOs which are pinned at allocation time before checking whether the BO is still mapped to the GPU...

5.8AI score0.00172EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/27 3:31 p.m.7 views

EUVD-2026-66454

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: disallow multiple FENCE chunks in one submit amdgpucspass1 dispatches on chunkid once per chunk without rejecting repeated ids. p-ufbo is a single-slot field, so a submission carrying two AMDGPUCHUNKIDFENCE chunks run...

5.4AI score0.00172EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/08/27 1:09 p.m.7 views

CVE-2026-80542

A flaw was found in the drm/amd/display component of the Linux kernel. The amdgpudmcrtcsetvblank function attempts to dereference a NULL pointer when vblank is enabled or queried before a display stream is properly attached. This can be triggered by a local attacker running specific graphics test...

5.5CVSS5.3AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/27 12:13 p.m.7 views

CVE-2026-80540

A flaw was found in the Linux kernel's drm/amdgpu component, specifically within the Universal Video Decoder UVD image size calculation. This vulnerability occurs because the minimum image size calculation incorrectly uses width instead of pitch and fails to reject pitch values exceeding 4096. An...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/27 8:47 a.m.7 views

CVE-2026-80539

A flaw was found in the Linux kernel's drm/amdgpu graphics driver. When processing graphics commands, the driver fails to properly handle multiple "FENCE chunks" in a single submission. This oversight leads to a memory leak, where system resources are not released as expected. A local attacker...

5.5CVSS5.4AI score0.00172EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/27 7:21 a.m.7 views

CVE-2026-80541

A flaw was found in the Linux kernel's drm/amdgpu component. A local user could exploit improper validation of Graphics Execution Manager GEM CREATE domain combinations. By combining specific memory domains CPU|GTT|VRAM with special hardware domains DOORBELL, GDS, GWS, or OA, a user could trigger...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/27 6:31 a.m.6 views

EUVD-2026-66491

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject oversized IBs with per-ring packet limits On GFX rings, amdgpucsp2ib passed user-supplied ibbytes through to ib-lengthdw without a limit, while ringemitib encodes length into packet fields. Oversized values can...

8.8CVSS5.4AI score0.0012EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/27 6:31 a.m.8 views

EUVD-2026-66456

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate GEMCREATE domain combinations AMDGPUGEMCREATE checked domain bits against AMDGPUGEMDOMAINMASK, but did not validate domain combinations. Userspace could combine CPU|GTT|VRAM with DOORBELL, GDS, GWS, or OA,...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/08/27 6:31 a.m.6 views

EUVD-2026-66455

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix UVD decode image min size calculation This needs to use pitch instead of width. Also reject pitch over 4096 to avoid overflow. cherry picked from commit b41c8cb12e202b220353332ab87dc01a11f69304...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/08/27 6:17 a.m.7 views

CVE-2026-80576

A flaw was found in the Linux kernel's drm/amdgpu component. A local attacker could exploit this vulnerability by providing oversized input buffer IB bytes to the amdgpucsp2ib function on Graphics GFX rings. This lack of size validation allows the oversized values to corrupt adjacent control bits...

8.8CVSS5.6AI score0.0012EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 3:17 p.m.6 views

AZL-97845 CVE-2026-80576 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject oversized IBs with per-ring packet limits On GFX rings, amdgpucsp2ib passed user-supplied ibbytes through to ib-lengthdw without a limit, while ringemitib encodes length into packet fields. Oversized values can...

8.8CVSS5.8AI score0.0012EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/26 3:17 p.m.6 views

CVE-2026-80576

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject oversized IBs with per-ring packet limits On GFX rings, amdgpucsp2ib passed user-supplied ibbytes through to ib-lengthdw without a limit, while ringemitib encodes length into packet fields. Oversized values can...

8.8CVSS0.0012EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/26 3:17 p.m.5 views

CVE-2026-80541

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate GEMCREATE domain combinations AMDGPUGEMCREATE checked domain bits against AMDGPUGEMDOMAINMASK, but did not validate domain combinations. Userspace could combine CPU|GTT|VRAM with DOORBELL, GDS, GWS, or OA,...

7.8CVSS0.00129EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/26 3:17 p.m.7 views

CVE-2026-80540

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix UVD decode image min size calculation This needs to use pitch instead of width. Also reject pitch over 4096 to avoid overflow. cherry picked from commit b41c8cb12e202b220353332ab87dc01a11f69304...

7.8CVSS0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/26 3:17 p.m.6 views

AZL-97749 CVE-2026-80539 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: disallow multiple FENCE chunks in one submit amdgpucspass1 dispatches on chunkid once per chunk without rejecting repeated ids. p-ufbo is a single-slot field, so a submission carrying two AMDGPUCHUNKIDFENCE chunks run...

5.8AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.5 views

AZL-97752 CVE-2026-80541 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate GEMCREATE domain combinations AMDGPUGEMCREATE checked domain bits against AMDGPUGEMDOMAINMASK, but did not validate domain combinations. Userspace could combine CPU|GTT|VRAM with DOORBELL, GDS, GWS, or OA,...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.7 views

AZL-97727 CVE-2026-80540 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix UVD decode image min size calculation This needs to use pitch instead of width. Also reject pitch over 4096 to avoid overflow. cherry picked from commit b41c8cb12e202b220353332ab87dc01a11f69304...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/26 3:17 p.m.6 views

CVE-2026-80539

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: disallow multiple FENCE chunks in one submit amdgpucspass1 dispatches on chunkid once per chunk without rejecting repeated ids. p-ufbo is a single-slot field, so a submission carrying two AMDGPUCHUNKIDFENCE chunks run...

0.00172EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/26 2:37 p.m.5 views

CVE-2026-80576 drm/amdgpu: reject oversized IBs with per-ring packet limits

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject oversized IBs with per-ring packet limits On GFX rings, amdgpucsp2ib passed user-supplied ibbytes through to ib-lengthdw without a limit, while ringemitib encodes length into packet fields. Oversized values can...

8.8CVSS5.6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.35 views

CVE-2026-80576 drm/amdgpu: reject oversized IBs with per-ring packet limits

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject oversized IBs with per-ring packet limits On GFX rings, amdgpucsp2ib passed user-supplied ibbytes through to ib-lengthdw without a limit, while ringemitib encodes length into packet fields. Oversized values can...

8.8CVSS0.0012EPSS
SaveExploits0References4
Rows per page
Query Builder