Lucene search
K

16 matches found

RedhatCVE
RedhatCVE
added 3 hours ago1 views

CVE-2026-46245

A flaw was found in the Linux kernel's AMD GPU display driver. The amdgpudmhpdinit function, responsible for Hot-Plug Detect HPD initialization, may attempt to dereference a null dclink when handling certain connectors. This unconditional dereference can lead to a system crash, allowing a local...

5.8AI score
Exploits0References4
NVD
NVD
added 5 hours ago3 views

CVE-2026-46245

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dclink NULL handling in HPD init amdgpudmhpdinit may see connectors without a valid dclink. The code already checks dclink for the polling decision, but later unconditionally dereferences it when setting up H...

Exploits0References2
EUVD
EUVD
added 7 hours ago2 views

EUVD-2026-34107

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dclink NULL handling in HPD init amdgpudmhpdinit may see connectors without a valid dclink. The code already checks dclink for the polling decision, but later unconditionally dereferences it when setting up H...

5.7AI score
Exploits0References2
Cvelist
Cvelist
added 7 hours ago2 views

CVE-2026-46245 drm/amd/display: Fix dc_link NULL handling in HPD init

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dclink NULL handling in HPD init amdgpudmhpdinit may see connectors without a valid dclink. The code already checks dclink for the polling decision, but later unconditionally dereferences it when setting up H...

Exploits0References2
ATTACKERKB
ATTACKERKB
added 7 hours ago1 views

CVE-2026-46245

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dclink NULL handling in HPD init amdgpudmhpdinit may see connectors without a valid dclink. The code already checks dclink for the polling decision, but later unconditionally dereferences it when setting up H...

5.7AI score
Exploits0References3Affected Software1
CVE
CVE
added 7 hours ago3 views

CVE-2026-46245

MODE C: The connected sources describe a concrete fix in the Linux kernel DRM AMD display code for CVE-2026-46245. The flaw was that amdgpu_dm_hpd_init() could dereference a NULL dc_link when wiring HPD interrupts for connectors that lacked a valid dc_link. The patch introduces a NULL check on am...

5.7AI score
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/10/08 11:39 p.m.1 views

SUSE CVE-2022-50535

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

5.5CVSS6.5AI score0.00017EPSS
Exploits0References7
OSV
OSV
added 2025/10/07 3:21 p.m.1 views

CVE-2022-50535 drm/amd/display: Fix potential null-deref in dm_resume

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

5.5CVSS6.5AI score0.00017EPSS
Exploits0References10
EUVD
EUVD
added 2025/10/07 3:21 p.m.1 views

EUVD-2025-32843

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

6AI score0.00017EPSS
Exploits0References8
OSV
OSV
added 2024/04/03 5:15 p.m.1 views

DEBIAN-CVE-2024-26728

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix null-pointer dereference on edid reading Use i2c adapter when there isn't auxmode in dclink to fix a null-pointer derefence that happens when running igt@kmsforceconnectorbasic in a system with DCN2.1 and HDM...

5.5CVSS5.4AI score0.00083EPSS
Exploits0References1
OSV
OSV
added 2024/04/03 5:15 p.m.0 views

UBUNTU-CVE-2024-26728

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix null-pointer dereference on edid reading Use i2c adapter when there isn't auxmode in dclink to fix a null-pointer derefence that happens when running igt@kmsforceconnectorbasic in a system with DCN2.1 and HDM...

5.5CVSS5.7AI score0.00083EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/03/02 5:48 a.m.2 views

SUSE CVE-2021-47042

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Free local data after use Fixes the following memory leak in dclinkconstruct: unreferenced object 0xffffa03e81471400 size 1024: comm "amdmoduleload", pid 2486, jiffies 4294946026 age 10.544s hex dump first 32...

5.5CVSS6.3AI score0.00041EPSS
Exploits0References3
OSV
OSV
added 2024/02/28 9:15 a.m.2 views

CVE-2021-47042

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Free local data after use Fixes the following memory leak in dclinkconstruct: unreferenced object 0xffffa03e81471400 size 1024: comm "amdmoduleload", pid 2486, jiffies 4294946026 age 10.544s hex dump first 32...

5.5CVSS5.6AI score
Exploits0References2
OSV
OSV
added 2024/02/28 9:15 a.m.0 views

UBUNTU-CVE-2021-47042

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Free local data after use Fixes the following memory leak in dclinkconstruct: unreferenced object 0xffffa03e81471400 size 1024: comm "amdmoduleload", pid 2486, jiffies 4294946026 age 10.544s hex dump first 32...

5.5CVSS5.7AI score0.00041EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.2 views

kernel: drm/amd/display: Fix potential null-deref in dm_resume

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

5.5CVSS6.8AI score0.00017EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.3 views

kernel: drm/amd/display: Fix potential null-deref in dm_resume

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

5.5CVSS6.8AI score0.00017EPSS
Exploits0References5
Rows per page
Query Builder