Lucene search
K

2404 matches found

NVD
NVD
added 2025/04/02 1:15 p.m.13 views

CVE-2025-21989

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix missing .istwopixelspercontainer Starting from 6.11, AMDGPU driver, while being loaded with amdgpu.dc=1, due to lack of .istwopixelspercontainer function in dce60tgfuncs, causes a NULL pointer dereference on...

5.5CVSS0.00152EPSS
Exploits0References3
NVD
NVD
added 2025/04/02 1:15 p.m.16 views

CVE-2025-21987

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: init return value in amdgputtmclearbuffer Otherwise an uninitialized value can be returned if amdgpurescleared returns true for all regions. Possibly closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3812 cherry...

5.5CVSS0.00152EPSS
Exploits0References3
OSV
OSV
added 2025/04/02 1:15 p.m.1 views

UBUNTU-CVE-2025-21987

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: init return value in amdgputtmclearbuffer Otherwise an uninitialized value can be returned if amdgpurescleared returns true for all regions. Possibly closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3812 cherry...

5.5CVSS6.5AI score0.00152EPSS
Exploits0References9
OSV
OSV
added 2025/04/02 1:15 p.m.2 views

UBUNTU-CVE-2025-21990

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags PRT BOs may not have any backing store, so bo-tbo.resource will be NULL. Check for that before dereferencing. cherry picked from commit...

5.5CVSS6.5AI score0.00152EPSS
Exploits0References10
Cvelist
Cvelist
added 2025/04/02 12:53 p.m.17 views

CVE-2025-21990 drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags PRT BOs may not have any backing store, so bo-tbo.resource will be NULL. Check for that before dereferencing. cherry picked from commit...

0.00152EPSS
Exploits0References3
CVE
CVE
added 2025/04/02 12:53 p.m.88 views

CVE-2025-21990

This CVE affects the Linux kernel DRM/AMDGPU path. The vulnerability arises when determining GFX12 page table entry (PTE) flags for BOs (backing stores). Specifically, PRT BOs may have no backing store, making bo->tbo.resource NULL. If this NULL is dereferenced, it can lead to a crash or other...

5.5CVSS7.2AI score0.00152EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/04/02 12:53 p.m.4 views

CVE-2025-21990 drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: NULL-check BO's backing store when determining GFX12 PTE flags PRT BOs may not have any backing store, so bo-tbo.resource will be NULL. Check for that before dereferencing. cherry picked from commit...

5.5CVSS6AI score0.00152EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/04/02 12:53 p.m.15 views

CVE-2025-21989 drm/amd/display: fix missing .is_two_pixels_per_container

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix missing .istwopixelspercontainer Starting from 6.11, AMDGPU driver, while being loaded with amdgpu.dc=1, due to lack of .istwopixelspercontainer function in dce60tgfuncs, causes a NULL pointer dereference on...

0.00152EPSS
Exploits0References3
OSV
OSV
added 2025/04/02 12:53 p.m.6 views

CVE-2025-21989 drm/amd/display: fix missing .is_two_pixels_per_container

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix missing .istwopixelspercontainer Starting from 6.11, AMDGPU driver, while being loaded with amdgpu.dc=1, due to lack of .istwopixelspercontainer function in dce60tgfuncs, causes a NULL pointer dereference on...

5.5CVSS6AI score0.00152EPSS
Exploits0References6
CVE
CVE
added 2025/04/02 12:53 p.m.92 views

CVE-2025-21989

CVE-2025-21989 - Linux kernel (drm/amd/display, AMDGPU) The vulnerability stems from a missing .is_two_pixels_per_container function in dce60_tg_funcs when the AMDGPU driver loads with amdgpu.dc=1 (starting with kernel 6.11). This can cause a NULL pointer dereference on older GPUs (e.g., R9 280X)...

5.5CVSS7.1AI score0.00152EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/04/02 12:30 p.m.16 views

CVE-2025-21987 drm/amdgpu: init return value in amdgpu_ttm_clear_buffer

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: init return value in amdgputtmclearbuffer Otherwise an uninitialized value can be returned if amdgpurescleared returns true for all regions. Possibly closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3812 cherry...

0.00152EPSS
Exploits0References3
CVE
CVE
added 2025/04/02 12:30 p.m.81 views

CVE-2025-21987

CVE-2025-21987: In Linux kernel DRM/AMDGPU, the bug is in init return value in amdgpu_ttm_clear_buffer; an uninitialized value could be returned if amdgpu_res_cleared returns true for all regions. The issue has been fixed via a cherry-picked commit (commit 7c62aacc3b452f73a1284198c81551035fac6d71...

5.5CVSS7.2AI score0.00152EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/04/02 12:30 p.m.8 views

CVE-2025-21987 drm/amdgpu: init return value in amdgpu_ttm_clear_buffer

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: init return value in amdgputtmclearbuffer Otherwise an uninitialized value can be returned if amdgpurescleared returns true for all regions. Possibly closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3812 cherry...

5.5CVSS6.1AI score0.00152EPSS
Exploits0References6
CNNVD
CNNVD
added 2025/04/02 12:0 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an uninitialized return value of the amdgputtmclearbuffer function...

5.5CVSS6.5AI score0.00152EPSS
Exploits0References5
BDU FSTEC
BDU FSTEC
added 2025/04/01 12:0 a.m.1 views

Vulnerability of the kfd_mem_dmaunmap_userptr() function in the drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c file – This is a driver for supporting AMD GPU cores in Linux’s Direct Rendering Infrastructure (DRI), which can be exploited by attackers to cause system failures.

Vulnerability of the kfdmemdmaunmapuserptr function in the drivers/gpu/drm/amd/amdgpu/amdgpuamdkfdgpuvm.c file – The drivers for AMD GPU cores in Linux operating systems are vulnerable to a memory leak issue before the last reference is freed. Exploiting this vulnerability could allow an attacker...

5.5CVSS5.8AI score0.00194EPSS
Exploits0References8Affected Software3
BDU FSTEC
BDU FSTEC
added 2025/04/01 12:0 a.m.1 views

Vulnerability of the amdgpu_dm_atomic_check() function in the drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c file – This driver is part of the Linux operating system’s AMD graphics card Direct Rendering Infrastructure (DRI) support module. It allows a hacker to trigger a service failure.

Vulnerability of the amdgpudmatomiccheck function in the driver/gpu/drm/amd/display/amdgpudm/amdgpudm.c file – The driver for Linux operating system graphics cards that support Direct Rendering Infrastructure DRI is vulnerable due to a pointer issue related to NULL pointers. Exploiting this...

5.5CVSS6.4AI score0.00227EPSS
Exploits0References22Affected Software5
BDU FSTEC
BDU FSTEC
added 2025/03/31 12:0 a.m.5 views

The vulnerability of the amdgpu_job_prepare_job() function in the driver’s code (drivers/gpu/drm/amd/amdgpu/amdgpu_job.c) in the Linux kernel allows a hacker to cause a service failure.

The vulnerability of the amdgpujobpreparejob function in the driver’s code drivers/gpu/drm/amd/amdgpu/amdgpujob.c in the Linux kernel is related to deficiencies in handling exceptional conditions. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.0021EPSS
Exploits0References11Affected Software4
BDU FSTEC
BDU FSTEC
added 2025/03/27 12:0 a.m.5 views

The vulnerability of the amdgpudebugfs regs_smc_read() function in the Linux kernel’s drivers/gpu/drm/amd/amdgpu/amdgpudebugfs.c file allows a hacker to gain elevated privileges within the system.

The vulnerability of the amdgpudebugfs regssmcread function in the drivers/gpu/drm/amd/amdgpu/amdgpudebugfs.c module of the Linux operating system is related to the execution of operations outside of the buffer in memory. Exploiting this vulnerability can allow an attacker to gain elevated...

5.5CVSS7.1AI score0.00254EPSS
Exploits0References18Affected Software6
BDU FSTEC
BDU FSTEC
added 2025/03/27 12:0 a.m.7 views

The vulnerability of DRM/AMD components in Linux operating systems allows a hacker to trigger a service failure.

The vulnerability of DRM/AMD kernel components in the Linux operating system is related to the assignment of the NULL pointer in the amdgpuatifcall function. Exploiting this vulnerability can allow a hacker to trigger a service failure...

5.5CVSS6.7AI score0.00245EPSS
Exploits0References16Affected Software10
BDU FSTEC
BDU FSTEC
added 2025/03/24 12:0 a.m.3 views

The vulnerability of the amdgpudebugfs regs_smc_read() function in the drivers/gpu/drm/amd/amdgpu/amdgpudebugfs.c module of the Linux operating system allows a hacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the amdgpudebugfs regssmcread function in the drivers/gpu/drm/amd/amdgpu/amdgpudebugfs.c module of the Linux operating system is related to the copying of buffers without checking the size of the input data a classic buffer overflow attack. Exploiting this vulnerability could...

7.8CVSS6.9AI score0.00273EPSS
Exploits0References23Affected Software7
Rows per page
Query Builder