CVE-2024-44944
- EPSS 0.02%
- Veröffentlicht 30.08.2024 08:15:04
- Zuletzt bearbeitet 12.05.2026 12:17:09
In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: use helper function to calculate expect ID Delete expectation path is missing a call to the nf_expect_get_id() helper function to calculate the expectation ID...
CVE-2023-45896
- EPSS 0.08%
- Veröffentlicht 28.08.2024 05:15:13
- Zuletzt bearbeitet 15.04.2026 00:35:42
ntfs3 in the Linux kernel through 6.8.0 allows a physically proximate attacker to read kernel memory by mounting a filesystem (e.g., if a Linux distribution is configured to allow unprivileged mounts of removable media) and then leveraging local acce...
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-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-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...
CVE-2024-43912
- EPSS 0.03%
- Veröffentlicht 26.08.2024 11:15:05
- Zuletzt bearbeitet 03.11.2025 22:18:22
In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: disallow setting special AP channel widths Setting the AP channel width is meant for use with the normal 20/40/... MHz channel width progression, and switching aroun...
CVE-2024-43914
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:05
- Zuletzt bearbeitet 03.11.2025 22:18:22
In the Linux kernel, the following vulnerability has been resolved: md/raid5: avoid BUG_ON() while continue reshape after reassembling Currently, mdadm support --revert-reshape to abort the reshape while reassembling, as the test 07revert-grow. How...