CVE-2024-44939
- EPSS 0.02%
- Veröffentlicht 26.08.2024 12:15:06
- Zuletzt bearbeitet 03.11.2025 23:15:43
In the Linux kernel, the following vulnerability has been resolved: jfs: fix null ptr deref in dtInsertEntry [syzbot reported] general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] PREEMPT SMP KASAN PTI KASAN: n...
CVE-2024-44940
- EPSS 0.02%
- Veröffentlicht 26.08.2024 12:15:06
- Zuletzt bearbeitet 01.04.2026 18:08:20
In the Linux kernel, the following vulnerability has been resolved: fou: remove warn in gue_gro_receive on unsupported protocol Drop the WARN_ON_ONCE inn gue_gro_receive if the encapsulated type is not known or does not have a GRO handler. Such a ...
CVE-2024-44941
- EPSS 0.04%
- Veröffentlicht 26.08.2024 12:15:06
- Zuletzt bearbeitet 01.04.2026 18:09:32
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to cover read extent cache access with lock syzbot reports a f2fs bug as below: BUG: KASAN: slab-use-after-free in sanity_check_extent_cache+0x370/0x410 fs/f2fs/extent_c...
CVE-2024-44942
- EPSS 0.03%
- Veröffentlicht 26.08.2024 12:15:06
- Zuletzt bearbeitet 27.08.2024 16:09:10
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC syzbot reports a f2fs bug as below: ------------[ cut here ]------------ kernel BUG at fs/f2fs/inline.c:25...
CVE-2024-44938
- EPSS 0.02%
- Veröffentlicht 26.08.2024 12:15:05
- Zuletzt bearbeitet 03.11.2025 23:15:42
In the Linux kernel, the following vulnerability has been resolved: jfs: Fix shift-out-of-bounds in dbDiscardAG When searching for the next smaller log2 block, BLKSTOL2() returned 0, causing shift exponent -1 to be negative. This patch fixes the i...
CVE-2024-43907
- EPSS 0.04%
- Veröffentlicht 26.08.2024 11:15:05
- Zuletzt bearbeitet 03.11.2025 22:18:20
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rules Check the pointer value to fix potential null pointer dereference
CVE-2024-43908
- EPSS 0.03%
- Veröffentlicht 26.08.2024 11:15:05
- Zuletzt bearbeitet 03.11.2025 22:18:21
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer dereference to ras_manager Check ras_manager before using it
CVE-2024-43909
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:05
- Zuletzt bearbeitet 03.11.2025 22:18:21
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: Fix the null pointer dereference for smu7 optimize the code to avoid pass a null pointer (hwmgr->backend) to function smu7_update_edc_leakage_table.
CVE-2024-43910
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:05
- Zuletzt bearbeitet 05.09.2024 18:30:23
In the Linux kernel, the following vulnerability has been resolved: bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory accesses Currently, it's possible to pass in a modified CONST_PTR_TO_DYNPTR to a global function as an arg...
CVE-2024-43911
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:05
- Zuletzt bearbeitet 03.11.2025 22:18:21
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix NULL dereference at band check in starting tx ba session In MLD connection, link_data/link_conf are dynamically allocated. They don't point to vif->bss_conf. So...