CVE-2024-44946
- EPSS 0.25%
- 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-44945
- EPSS 0.03%
- Veröffentlicht 31.08.2024 07:15:03
- Zuletzt bearbeitet 17.09.2024 11:42:15
In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink: Initialise extack before use in ACKs Add missing extack initialisation when ACKing BATCH_BEGIN and BATCH_END.
CVE-2022-48944
- EPSS 0.02%
- Veröffentlicht 30.08.2024 11:15:14
- Zuletzt bearbeitet 03.09.2024 14:26:56
In the Linux kernel, the following vulnerability has been resolved: sched: Fix yet more sched_fork() races Where commit 4ef0c5c6b5ba ("kernel/sched: Fix sched_fork() access an invalid sched_task_group") fixed a fork race vs cgroup, it opened up a r...
CVE-2024-44944
- EPSS 0.02%
- Veröffentlicht 30.08.2024 08:15:04
- Zuletzt bearbeitet 03.11.2025 23:15:43
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.01%
- 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-44943
- EPSS 0.02%
- Veröffentlicht 28.08.2024 08:15:06
- Zuletzt bearbeitet 16.04.2025 19:15:52
In the Linux kernel, the following vulnerability has been resolved: mm: gup: stop abusing try_grab_folio A kernel warning was reported when pinning folio in CMA memory when launching SEV virtual machine. The splat looks like: [ 464.325306] WARNI...
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 03.11.2025 23:15:43
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.03%
- Veröffentlicht 26.08.2024 12:15:06
- Zuletzt bearbeitet 12.09.2024 20:57:26
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...