Lucene search
+L

1705 matches found

Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.22 views

CVE-2021-47046 drm/amd/display: Fix off by one in hdmi_14_process_transaction()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix off by one in hdmi14processtransaction The hdcpi2coffsets array did not have an entry for HDCPMESSAGEIDWRITECONTENTSTREAMTYPE so it led to an off by one read overflow. I added an entry and copied the 0x0 valu...

6.9AI score0.00245EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.50 views

CVE-2021-47046

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix off by one in hdmi14processtransaction The hdcpi2coffsets array did not have an entry for HDCPMESSAGEIDWRITECONTENTSTREAMTYPE so it led to an off by one read overflow. I added an entry and copied the 0x0 valu...

7.8CVSS6.2AI score0.00245EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.35 views

CVE-2021-47042 drm/amd/display: Free local data after use

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...

6.5AI score0.00205EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.54 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.5CVSS4.6AI score0.00205EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/02/27 3:56 a.m.6 views

SUSE CVE-2023-52460

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clkmgr. So don't use it to look for DML2 support...

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References3
NVD
NVD
added 2024/02/23 3:15 p.m.39 views

CVE-2023-52460

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clkmgr. So don't use it to look for DML2 support...

5.5CVSS5.3AI score0.00191EPSS
SaveExploits0References2
Prion
Prion
added 2024/02/23 3:15 p.m.23 views

Null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clkmgr. So don't use it to look for DML2 support...

7.3AI score0.00191EPSS
SaveExploits0References2
OSV
OSV
added 2024/02/23 3:15 p.m.13 views

UBUNTU-CVE-2023-52460

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clkmgr. So don't use it to look for DML2 support...

5.5CVSS5.7AI score0.00191EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/02/23 2:46 p.m.38 views

CVE-2023-52460 drm/amd/display: Fix NULL pointer dereference at hibernate

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clkmgr. So don't use it to look for DML2 support...

5.6AI score0.00191EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/02/23 12:0 a.m.26 views

CVE-2023-52460

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference at hibernate During hibernate sequence the source context might not have a clkmgr. So don't use it to look for DML2 support...

5.5CVSS5.7AI score0.00191EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/02/15 12:0 a.m.20 views

PT-2024-21506

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the drm/amd/display component of the Linux kernel, where two problems have been fixed: a comparison with a wider integer type in a loop condition that can cause...

5.5CVSS5.5AI score0.00241EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/01/31 12:0 a.m.5 views

PT-2024-3400 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a missing odm calculation for pipe split policy determination in the Linux kernel's drm/amd/display module, specifically affecting the dcn35 8k30. This missing...

7.8CVSS6.6AI score0.0025EPSS
SaveExploits0References23
Positive Technologies
Positive Technologies
added 2024/01/18 12:0 a.m.7 views

PT-2024-3390

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a late dereference check of the dsc variable in the link set dsc pps packet function. This function is part of the drm/amd/display module in the Linux kernel. T...

7.8CVSS6.6AI score0.00684EPSS
SaveExploits0References202
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.5 views

kernel: drm: amd: display: Fix memory leakage

A memory leak flaw was found in the Linux kernel's AMD display driver in the display context construction logic. A local user can trigger this issue during AMD GPU initialization when the dcconstructctx function fails to release allocated memory in error paths. This results in permanent memory...

5.5CVSS7.2AI score0.00135EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.9 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.00146EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.12 views

kernel: drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes WHY When PTEBufferSizeInRequests is zero, UBSAN reports the following warning because dmllog2 returns an unexpected negative value: shift exponent 4294966273 is t...

7.8CVSS6.3AI score0.00199EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.8 views

kernel: drm/amd: fix potential memory leak

A memory leak was found in the Linux kernel's AMD display driver in the clock source initialization logic. When the initialization function encounters an error in its final return path, allocated memory for the clksrc structure is not freed before returning NULL. This results in leaked memory tha...

5.5CVSS7.2AI score0.00128EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.8 views

kernel: drm/amd/display: fix FCLK pstate change underflow

A calculation flaw was found in the AMD display driver in the Linux kernel. When UCLK p-state is not supported, FCLK p-state change watermarks are incorrectly calculated using dummy values, potentially causing underflow. This can lead to display issues or system instability during power state...

5.8AI score0.00193EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.8 views

kernel: drm: amd: display: Fix memory leakage

A memory leak flaw was found in the Linux kernel's AMD display driver in the display context construction logic. A local user can trigger this issue during AMD GPU initialization when the dcconstructctx function fails to release allocated memory in error paths. This results in permanent memory...

5.5CVSS7.2AI score0.00135EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.6 views

kernel: drm/amd/display: Fix optc2_configure warning on dcn314

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix optc2configure warning on dcn314 Why dcn314 uses optc2configurecrc that wraps optc1configurecrc + set additional registers not applicable to dcn314. It's not critical but when used leads to warning like:...

5.5CVSS6.3AI score0.00159EPSS
SaveExploits0References5
Rows per page
Query Builder