CVE-2024-49904
- EPSS 0.02%
- 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.01%
- 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.01%
- 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...
CVE-2024-49888
- EPSS 0.02%
- Veröffentlicht 21.10.2024 18:15:11
- Zuletzt bearbeitet 13.11.2024 14:54:25
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a sdiv overflow issue Zac Ecob reported a problem where a bpf program may cause kernel crash due to the following error: Oops: divide error: 0000 [#1] PREEMPT SMP KASAN ...
CVE-2024-49889
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:11
- Zuletzt bearbeitet 12.05.2026 12:17:16
In the Linux kernel, the following vulnerability has been resolved: ext4: avoid use-after-free in ext4_ext_show_leaf() In ext4_find_extent(), path may be freed by error or be reallocated, so using a previously saved *ppath may have been freed and t...
CVE-2024-49890
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:11
- Zuletzt bearbeitet 12.05.2026 12:17:16
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: ensure the fw_info is not null before using it This resolves the dereference null return value warning reported by Coverity.
CVE-2024-49891
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:11
- Zuletzt bearbeitet 03.11.2025 21:16:34
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata paths When the HBA is undergoing a reset or is handling an errata event, NULL ptr dereference crashes may oc...
CVE-2024-49892
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:11
- Zuletzt bearbeitet 12.05.2026 12:17:17
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize get_bytes_per_element's default to 1 Variables, used as denominators and maybe not assigned to other values, should not be 0. bytes_per_element_y & byte...
CVE-2024-49893
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:11
- Zuletzt bearbeitet 25.10.2024 14:32:44
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream_status before it is used [WHAT & HOW] dc_state_get_stream_status can return null, and therefore null must be checked before stream_status is used. Th...
CVE-2024-49894
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:11
- Zuletzt bearbeitet 12.05.2026 12:17:17
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix index out of bounds in degamma hardware format translation Fixes index out of bounds issue in `cm_helper_translate_curve_to_degamma_hw_format` function. The is...