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.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 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.03%
- 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.
CVE-2024-43906
- EPSS 0.03%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 27.08.2024 13:41:30
In the Linux kernel, the following vulnerability has been resolved: drm/admgpu: fix dereferencing null pointer context When user space sets an invalid ta type, the pointer context will be empty. So it need to check the pointer context before using ...
CVE-2024-43886
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:03
- Zuletzt bearbeitet 27.08.2024 14:37:45
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check in resource_log_pipe_topology_update [WHY] When switching from "Extend" to "Second Display Only" we sometimes call resource_get_otg_master_for_strea...
CVE-2024-43887
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:03
- Zuletzt bearbeitet 05.09.2024 19:43:44
In the Linux kernel, the following vulnerability has been resolved: net/tcp: Disable TCP-AO static key after RCU grace period The lifetime of TCP-AO static_key is the same as the last tcp_ao_info. On the socket destruction tcp_ao_info ceases to be ...
CVE-2024-43888
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:03
- Zuletzt bearbeitet 16.04.2025 19:15:51
In the Linux kernel, the following vulnerability has been resolved: mm: list_lru: fix UAF for memory cgroup The mem_cgroup_from_slab_obj() is supposed to be called under rcu lock or cgroup_mutex or others which could prevent returned memcg from bei...
CVE-2024-43889
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:03
- Zuletzt bearbeitet 12.05.2026 12:17:08
In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padata_mt_helper() We are hit with a not easily reproducible divide-by-0 panic in padata.c at bootup time. [ 10.017908] Oops: divide ...
CVE-2024-43884
- EPSS 0.02%
- Veröffentlicht 26.08.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 22:18:16
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Add error handling to pair_device() hci_conn_params_add() never checks for a NULL value and could lead to a NULL pointer dereference causing a crash. Fixed by add...