Lucene search
+L

7812 matches found

RedhatCVE
RedhatCVE
added 2024/04/02 11:40 p.m.49 views

CVE-2024-26660

A vulnerability was found in the DRM/AMD/Display module of the Linux Kernel. An out-of-bounds access exists in the 'streamencregs' array within DCN301, while accessing the array with 'engid,’ could lead to an out-of-bounds access beyond its four-element size, which can cause a system crash...

4.4CVSS7.3AI score0.00264EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/02 7:15 a.m.17 views

CVE-2024-26662

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix 'panelcntl' could be null in 'dcn21setbacklightlevel' 'panelcntl' structure used to control the display panel could be null, dereferencing it could lead to a null pointer access. Fixes the below:...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/02 7:15 a.m.5 views

DEBIAN-CVE-2024-26661

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL test for 'timing generator' in 'dcn21setpipe' In "u32 otginst = pipectx-streamres.tg-inst;" pipectx-streamres.tg could be NULL, it is relying on the caller to ensure the tg is not NULL...

5.5CVSS5.5AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/02 7:15 a.m.1 views

DEBIAN-CVE-2024-26662

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix 'panelcntl' could be null in 'dcn21setbacklightlevel' 'panelcntl' structure used to control the display panel could be null, dereferencing it could lead to a null pointer access. Fixes the below:...

5.5CVSS6AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/02 7:15 a.m.5 views

DEBIAN-CVE-2024-26657

In the Linux kernel, the following vulnerability has been resolved: drm/sched: fix null-ptr-deref in init entity The bug can be triggered by sending an amdgpucswaitioctl to the AMDGPU DRM driver on any ASICs with valid context. The bug was reported by Joonkyo Jung . For example the following code...

5.5CVSS5.4AI score0.00228EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/02 7:15 a.m.19 views

CVE-2023-52634

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix disableotgwa logic Why When switching to another HDMI mode, we are unnecesarilly disabling/enabling FIFO causing both HPO and DIG registers to be set at the same time when only HPO is supposed to be set. This...

5.5CVSS6.4AI score0.00195EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/02 7:15 a.m.27 views

AZL-58792 CVE-2023-52632 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix lock dependency warning with srcu ====================================================== WARNING: possible circular locking dependency detected 6.5.0-kfd-yangp 2289 Not tainted...

5.5CVSS6.2AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/02 7:15 a.m.4 views

DEBIAN-CVE-2023-52634

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix disableotgwa logic Why When switching to another HDMI mode, we are unnecesarilly disabling/enabling FIFO causing both HPO and DIG registers to be set at the same time when only HPO is supposed to be set. This...

5.5CVSS5.3AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/02 7:15 a.m.14 views

UBUNTU-CVE-2024-26662

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix 'panelcntl' could be null in 'dcn21setbacklightlevel' 'panelcntl' structure used to control the display panel could be null, dereferencing it could lead to a null pointer access. Fixes the below:...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/02 7:15 a.m.8 views

UBUNTU-CVE-2023-52634

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix disableotgwa logic Why When switching to another HDMI mode, we are unnecesarilly disabling/enabling FIFO causing both HPO and DIG registers to be set at the same time when only HPO is supposed to be set. This...

5.5CVSS6.6AI score0.00195EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/02 7:15 a.m.12 views

UBUNTU-CVE-2024-26661

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL test for 'timing generator' in 'dcn21setpipe' In "u32 otginst = pipectx-streamres.tg-inst;" pipectx-streamres.tg could be NULL, it is relying on the caller to ensure the tg is not NULL...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References16
CVE
CVE
added 2024/04/02 6:49 a.m.181 views

CVE-2023-52634

Summary (CVE-2023-52634) : In the Linux kernel, the DRM/AMD display driver had a logic issue in the disable_otg_wa path that could cause a system hang during HDMI mode switches due to simultaneous FIFO/HPO state changes. The root cause was that enabling/disabling FIFO could affect multiple regist...

5.5CVSS6.5AI score0.00195EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/04/02 6:22 a.m.36 views

CVE-2024-26660

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Implement bounds check for stream encoder creation in DCN301 'streamencregs' array is an array of dcn10streamencregisters structures. The array is initialized with four elements, corresponding to the four calls t...

7CVSS7.3AI score0.00264EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/04/02 12:00 a.m.33 views

CVE-2024-26661

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL test for 'timing generator' in 'dcn21setpipe' In "u32 otginst = pipectx-streamres.tg-inst;" pipectx-streamres.tg could be NULL, it is relying on the caller to ensure the tg is not NULL...

5.5CVSS5.9AI score0.00225EPSS
SaveExploits0References15
The Hacker News
The Hacker News
added 2024/03/28 10:55 a.m.29 views

New ZenHammer Attack Bypasses Rowhammer Defenses on AMD CPUs

Cybersecurity researchers from ETH Zurich have developed a new variant of the RowHammer DRAM dynamic random-access memory attack that, for the first time, successfully works against AMD Zen 2 and Zen 3 systems despite mitigations such as Target Row Refresh TRR. "This result proves that AMD system...

7.3AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/03/28 4:15 a.m.10 views

SUSE CVE-2023-52625

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Refactor DMCUB enter/exit idle interface Why We can hang in place trying to send commands when the DMCUB isn't powered on. How We need to exit out of the idle state prior to sending a command, but the process tha...

5.5CVSS7.7AI score0.002EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/03/28 4:14 a.m.6 views

SUSE CVE-2024-26647

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix late derefrence 'dsc' check in 'linksetdscppspacket' In linksetdscppspacket, 'struct displaystreamcompressor dsc' was dereferenced in a DCLOGGERINITdsc-ctx-logger; before the 'dsc' NULL pointer check. Fixes t...

4.1CVSS6.7AI score0.00224EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/03/27 2:01 p.m.33 views

CVE-2024-26648

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix variable deferencing before NULL check in edpsetupreplay In edpsetupreplay, 'struct dc dc' & 'struct dmubreplay replay' was dereferenced before the pointer 'link' & 'replay' NULL check. Fixes the below:...

4.4CVSS7AI score0.00224EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/27 1:53 p.m.37 views

CVE-2024-26647

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix late derefrence 'dsc' check in 'linksetdscppspacket' In linksetdscppspacket, 'struct displaystreamcompressor dsc' was dereferenced in a DCLOGGERINITdsc-ctx-logger; before the 'dsc' NULL pointer check. Fixes t...

4.4CVSS6.9AI score0.00224EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/03/27 12:00 a.m.10 views

PT-2024-26744

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue arises when disabling the stream encoder in the Linux kernel's drm/amd/display module, which invokes a function that no longer exists. This can cause a crash. The problem occur...

6.2CVSS5.5AI score0.00227EPSS
SaveExploits0
Rows per page
Query Builder