CVE-2024-49896
- EPSS 0.26%
- Veröffentlicht 21.10.2024 18:15:12
- Zuletzt bearbeitet 03.11.2025 23:16:29
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them [WHAT & HOW] amdgpu_dm can pass a null stream to dc_is_stream_unchanged. It is necessary to check for null before dereferencing ...
CVE-2024-49898
- EPSS 0.24%
- Veröffentlicht 21.10.2024 18:15:12
- Zuletzt bearbeitet 03.11.2025 21:16:35
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null-initialized variables [WHAT & HOW] drr_timing and subvp_pipe are initialized to null and they are not always assigned new values. It is necessary to che...
CVE-2024-49899
- EPSS 0.26%
- Veröffentlicht 21.10.2024 18:15:12
- Zuletzt bearbeitet 03.11.2025 21:16:35
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominators' default to 1 [WHAT & HOW] Variables used as denominators and maybe not assigned to other values, should not be 0. Change their default to ...
CVE-2024-49900
- EPSS 0.28%
- Veröffentlicht 21.10.2024 18:15:12
- Zuletzt bearbeitet 12.05.2026 12:17:17
In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uninit-value access of new_ea in ea_buffer syzbot reports that lzo1x_1_do_compress is using uninit-value: ===================================================== BUG: KMSAN...
CVE-2024-49901
- EPSS 0.23%
- Veröffentlicht 21.10.2024 18:15:12
- Zuletzt bearbeitet 25.10.2024 14:05:16
In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs There are some cases, such as the one uncovered by Commit 46d4efcccc68 ("drm/msm/a6xx: Avoid a nullptr dereference wh...
CVE-2024-49902
- EPSS 0.28%
- Veröffentlicht 21.10.2024 18:15:12
- Zuletzt bearbeitet 12.05.2026 12:17:17
In the Linux kernel, the following vulnerability has been resolved: jfs: check if leafidx greater than num leaves per dmap tree syzbot report a out of bounds in dbSplit, it because dmt_leafidx greater than num leaves per dmap tree, add a checking f...
- EPSS 0.25%
- Veröffentlicht 21.10.2024 18:15:12
- Zuletzt bearbeitet 12.05.2026 12:17:17
In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uaf in dbFreeBits [syzbot reported] ================================================================== BUG: KASAN: slab-use-after-free in __mutex_lock_common kernel/lockin...
CVE-2024-49904
- EPSS 0.23%
- Veröffentlicht 21.10.2024 18:15:12
- Zuletzt bearbeitet 25.10.2024 15:54:47
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: add list empty check to avoid null pointer issue Add list empty check to avoid null pointer issues in some corner cases. - list_for_each_entry_safe()
CVE-2024-49883
- EPSS 0.28%
- Veröffentlicht 21.10.2024 18:15:11
- Zuletzt bearbeitet 12.05.2026 19:08:55
In the Linux kernel, the following vulnerability has been resolved: ext4: aovid use-after-free in ext4_ext_insert_extent() As Ojaswin mentioned in Link, in ext4_ext_insert_extent(), if the path is reallocated in ext4_ext_create_new_leaf(), we'll us...
CVE-2024-49884
- EPSS 0.27%
- Veröffentlicht 21.10.2024 18:15:11
- Zuletzt bearbeitet 12.05.2026 19:09:03
In the Linux kernel, the following vulnerability has been resolved: ext4: fix slab-use-after-free in ext4_split_extent_at() We hit the following use-after-free: ================================================================== BUG: KASAN: slab-us...