Lucene search
+L

1721 matches found

Cvelist
Cvelist
added 2024/09/27 12:35 p.m.32 views

CVE-2024-46817 drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Stop amdgpudm initialize when stream nums greater than 6 Why Coverity reports OVERRUN warning. Should abort amdgpudm initialize. How Return failure to amdgpudminit...

7.4CVSS0.00263EPSS
SaveExploits0References7
CVE
CVE
added 2024/09/27 12:35 p.m.153 views

CVE-2024-46817

CVE-2024-46817 affects the Linux kernel DRM-AMD/Display component (amdgpu_dm). The issue arises when stream numbers exceed 6, where Coverity detects an OVERRUN and the code path should abort initialization. The reduction in impact is described as a boundary/initialization check failure leading to...

7.4CVSS6.2AI score0.00263EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/09/27 12:35 p.m.17 views

CVE-2024-46817 drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Stop amdgpudm initialize when stream nums greater than 6 Why Coverity reports OVERRUN warning. Should abort amdgpudm initialize. How Return failure to amdgpudminit...

7.4CVSS6AI score
SaveExploits0References12
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.32 views

CVE-2024-46816 drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Stop amdgpudm initialize when link nums greater than maxlinks Why Coverity report OVERRUN warning. There are only maxlinks elements within dc-links. link count could up to AMDGPUDMMAXDISPLAYINDEX 31. How Make sur...

7.8CVSS0.00265EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.27 views

CVE-2024-46815 drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check numvalidsets before accessing readerwmsets WHY & HOW numvalidsets needs to be checked to avoid a negative index when accessing readerwmsetsnumvalidsets - 1. This fixes an OVERRUN issue reported by Coverity...

7.1CVSS0.00263EPSS
SaveExploits0References7
CVE
CVE
added 2024/09/27 12:35 p.m.149 views

CVE-2024-46816

CVE-2024-46816 concerns the Linux kernel drm/amd/display path (amdgpu_dm) where the link count could exceed the allocated dc->links array, risking an OVERRUN. The connected documents specify a fix: ensure the link count is less than max_links before initialization. The vulnerability is describ...

7.8CVSS5.2AI score0.00265EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/09/27 12:35 p.m.18 views

CVE-2024-46814 drm/amd/display: Check msg_id before processing transcation

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check msgid before processing transcation WHY & HOW HDCPMESSAGEIDINVALID -1 is not a valid msgid nor is it a valid array index, and it needs checking before used. This fixes 4 OVERRUN issues reported by Coverity...

6.2AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2024/09/27 12:35 p.m.15 views

CVE-2024-46812 drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration Why Coverity reports Memory - illegal accesses. How Skip inactive planes...

7AI score0.00255EPSS
SaveExploits0References6
CVE
CVE
added 2024/09/27 12:35 p.m.142 views

CVE-2024-46812

CVE-2024-46812 concerns the Linux kernel DRM/AMD display code. The vulnerability arises from memory access issues addressed by skipping inactive planes in ModeSupportAndSystemConfiguration, as reported by Coverity. The fix is implemented in the kernel to prevent illegal accesses by not processing...

7.8CVSS7.3AI score0.00255EPSS
SaveExploits0References8Affected Software2
CVE
CVE
added 2024/09/27 12:35 p.m.138 views

CVE-2024-46813

CVE-2024-46813 affects the Linux kernel drm/amd/display code. The fix guards against out-of-bounds access by validating link_index before dereferencing dc->links[], where dc->links[] has a max size of MAX_LINKS; the issue could cause 3 overrun conditions and a resource leak, resolved by the...

7.8CVSS7.4AI score0.00255EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.28 views

CVE-2024-46813 drm/amd/display: Check link_index before accessing dc->links[]

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check linkindex before accessing dc-links WHY & HOW dc-links has max size of MAXLINKS and NULL is return when trying to access with out-of-bound index. This fixes 3 OVERRUN and 1 RESOURCELEAK issues reported by...

7.8CVSS0.00255EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/27 12:35 p.m.25 views

CVE-2024-46813 drm/amd/display: Check link_index before accessing dc->links[]

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check linkindex before accessing dc-links WHY & HOW dc-links has max size of MAXLINKS and NULL is return when trying to access with out-of-bound index. This fixes 3 OVERRUN and 1 RESOURCELEAK issues reported by...

7.8CVSS6.3AI score
SaveExploits0References6
OSV
OSV
added 2024/09/27 12:35 p.m.23 views

CVE-2024-46812 drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration Why Coverity reports Memory - illegal accesses. How Skip inactive planes...

7.8CVSS6.2AI score
SaveExploits0References11
OSV
OSV
added 2024/09/27 12:35 p.m.15 views

CVE-2024-46811 drm/amd/display: Fix index may exceed array range within fpu_update_bw_bounding_box

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index may exceed array range within fpuupdatebwboundingbox Why Coverity reports OVERRUN warning. soc.numstates could be 40. But array range of bwparams-clktable.entries is 8. How Assert if soc.numstates great...

7.3CVSS6.2AI score
SaveExploits0References6
CVE
CVE
added 2024/09/27 12:35 p.m.126 views

CVE-2024-46811

CVE-2024-46811 affects the Linux kernel in the DRM/AMD display component. A potential out-of-bounds condition arises when accessing bw_params->clk_table.entries (8 entries) if soc.num_states can reach 40; the issue is fixed by asserting when soc.num_states exceeds 8 during fpu_update_bw_boundi...

7.8CVSS7.3AI score0.00246EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.28 views

CVE-2024-46808 drm/amd/display: Add missing NULL pointer check within dpcd_extend_address_range

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add missing NULL pointer check within dpcdextendaddressrange Why & How ASSERT if return NULL from kcalloc...

0.00204EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/27 12:35 p.m.120 views

CVE-2024-46808

CVE-2024-46808 affects the Linux kernel component drm/amd/display, where a missing NULL pointer check in dpcd_extend_address_range can lead to an assertion if kcalloc returns NULL. The connected Nessus entry confirms the vulnerability exists in Linux distros without a vendor patch and cites the s...

5.5CVSS5.2AI score0.00204EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/09/27 12:35 p.m.19 views

CVE-2024-46808 drm/amd/display: Add missing NULL pointer check within dpcd_extend_address_range

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add missing NULL pointer check within dpcdextendaddressrange Why & How ASSERT if return NULL from kcalloc...

6.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.24 views

CVE-2024-46804 drm/amd/display: Add array index check for hdcp ddc access

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add array index check for hdcp ddc access Why Coverity reports OVERRUN warning. Do not check if array index valid. How Check msgid valid and valid array index...

0.00245EPSS
SaveExploits0References6
OSV
OSV
added 2024/09/27 12:35 p.m.18 views

CVE-2024-46804 drm/amd/display: Add array index check for hdcp ddc access

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add array index check for hdcp ddc access Why Coverity reports OVERRUN warning. Do not check if array index valid. How Check msgid valid and valid array index...

6.2AI score
SaveExploits0References11
Rows per page
Query Builder