CVE-2024-43894
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:18
In the Linux kernel, the following vulnerability has been resolved: drm/client: fix null pointer dereference in drm_client_modeset_probe In drm_client_modeset_probe(), the return value of drm_mode_duplicate() is assigned to modeset->mode, which wil...
CVE-2024-43895
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:18
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip Recompute DSC Params if no Stream on Link [why] Encounter NULL pointer dereference uner mst + dsc setup. BUG: kernel NULL pointer dereference, address: 00000...
CVE-2024-43896
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 05.09.2024 18:37:16
In the Linux kernel, the following vulnerability has been resolved: ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULL Call efi_rt_services_supported() to check that efi.get_variable exists before calling it.
CVE-2024-43897
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:18
In the Linux kernel, the following vulnerability has been resolved: net: drop bad gso csum_start and offset in virtio_net_hdr Tighten csum_start and csum_offset checks in virtio_net_hdr_to_skb for GSO packets. The function already checks that a ch...
CVE-2024-43899
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 27.08.2024 14:38:19
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null pointer deref in dcn20_resource.c Fixes a hang thats triggered when MPV is run on a DCN401 dGPU: mpv --hwdec=vaapi --vo=gpu --hwdec-codecs=all and then ...
CVE-2024-43900
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:19
In the Linux kernel, the following vulnerability has been resolved: media: xc2028: avoid use-after-free in load_firmware_cb() syzkaller reported use-after-free in load_firmware_cb() [1]. The reason is because the module allocated a struct tuner in ...
CVE-2024-43901
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 27.08.2024 14:38:44
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference for DTN log in DCN401 When users run the command: cat /sys/kernel/debug/dri/0/amdgpu_dm_dtn_log The following NULL pointer dereferen...
CVE-2024-43902
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:19
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checker before passing variables Checks null pointer before passing variables to functions. This fixes 3 NULL_RETURNS issues reported by Coverity.
CVE-2024-43904
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:19
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing This commit adds null checks for the 'stream' and 'plane' variables in the dcn30_apply_idle_power_opt...
CVE-2024-43905
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:20
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr Check return value and conduct null pointer handling to avoid null pointer dereference.