Lucene search
+L

339 matches found

CNNVD
CNNVD
added 2026/02/11 12:00 a.m.13 views

AMD Graphics Driver 安全漏洞

AMD Graphics Driver is an integrated graphics driver developed by American semiconductor company AMD. There is a security vulnerability in AMD Graphics Driver, which stems from race conditions. This vulnerability may lead to memory corruption, thereby affecting integrity, confidentiality, or...

7.8CVSS5.8AI score0.00104EPSS
SaveExploits0References1
Hewlett-Packard
Hewlett-Packard
added 2026/02/10 12:00 a.m.20 views

AMD Graphics Driver February 2026 Security Update

AMD has informed HP of potential vulnerabilities in some AMD Graphics Driver for Windows, which might allow arbitrary code execution, loss of confidentiality, loss of integrity, loss of availability, kernel memory corruption, denial of service, or information disclosure. AMD is releasing software...

8.8CVSS5.9AI score0.00163EPSS
SaveExploits0Affected Software246
BDU FSTEC
BDU FSTEC
added 2026/02/10 12:00 a.m.14 views

The vulnerability of the dp_link_settings_read() function in the drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dmdebugfs.c driver module allows a hacker to trigger a service failure. This vulnerability is related to the Direct Rendering Infrastructure (DRI) support in AMD graphics cards for Linux operating systems.

The vulnerability of the dplinksettingsread function in the drivers/gpu/drm/amd/display/amdgpudm/amdgpudmdebugfs.c driver, which is part of the AMD DRI graphics support framework for Linux operating systems, stems from improper memory release mechanisms memory leaks. Exploiting this vulnerability...

5.5CVSS6.5AI score0.00261EPSS
SaveExploits0References11Affected Software1
Positive Technologies
Positive Technologies
added 2026/02/05 12:00 a.m.12 views

PT-2026-37546

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds write exists in the kfd event page set function. The function uses memset to write KFD SIGNAL EVENT LIMIT 8 bytes without verifying the buffer size parameter. This allow...

9.8CVSS5.7AI score0.00139EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.13 views

CVE-2026-23051

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix drm panic null pointer when driver not support atomic When driver not support atomic, fb using plane-fb rather than plane-state-fb. cherry picked from commit 2f2a72de673513247cd6fae14e53f6c40c5841ef...

5.3AI score0.00162EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:00 a.m.9 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-37766)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-37766 advisory. - In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The...

5.5CVSS5.3AI score0.00205EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/01/13 4:16 p.m.16 views

CVE-2025-68793

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix a job-pasid access race in gpu recovery Avoid a possible UAF in GPU recovery due to a race between the sched timeout callback and the tdr work queue. The gpu recovery function calls drmschedstop and later...

7.8CVSS6.2AI score0.00141EPSS
SaveExploits0References10
Redos
Redos
added 2026/01/13 12:00 a.m.10 views

ROS-20260113-7334

A vulnerability in the dcn32setoutputtransferfunc function of the drivers/gpu/drm/amd/display/dc/dcn32/dcn32/dcn32hwseq.c module of the Direct Rendering Infrastructure DRI support driver for AMD graphics cards in the Linux operating system kernel is related to pointer dereferencing. Exploitation ...

5.5CVSS6.5AI score0.00238EPSS
SaveExploits0
Redos
Redos
added 2026/01/13 12:00 a.m.10 views

ROS-20260113-7308

A vulnerability in the dmupdatemstvcpislotsfordsc function of the Direct Rendering Infrastructure DRI support driver of AMD graphics cards in the Linux operating system kernel is related to insufficient input validation when dividing by zero. Exploitation of the vulnerability could allow an...

5.5CVSS6.5AI score0.00237EPSS
SaveExploits0
Redos
Redos
added 2026/01/13 12:00 a.m.13 views

ROS-20260113-7315

A vulnerability in the gfxv110hwinit function of the AMD GPU Direct Rendering Infrastructure DRI support driver of the Linux operating system kernel is related to pointer dereferencing. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

5.5CVSS6.5AI score0.00235EPSS
SaveExploits0
Redos
Redos
added 2026/01/13 12:00 a.m.10 views

ROS-20260113-7338

A vulnerability in the dcn30inithw function of the drivers/gpu/drm/amd/display/dc/dcn30/dcn30hwseq.c module of the AMD graphics card Direct Rendering Infrastructure DRI support driver of the Linux operating system kernel is related to pointer dereferencing. Exploitation of the vulnerability could...

5.5CVSS6.5AI score0.00238EPSS
SaveExploits0
Redos
Redos
added 2026/01/13 12:00 a.m.15 views

ROS-20260113-7337

A vulnerability in the dcn32inithw function of the drivers/gpu/drm/amd/display/dc/dcn32/dcn32dcn32hwseq.c module of the Direct Rendering Infrastructure DRI support driver for AMD graphics cards in the Linux operating system kernel is related to pointer dereferencing. Exploitation of the...

5.5CVSS6.5AI score0.00238EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-54261

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdkfd: Add missing gfx11 MQD manager callbacks mqdstride function was introduced in commit 2f77b9a242a2 drm/amdkfd: Update MQD management on multi XCC setu...

5.9AI score0.00189EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:07 p.m.11 views

CVE-2023-54150 drm/amd: Fix an out of bounds error in BIOS parser

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix an out of bounds error in BIOS parser The array is hardcoded to 8 in atomfirmware.h, but firmware provides a bigger one sometimes. Deferencing the larger array causes an out of bounds error. commit 4fc1ba4aa589...

6.4AI score
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2025/12/23 12:00 a.m.16 views

The vulnerability of the `dc_state_create()` function in the `drivers/gpu/drm/amd/display/dc/core/dc_state.c` file of the DRI support driver for AMD GPU-based Linux operating system kernels allows a malicious actor to cause a service failure.

The vulnerability of the dcstatecreate function in the drivers/gpu/drm/amd/display/dc/core/dcstate.c file, a driver for AMD graphics cards, related to Linux operating systems, leads to unregulated resource consumption. Exploiting this vulnerability can allow an attacker to cause service failures...

5.5CVSS6.7AI score0.00211EPSS
SaveExploits0References8Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/12/19 12:00 a.m.13 views

The vulnerability of the dcn201_acquire_free_pipe_for_layer() function in the drivers/gpu/drm/amd/display/dc/dcn201/dcn201_resource.c driver module allows a hacker to trigger a service failure. This vulnerability is related to the Direct Rendering Infrastructure (DRI) support for AMD graphics cards in Linux operating systems.

The vulnerability of the dcn201acquirefreepipeforlayer function in the drivers/gpu/drm/amd/display/dc/dcn201/dcn201resource.c driver module relates to the pointer manipulation in the Direct Rendering Infrastructure DRI support for AMD graphics cards in Linux operating systems. Exploiting this...

5.5CVSS6.7AI score0.00237EPSS
SaveExploits0References10Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/12/19 12:00 a.m.14 views

The vulnerability of the function dce11_pplib_apply_display_requirements() in the driver drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c file, a driver for supporting AMD Linux operating system-based graphics cards’ Direct Rendering Infrastructure (DRI), allows a malicious actor to trigger a service failure.

The vulnerability of the dce11pplibapplydisplayrequirements function in the drivers/gpu/drm/amd/display/dc/clkmgr/dce110/dce110clkmgr.c file, a driver for AMD Direct Rendering Infrastructure DRI graphics cards for Linux operating systems, is related to the use of pointer manipulation. Exploiting...

5.5CVSS6.8AI score0.00211EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2025/12/16 3:30 p.m.13 views

EUVD-2025-203700

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Cache streams targeting link when performing LT automation WHY Last LT automation update can cause crash by referencing currentstate and calling into dcupdateplanesandstream which may clobber currentstate. HOW...

6AI score0.00181EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/10 12:36 a.m.6 views

SUSE CVE-2023-53780

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix FCLK pstate change underflow Why Currently we set FCLK p-state change watermark calculated based on dummy p-state latency when UCLK p-state is not supported How Calculate FCLK p-state change watermark based o...

1.9CVSS6.6AI score0.00197EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/09 12:01 a.m.18 views

CVE-2023-53816

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix potential kgdmem UAFs kgdmem pointers returned by kfdprocessdevicetranslatehandle are only guaranteed to be valid while p-mutex is held. As soon as the mutex is unlocked, another thread can free the BO...

7.8CVSS5.1AI score0.00141EPSS
SaveExploits0
Rows per page
Query Builder