CVE-2024-49919
- EPSS 0.02%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 21.02.2025 14:15:46
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for head_pipe in dcn201_acquire_free_pipe_for_layer This commit addresses a potential null pointer dereference issue in the `dcn201_acquire_free_pip...
CVE-2024-49920
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 25.10.2024 14:56:32
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before multiple uses [WHAT & HOW] Poniters, such as stream_enc and dc->bw_vbios, are null checked previously in the same function, so Coverity ...
CVE-2024-49921
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 25.10.2024 15:01:21
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before used [WHAT & HOW] Poniters, such as dc->clk_mgr, are null checked previously in the same function, so Coverity warns "implies that "dc->...
CVE-2024-49922
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 25.10.2024 14:56:06
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using them [WHAT & HOW] These pointers are null checked previously in the same function, indicating they might be null as reported by Co...
CVE-2024-49923
- EPSS 0.02%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 21.02.2025 14:15:47
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Pass non-null to dcn20_validate_apply_pipe_split_flags [WHAT & HOW] "dcn20_validate_apply_pipe_split_flags" dereferences merge, and thus it cannot be a null pointe...
CVE-2024-49924
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:31
In the Linux kernel, the following vulnerability has been resolved: fbdev: pxafb: Fix possible use after free in pxafb_task() In the pxafb_probe function, it calls the pxafb_init_fbinfo function, after which &fbi->task is associated with pxafb_task...
CVE-2024-49927
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 03.11.2025 23:16:31
In the Linux kernel, the following vulnerability has been resolved: x86/ioapic: Handle allocation failures gracefully Breno observed panics when using failslab under certain conditions during runtime: can not alloc irq_pin_list (-1,0,20) Ker...
CVE-2024-49928
- EPSS 0.02%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 25.10.2024 15:22:31
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: avoid reading out of bounds when loading TX power FW elements Because the loop-expression will do one more time before getting false from cond-expression, the original...
CVE-2024-49929
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 03.11.2025 21:16:37
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference iwl_mvm_tx_skb_sta() and iwl_mvm_tx_mpdu() verify that the mvmvsta pointer is not NULL. It retrieves this pointer using iwl_mvm_s...
CVE-2024-49930
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:14
- Zuletzt bearbeitet 12.05.2026 12:17:17
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix array out-of-bound access in SoC stats Currently, the ath11k_soc_dp_stats::hal_reo_error array is defined with a maximum size of DP_REO_DST_RING_MAX. However, the...