Lucene search
+L

2955 matches found

OSV
OSV
added 2026/06/03 3:49 p.m.15 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...

5.8AI score
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/06/03 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-46217

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Avoid overflow on msg bound check As pointed out by SDL, the previous...

5.4AI score0.00013EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/06/03 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-46237

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn3: Avoid overflow on msg bound check As pointed out by SDL, the previous...

5.8AI score0.00013EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/06/03 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-45976

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 memory leak in amdgpurasinit When amdgpunbiorasswinit fails in amdgpurasinit, the function returns directly without freeing the allocated con...

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

Linux Distros Unpatched Vulnerability : CVE-2026-45979

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: clean up the amdgpucsparserbos In low memory conditions, kmalloc can fail. In su...

5.5CVSS5.6AI score0.00107EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/06/03 12:00 a.m.35 views

PT-2026-46008

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A null pointer dereference exists in the AMD display Hot Plug Detect HPD initialization. The function amdgpu dm hpd init may encounter connectors that lack a valid dc link. While the cod...

5.5CVSS5.9AI score0.00108EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/06/03 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-45947

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 memory leak in amdgpuacpienumeratexcc In amdgpuacpienumeratexcc, if amdgpuacpidevinit returns -ENOMEM, the function returns directly without...

5.5CVSS6AI score0.00162EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/06/03 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-45853

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: Use kvfree instead of kfree in amdgpugmcgetnpsmemranges amdgpudiscoverygetnpsinfo internally allocates memory for ranges using kvcalloc, which may u...

7.8CVSS7.2AI score0.00164EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2026/05/29 8:08 a.m.15 views

drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg

...

7.1CVSS5.4AI score0.00131EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/05/29 8:06 a.m.13 views

drm/amdgpu: Add bounds checking to ib_{get,set}_value

...

7.1CVSS5.4AI score0.00131EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/05/29 8:04 a.m.14 views

drm/amdgpu/sdma4: replace BUG_ON with WARN_ON in fence emission

...

6.6CVSS5.4AI score0.00119EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/29 1:15 a.m.17 views

SUSE CVE-2026-46199

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg...

5.5CVSS5.8AI score0.00131EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/05/29 1:15 a.m.19 views

SUSE CVE-2026-46204

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: Prevent OOB reads when parsing IB Rewrite the IB parsing to use amdgpuibgetvalue which handles the bounds checks...

5.5CVSS5.8AI score0.00131EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/05/29 1:14 a.m.16 views

SUSE CVE-2026-46217

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5CVSS5.2AI score0.00013EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/29 1:14 a.m.18 views

SUSE CVE-2026-46218

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add bounds checking to ibget,setvalue The uvd/vce/vcn code accesses the IB at predefined offsets without checking that the IB is large enough. Check the bounds here. The caller is responsible for making sure it can...

5.5CVSS6AI score0.00131EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/05/29 1:14 a.m.15 views

SUSE CVE-2026-46220

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/sdma4: replace BUGON with WARNON in fence emission sdmav40ringemitfence contains two BUGONaddr & 0x3 assertions that verify fence writeback addresses are dword-aligned. These assertions can be reached from unprivileged...

5.5CVSS5.8AI score0.00119EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/05/29 1:14 a.m.18 views

SUSE CVE-2026-46230

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg...

5.5CVSS5.8AI score0.00122EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/05/29 1:14 a.m.13 views

SUSE CVE-2026-46237

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5CVSS5.2AI score0.00013EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/29 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-46199

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg. CVE-2026-46199 Note that Nessus relie...

7.1CVSS4.7AI score0.00131EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/29 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-46204

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu/vcn4: Prevent OOB reads when parsing IB Rewrite the IB parsing to use amdgpuibgetvalue which handles the bounds checks. CVE-2026-46204 Note that Ness...

7.1CVSS4.8AI score0.00131EPSS
SaveExploits0References4
Rows per page
Query Builder