Lucene search
+L

1224 matches found

Cvelist
Cvelist
added 2024/09/27 12:42 p.m.34 views

CVE-2024-46850 drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid race between dcn35setdrr and dcstatedestruct dcstatedestruct nulls the resource context of the DC state. The pipe context passed to dcn35setdrr is a member of this resource context. If dcstatedestruct is...

0.00168EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/27 12:42 p.m.15 views

CVE-2024-46850 drm/amd/display: Avoid race between dcn35_set_drr() and dc_state_destruct()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid race between dcn35setdrr and dcstatedestruct dcstatedestruct nulls the resource context of the DC state. The pipe context passed to dcn35setdrr is a member of this resource context. If dcstatedestruct is...

4.7CVSS5.7AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2024/09/27 12:42 p.m.96 views

CVE-2024-46850

CVE-2024-46850 – Linux kernel drm/amd/display race condition : The issue arises in dcn35_set_drr() when the DC state’s resource context is nulled by dc_state_destruct() while an IRQ path uses the timing generator. The documented root cause is a race where nulling happens after a NULL check, poten...

4.7CVSS4.4AI score0.00168EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/09/27 12:36 p.m.155 views

CVE-2024-46821

CVE-2024-46821 (Linux kernel, drm/amd/pm) affects the Linux kernel’s AMD power management code where a negative clk_index/clk_idex was used as an index into pptable->DpmDescriptor, leading to a negative array index read. The issue is resolved by a fix that prevents using negative values as an ...

7.8CVSS7.3AI score0.0026EPSS
SaveExploits0References8Affected Software2
Vulnrichment
Vulnrichment
added 2024/09/27 12:35 p.m.117 views

CVE-2024-46818 drm/amd/display: Check gpio_id before used as array index

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check gpioid before used as array index WHY & HOW GPIOIDUNKNOWN -1 is not a valid value for array index and therefore should be checked in advance. This fixes 5 OVERRUN issues reported by Coverity...

6.9AI score0.00269EPSS
SaveExploits0References7
OSV
OSV
added 2024/09/27 12:35 p.m.16 views

CVE-2024-46818 drm/amd/display: Check gpio_id before used as array index

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check gpioid before used as array index WHY & HOW GPIOIDUNKNOWN -1 is not a valid value for array index and therefore should be checked in advance. This fixes 5 OVERRUN issues reported by Coverity...

7.8CVSS6.3AI score0.00269EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.26 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...

0.00255EPSS
SaveExploits0References7
CVE
CVE
added 2024/09/27 12:35 p.m.133 views

CVE-2024-46817

CVE-2024-46817 is tied to the Linux kernel vulnerability in the DRM/AMD display driver. The issue arises when amdgpu_dm initialization proceeds with more than 6 streams, triggering an OVERRUN warning reported by Coverity. The root cause is that initialize logic should abort early; the fix returns...

5.5CVSS6.2AI score0.00255EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/09/27 12:35 p.m.16 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...

5.5CVSS6AI score0.00255EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.21 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...

0.00263EPSS
SaveExploits0References7
CVE
CVE
added 2024/09/27 12:35 p.m.141 views

CVE-2024-46816

CVE-2024-46816 affects the Linux kernel DRM/AMD display path (amdgpu_dm). The vulnerability arises when initializing display links: the code assumes dc->links has up to max_links elements, but a link count can reach AMDGPU_DM_MAX_DISPLAY_INDEX (31), risking an out-of-bounds condition during in...

5.5CVSS5.2AI score0.00255EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.27 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...

0.00255EPSS
SaveExploits0References6
OSV
OSV
added 2024/09/27 12:35 p.m.15 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...

7.8CVSS6.2AI score0.00248EPSS
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
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 score0.00247EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/09/27 12:35 p.m.22 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...

0.00247EPSS
SaveExploits0References3
CVE
CVE
added 2024/09/27 12:35 p.m.131 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.00247EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/09/27 12:35 p.m.20 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 score0.00255EPSS
SaveExploits0References11
CVE
CVE
added 2024/09/27 12:35 p.m.135 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.116 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
Rows per page
Query Builder