CVE-2024-57938
- EPSS 0.21%
- Veröffentlicht 21.01.2025 12:15:27
- Zuletzt bearbeitet 03.11.2025 21:18:45
In the Linux kernel, the following vulnerability has been resolved: net/sctp: Prevent autoclose integer overflow in sctp_association_init() While by default max_autoclose equals to INT_MAX / HZ, one may set net.sctp.max_autoclose to UINT_MAX. There...
CVE-2024-57931
- EPSS 0.21%
- Veröffentlicht 21.01.2025 12:15:26
- Zuletzt bearbeitet 03.11.2025 21:18:45
In the Linux kernel, the following vulnerability has been resolved: selinux: ignore unknown extended permissions When evaluating extended permissions, ignore unknown permissions instead of calling BUG(). This commit ensures that future permissions ...
CVE-2024-57932
- EPSS 0.2%
- Veröffentlicht 21.01.2025 12:15:26
- Zuletzt bearbeitet 26.09.2025 19:10:11
In the Linux kernel, the following vulnerability has been resolved: gve: guard XDP xmit NDO on existence of xdp queues In GVE, dedicated XDP queues only exist when an XDP program is installed and the interface is up. As such, the NDO XDP XMIT callb...
CVE-2024-57933
- EPSS 0.2%
- Veröffentlicht 21.01.2025 12:15:26
- Zuletzt bearbeitet 01.10.2025 20:18:05
In the Linux kernel, the following vulnerability has been resolved: gve: guard XSK operations on the existence of queues This patch predicates the enabling and disabling of XSK pools on the existence of queues. As it stands, if the interface is dow...
CVE-2025-21655
- EPSS 0.22%
- Veröffentlicht 20.01.2025 14:15:27
- Zuletzt bearbeitet 14.07.2026 13:17:19
In the Linux kernel, the following vulnerability has been resolved: io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period io_eventfd_do_signal() is invoked from an RCU callback, but when dropping the reference to the io_ev_fd, it c...
CVE-2024-57929
- EPSS 0.25%
- Veröffentlicht 19.01.2025 12:15:27
- Zuletzt bearbeitet 12.05.2026 13:16:24
In the Linux kernel, the following vulnerability has been resolved: dm array: fix releasing a faulty array block twice in dm_array_cursor_end When dm_bm_read_lock() fails due to locking or checksum errors, it releases the faulty block implicitly wh...
CVE-2024-57922
- EPSS 0.25%
- Veröffentlicht 19.01.2025 12:15:26
- Zuletzt bearbeitet 03.11.2025 21:18:44
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add check for granularity in dml ceil/floor helpers [Why] Wrapper functions for dcn_bw_ceil2() and dcn_bw_floor2() should check for granularity is non zero to avoi...
CVE-2024-57924
- EPSS 0.2%
- Veröffentlicht 19.01.2025 12:15:26
- Zuletzt bearbeitet 14.07.2026 13:17:14
In the Linux kernel, the following vulnerability has been resolved: fs: relax assertions on failure to encode file handles Encoding file handles is usually performed by a filesystem >encode_fh() method that may fail for various reasons. The legacy...
CVE-2024-57925
- EPSS 0.2%
- Veröffentlicht 19.01.2025 12:15:26
- Zuletzt bearbeitet 03.11.2025 21:18:44
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix a missing return value check bug In the smb2_send_interim_resp(), if ksmbd_alloc_work_struct() fails to allocate a node, it returns a NULL pointer to the in_work pointer...
CVE-2024-57926
- EPSS 0.25%
- Veröffentlicht 19.01.2025 12:15:26
- Zuletzt bearbeitet 11.02.2025 16:15:49
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Set private->all_drm_private[i]->drm to NULL if mtk_drm_bind returns err The pointer need to be set to NULL, otherwise KASAN complains about use-after-free. Because i...