CVE-2024-57890
- EPSS 0.04%
- Veröffentlicht 15.01.2025 13:15:13
- Zuletzt bearbeitet 03.11.2025 21:18:38
In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Prevent integer overflow issue In the expression "cmd.wqe_size * cmd.wr_count", both variables are u32 values that come from the user so the multiplication can lead to...
CVE-2024-57891
- EPSS 0.04%
- Veröffentlicht 15.01.2025 13:15:13
- Zuletzt bearbeitet 17.10.2025 15:12:02
In the Linux kernel, the following vulnerability has been resolved: sched_ext: Fix invalid irq restore in scx_ops_bypass() While adding outer irqsave/restore locking, 0e7ffff1b811 ("scx: Fix raciness in scx_ops_bypass()") forgot to convert an inner...
CVE-2024-57892
- EPSS 0.05%
- Veröffentlicht 15.01.2025 13:15:13
- Zuletzt bearbeitet 03.11.2025 21:18:38
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv When mounting ocfs2 and then remounting it as read-only, a slab-use-after-free occurs after the user uses a syscall ...
CVE-2024-57893
- EPSS 0.03%
- Veröffentlicht 15.01.2025 13:15:13
- Zuletzt bearbeitet 03.11.2025 21:18:38
In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: oss: Fix races at processing SysEx messages OSS sequencer handles the SysEx messages split in 6 bytes packets, and ALSA sequencer OSS layer tries to combine those. It s...
- EPSS 0.05%
- Veröffentlicht 15.01.2025 13:15:13
- Zuletzt bearbeitet 28.03.2025 07:15:38
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-57841
- EPSS 0.05%
- Veröffentlicht 15.01.2025 13:15:12
- Zuletzt bearbeitet 03.11.2025 21:18:35
In the Linux kernel, the following vulnerability has been resolved: net: fix memory leak in tcp_conn_request() If inet_csk_reqsk_queue_hash_add() return false, tcp_conn_request() will return without free the dst memory, which allocated in af_ops->r...
CVE-2024-57844
- EPSS 0.04%
- Veröffentlicht 15.01.2025 13:15:12
- Zuletzt bearbeitet 17.10.2025 17:17:06
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix fault on fd close after unbind If userspace holds an fd open, unbinds the device and then closes it, the driver shouldn't try to access the hardware. Protect it by usin...
CVE-2024-57857
- EPSS 0.04%
- Veröffentlicht 15.01.2025 13:15:12
- Zuletzt bearbeitet 24.03.2025 17:30:34
In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Remove direct link to net_device Do not manage a per device direct link to net_device. Rely on associated ib_devices net_device management, not doubling the effort locall...
CVE-2024-57882
- EPSS 0.04%
- Veröffentlicht 15.01.2025 13:15:12
- Zuletzt bearbeitet 03.11.2025 21:18:37
In the Linux kernel, the following vulnerability has been resolved: mptcp: fix TCP options overflow. Syzbot reported the following splat: Oops: general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] PREEMPT SMP ...
CVE-2024-57883
- EPSS 0.05%
- Veröffentlicht 15.01.2025 13:15:12
- Zuletzt bearbeitet 03.11.2025 18:15:44
In the Linux kernel, the following vulnerability has been resolved: mm: hugetlb: independent PMD page table shared count The folio refcount may be increased unexpectly through try_get_folio() by caller such as split_huge_pages. In huge_pmd_unshare...