CVE-2024-43892
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:17
In the Linux kernel, the following vulnerability has been resolved: memcg: protect concurrent access to mem_cgroup_idr Commit 73f576c04b94 ("mm: memcontrol: fix cgroup creation failure after many small jobs") decoupled the memcg IDs from the CSS ID...
CVE-2024-43893
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 12.05.2026 12:17:08
In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baud_base can result in uartclk being zero, which will result in a divide by ...
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 29.12.2025 15:15:51
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-43899
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 11.01.2026 17:15:50
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-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 ...