Lucene search
+L

217 matches found

ATTACKERKB
ATTACKERKB
added 2026/05/28 9:40 a.m.65 views

CVE-2026-46229

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure KFD VRAM allocations set AMDGPUGEMCREATEVRAMWIPEONRELEASE but not AMDGPUGEMCREATEVRAMCLEARED, leaving freshly allocated VRAM with stale data from prior use...

5.8AI score0.00119EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/05/28 9:40 a.m.23 views

CVE-2026-46217

Removed by vendor...

5.2AI score0.00013EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/05/27 11:57 p.m.20 views

CVE-2026-45947

A flaw was found in the Linux kernel's AMD GPU display drm/amdgpu component. This vulnerability involves a memory leak within the amdgpuacpienumeratexcc function. When certain errors occur during the initialization process, the system fails to properly release allocated memory. This oversight can...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/05/27 12:15 p.m.45 views

CVE-2026-45853

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Use kvfree instead of kfree in amdgpugmcgetnpsmemranges amdgpudiscoverygetnpsinfo internally allocates memory for ranges using kvcalloc, which may use vmalloc for large allocation. Using kfree to release vmalloc memor...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/05/27 12:00 a.m.23 views

CVE-2026-45979

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: clean up the amdgpucsparserbos In low memory conditions, kmalloc can fail. In such conditions unlock the mutex for a clean exit. We do not need to amdgpubolistput as it's been handled in the amdgpucsparserfini...

5.5CVSS6.1AI score0.00107EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.9 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: amdgputtmgartbind set gtt bound flag Otherwise, after the GTT context is released, the GTT and gart space are freed. However, amdgputtmbackendunbind does not clear the gart page table entry; instead, it leaves a valid...

5.5CVSS5.8AI score0.00238EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.11 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Validated user queue size constraints. Added validation to ensure that user queue sizes meet hardware requirements: - The size must be a power of two for efficient ring buffer wrapping. - The size must be at least...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2026/05/09 8:03 a.m.22 views

drm/amdgpu: add upper bound check on user inputs in wait ioctl

...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/09 2:41 a.m.17 views

SUSE CVE-2026-43195

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate user queue size constraints Add validation to ensure user queue sizes meet hardware requirements: - Size must be a power of two for efficient ring buffer wrapping - Size must be at least AMDGPUGPUPAGESIZE to...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/08 3:16 p.m.19 views

CVE-2026-43369

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix NULL pointer dereference in device cleanup When GPU initialization fails due to an unsupported HW block IP blocks may have a NULL version pointer. During cleanup in amdgpudevicefinihw, the code calls...

5.5CVSS0.00121EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/05/08 2:21 p.m.43 views

CVE-2026-43369 drm/amd: Fix NULL pointer dereference in device cleanup

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix NULL pointer dereference in device cleanup When GPU initialization fails due to an unsupported HW block IP blocks may have a NULL version pointer. During cleanup in amdgpudevicefinihw, the code calls...

0.00121EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.18 views

CVE-2026-43370

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix use-after-free race in VM acquire Replace non-atomic vm-processinfo assignment with cmpxchg to prevent race when parent/child processes sharing a drmfile both try to acquire the same VM after fork. cherry picked...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/08 12:00 a.m.18 views

PT-2026-39060

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A reference leak exists in the amdgpu userq wait ioctl function. The issue occurs when the ioctl is aborted because the output array is too small, failing to drop references to the synco...

5.8AI score0.00121EPSS
SaveExploits0References7
Microsoft CVE
Microsoft CVE
added 2026/05/07 8:08 a.m.23 views

drm/amdgpu: Refactor amdgpu_gem_va_ioctl for Handling Last Fence Update and Timeline Management v4

...

7.8CVSS5.8AI score0.00124EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:28 a.m.10 views

CVE-2026-43195

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate user queue size constraints Add validation to ensure user queue sizes meet hardware requirements: - Size must be a power of two for efficient ring buffer wrapping - Size must be at least AMDGPUGPUPAGESIZE to...

5.8AI score0.00126EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/05/06 11:28 a.m.26 views

CVE-2026-43195

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate user queue size constraints Add validation to ensure user queue sizes meet hardware requirements: - Size must be a power of two for efficient ring buffer wrapping - Size must be at least AMDGPUGPUPAGESIZE to...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0
NVD
NVD
added 2026/04/22 2:16 p.m.8 views

CVE-2026-31461

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix drmedid leak in amdgpudm WHAT When a sink is connected, aconnector-drmedid was overwritten without freeing the previous allocation, causing a memory leak on resume. HOW Free the previous drmedid before updati...

5.5CVSS0.00121EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/04/22 1:53 p.m.9 views

CVE-2026-31462

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent immediate PASID reuse case PASID resue could cause interrupt issue when process immediately runs into hw state left by previous process exited with the same PASID, it's possible that page faults are still...

5.7AI score0.00122EPSS
SaveExploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.6 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-010909)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-010909 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix type of second parameter in odneditdpmtable callback With clang's kernel control...

5.8AI score0.00235EPSS
SaveExploits0References4
Ubuntu
Ubuntu
added 2026/04/13 10:08 a.m.14 views

LSN-0119-1: Kernel Live Patch Security Notice

In the Linux kernel, the following vulnerability has been resolved: btrfs: ref-verify: fix use-after-free after invalid ref action At btrfsreftreemod after we successfully inserted the new ref entry local variable 'ref' into the respective block entry's rbtree local variable 'be', if we find an...

9.8CVSS6.8AI score0.00617EPSS
SaveExploits9
Rows per page
Query Builder