CVE-2024-46813
- EPSS 0.26%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 04.08.2026 11:20:28
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.25%
- 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-46816
- EPSS 0.27%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 04.08.2026 11:20:29
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links [Why] Coverity report OVERRUN warning. There are only max_links elements within dc->links. link cou...
CVE-2024-46819
- EPSS 0.24%
- 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.23%
- 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.26%
- 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)
CVE-2024-46823
- EPSS 0.25%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 04.08.2026 11:20:30
In the Linux kernel, the following vulnerability has been resolved: kunit/overflow: Fix UB in overflow_allocation_test The 'device_name' array doesn't exist out of the 'overflow_allocation_test' function scope. However, it is being used as a driver...
CVE-2024-46802
- EPSS 0.24%
- Veröffentlicht 27.09.2024 13:15:13
- Zuletzt bearbeitet 03.11.2025 23:16:02
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: added NULL check at start of dc_validate_stream [Why] prevent invalid memory access [How] check if dc and stream are NULL
CVE-2024-46803
- EPSS 0.27%
- Veröffentlicht 27.09.2024 13:15:13
- Zuletzt bearbeitet 04.08.2026 11:20:27
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check debug trap enable before write dbg_ev_file In interrupt context, write dbg_ev_file will be run by work queue. It will cause write dbg_ev_file execution after debu...
CVE-2024-46804
- EPSS 0.25%
- Veröffentlicht 27.09.2024 13:15:13
- Zuletzt bearbeitet 03.11.2025 23:16:03
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 msg_id valid and valid array inde...