CVE-2024-44946
- EPSS 0.23%
- Veröffentlicht 31.08.2024 14:15:04
- Zuletzt bearbeitet 03.11.2025 23:15:43
In the Linux kernel, the following vulnerability has been resolved: kcm: Serialise kcm_sendmsg() for the same socket. syzkaller reported UAF in kcm_release(). [0] The scenario is 1. Thread A builds a skb with MSG_MORE and sets kcm->seq_skb. ...
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-2021-4442
- EPSS 0.02%
- Veröffentlicht 29.08.2024 11:15:23
- Zuletzt bearbeitet 12.09.2024 16:58:07
In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity tests to TCP_QUEUE_SEQ Qingyu Li reported a syzkaller bug where the repro changes RCV SEQ _after_ restoring data in the receive queue. mprotect(0x4aa000, 12288, PR...
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-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-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...
CVE-2024-44931
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:05
- Zuletzt bearbeitet 03.11.2025 23:15:42
In the Linux kernel, the following vulnerability has been resolved: gpio: prevent potential speculation leaks in gpio_device_get_desc() Userspace may trigger a speculative read of an address outside the gpio descriptor array. Users can do that by c...
CVE-2024-44935
- EPSS 0.03%
- Veröffentlicht 26.08.2024 11:15:05
- Zuletzt bearbeitet 12.05.2026 12:17:08
In the Linux kernel, the following vulnerability has been resolved: sctp: Fix null-ptr-deref in reuseport_add_sock(). syzbot reported a null-ptr-deref while accessing sk2->sk_reuseport_cb in reuseport_add_sock(). [0] The repro first creates a list...