CVE-2024-46810
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:03
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: tc358767: Check if fully initialized before signalling HPD event via IRQ Make sure the connector is fully initialized before signalling any HPD events via drm_kms_helpe...
CVE-2024-46811
- EPSS 0.02%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 07.10.2024 14:24:56
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index may exceed array range within fpu_update_bw_bounding_box [Why] Coverity reports OVERRUN warning. soc.num_states could be 40. But array range of bw_params...
CVE-2024-46812
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 05.05.2026 15:22:44
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.
CVE-2024-46813
- EPSS 0.02%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 05.05.2026 15:23:19
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check link_index before accessing dc->links[] [WHY & HOW] dc->links[] has max size of MAX_LINKS and NULL is return when trying to access with out-of-bound index. ...
CVE-2024-46814
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:03
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check msg_id before processing transcation [WHY & HOW] HDCP_MESSAGE_ID_INVALID (-1) is not a valid msg_id nor is it a valid array index, and it needs checking befo...
CVE-2024-46815
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:04
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[] [WHY & HOW] num_valid_sets needs to be checked to avoid a negative index when accessing reader_wm_sets[num_v...
CVE-2024-46818
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:04
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check gpio_id before used as array index [WHY & HOW] GPIO_ID_UNKNOWN (-1) is not a valid value for array index and therefore should be checked in advance. This fi...
CVE-2024-46819
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:04
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: the warning dereferencing obj for nbio_v7_4 if ras_manager obj null, don't print NBIO err data
CVE-2024-46820
- EPSS 0.03%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 20.11.2024 17:34:05
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn: remove irq disabling in vcn 5 suspend We do not directly enable/disable VCN IRQ in vcn 5.0.0. And we do not handle the IRQ state as well. So the calls to disable IR...
CVE-2024-46821
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 05.05.2026 15:28:27
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix negative array index read Avoid using the negative values for clk_idex as an index into an array pptable->DpmDescriptor. V2: fix clk_index return check (Tim Huang)