Lucene search
+L

2953 matches found

CVE
CVE
added 2026/05/06 11:28 a.m.34 views

CVE-2026-43195

CVE-2026-43195 affects the Linux kernel component drm/amdgpu related to user queue size handling. The issue is resolved by adding validation to ensure user queue sizes meet hardware requirements: the size must be a power of two for correct ring-buffer wrapping and at least AMDGPU_GPU_PAGE_SIZE to...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2026/05/06 1:42 a.m.18 views

SUSE CVE-2026-31765

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Change AMDGPUVARESERVEDTRAPSIZE to 64KB Currently, AMDGPUVARESERVEDTRAPSIZE is hardcoded to 8KB, while KFDCWSRTBATMASIZE is defined as 2 PAGESIZE. On systems with 4K pages, both values match 8KB, so allocation and...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/05/06 1:42 a.m.19 views

SUSE CVE-2026-31766

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate doorbelloffset in user queue creation amdgpuuserqgetdoorbellindex passes the user-provided doorbelloffset to amdgpudoorbellindexonbar without bounds checking. An arbitrarily large doorbelloffset can cause the...

7.8CVSS5.8AI score0.00124EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/05/06 12:00 a.m.21 views

Linux Distros Unpatched Vulnerability : CVE-2025-71293

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu/ras: Move ras data alloc before bad page check In the rare event if eeprom has only invalid address entries, allocation is skipped, this causes...

5.5CVSS5.9AI score0.00126EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/06 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-43237

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: Refactor amdgpugemvaioctl for Handling Last Fence Update and Timeline Management v4 This commit simplifies the amdgpugemvaioctl function, key update...

7.8CVSS7.2AI score0.00124EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/05/06 12:00 a.m.18 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the amdgpu graphics driver’s failure to initialize bufferfuncs when SDMA is not enabled,...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/06 12:00 a.m.16 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the amdgpu graphics driver’s data allocation in the RAS module after bad page checking, potential...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/06 12:00 a.m.20 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the lack of verification of the user queue size constraint in the drm amdgpu mechanism. This...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/06 12:00 a.m.15 views

PT-2026-37535

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw in the drm/amdgpu component allows for invalid user queue size configurations. The system fails to validate that queue sizes are a power of two for efficient ring buffer wrapping...

5.5CVSS5.9AI score0.00126EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2026/05/06 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-43195

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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 efficie...

5.5CVSS6.1AI score0.00126EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/06 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2025-71294

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 NULL pointer issue buffer funcs If SDMA block not enabled, bufferfuncs will not initialize, fix the null pointer issue if bufferfuncs not...

5.5CVSS6.1AI score0.00127EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/05/06 12:00 a.m.17 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from premature fence selection and improper reference management in the amdgpugemvaioctl function. Thi...

7.8CVSS5.8AI score0.00124EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/05/05 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-31765

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: Change AMDGPUVARESERVEDTRAPSIZE to 64KB Currently, AMDGPUVARESERVEDTRAPSIZE is hardcoded to 8KB, while KFDCWSRTBATMASIZE is defined as 2 PAGESIZE. O...

5.5CVSS5.9AI score0.00122EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/05 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-31766

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: validate doorbelloffset in user queue creation amdgpuuserqgetdoorbellindex passes the user-provided doorbelloffset to amdgpudoorbellindexonbar witho...

7.1CVSS7.2AI score0.00124EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/05/01 10:58 p.m.10 views

CVE-2026-31766

A flaw was found in the Linux kernel's AMD GPU amdgpu driver. A local user could exploit this vulnerability by providing a malformed doorbell offset during user queue creation. This lack of proper bounds checking allows the offset to exceed the allocated memory, potentially corrupting critical...

7.1CVSS5.8AI score0.00124EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/01 10:53 p.m.10 views

CVE-2026-31765

A flaw was found in the Linux kernel's AMDGPU driver. On systems configured with 64KB page sizes, a mismatch between the reserved trap area size and the allocated memory for the Kernel Fusion Driver KFD can lead to a kernel crash. A local user running specific applications, such as rocminfo or rc...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/01 3:16 p.m.9 views

CVE-2026-31766

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate doorbelloffset in user queue creation amdgpuuserqgetdoorbellindex passes the user-provided doorbelloffset to amdgpudoorbellindexonbar without bounds checking. An arbitrarily large doorbelloffset can cause the...

7.1CVSS0.00124EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/01 3:16 p.m.12 views

CVE-2026-31765

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Change AMDGPUVARESERVEDTRAPSIZE to 64KB Currently, AMDGPUVARESERVEDTRAPSIZE is hardcoded to 8KB, while KFDCWSRTBATMASIZE is defined as 2 PAGESIZE. On systems with 4K pages, both values match 8KB, so allocation and...

5.5CVSS0.00122EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/01 2:14 p.m.17 views

EUVD-2026-26579

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate doorbelloffset in user queue creation amdgpuuserqgetdoorbellindex passes the user-provided doorbelloffset to amdgpudoorbellindexonbar without bounds checking. An arbitrarily large doorbelloffset can cause the...

5.8AI score0.00124EPSS
SaveExploits0References3
CVE
CVE
added 2026/05/01 2:14 p.m.23 views

CVE-2026-31766

The CVE-2026-31766 issue affects the Linux kernel AMDGPU driver: amdgpu_userq_get_doorbell_index() passes user-supplied doorbell_offset to amdgpu_doorbell_index_on_bar() without proper bounds checking. An arbitrarily large doorbell_offset can drive the computed doorbell index outside the allocate...

7.1CVSS5.8AI score0.00124EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder