CVE-2024-46816
- EPSS 0.02%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 03.11.2025 20:16:32
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-46817
- 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: Stop amdgpu_dm initialize when stream nums greater than 6 [Why] Coverity reports OVERRUN warning. Should abort amdgpu_dm initialize. [How] Return failure to amdgp...
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-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)
CVE-2024-46822
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:05
In the Linux kernel, the following vulnerability has been resolved: arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry In a review discussion of the changes to support vCPU hotplug where a check was added on the GICC being enabled ...
CVE-2024-46802
- EPSS 0.01%
- 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-46804
- EPSS 0.01%
- 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...
CVE-2024-46806
- EPSS 0.01%
- Veröffentlicht 27.09.2024 13:15:13
- Zuletzt bearbeitet 02.10.2024 13:17:04
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the warning division or modulo by zero Checks the partition mode and returns an error for an invalid mode.
CVE-2024-46807
- EPSS 0.01%
- 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/amdgpu: Check tbo resource pointer Validate tbo resource pointer, skip if NULL