CVE-2024-56368
- EPSS 0.18%
- Veröffentlicht 11.01.2025 13:15:28
- Zuletzt bearbeitet 04.08.2026 11:22:08
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix overflow in __rb_map_vma An overflow occurred when performing the following calculation: nr_pages = ((nr_subbufs + 1) << subbuf_order) - pgoff; Add a check be...
CVE-2024-56369
- EPSS 0.25%
- Veröffentlicht 11.01.2025 13:15:28
- Zuletzt bearbeitet 03.11.2025 21:17:51
In the Linux kernel, the following vulnerability has been resolved: drm/modes: Avoid divide by zero harder in drm_mode_vrefresh() drm_mode_vrefresh() is trying to avoid divide by zero by checking whether htotal or vtotal are zero. But we may still ...
CVE-2024-54683
- EPSS 0.16%
- Veröffentlicht 11.01.2025 13:15:27
- Zuletzt bearbeitet 01.10.2025 20:17:24
In the Linux kernel, the following vulnerability has been resolved: netfilter: IDLETIMER: Fix for possible ABBA deadlock Deletion of the last rule referencing a given idletimer may happen at the same time as a read of its file in sysfs: | ========...
CVE-2024-53685
- EPSS 0.22%
- Veröffentlicht 11.01.2025 13:15:25
- Zuletzt bearbeitet 03.11.2025 21:17:46
In the Linux kernel, the following vulnerability has been resolved: ceph: give up on paths longer than PATH_MAX If the full path to be built by ceph_mdsc_build_path() happens to be longer than PATH_MAX, then this function will enter an endless (ret...
CVE-2024-49571
- EPSS 0.59%
- Veröffentlicht 11.01.2025 13:15:24
- Zuletzt bearbeitet 04.08.2026 11:20:50
In the Linux kernel, the following vulnerability has been resolved: net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg When receiving proposal msg in server, the field iparea_offset and the field ipv6_prefixes_cnt in pro...
CVE-2024-49569
- EPSS 0.82%
- Veröffentlicht 11.01.2025 13:15:23
- Zuletzt bearbeitet 04.08.2026 11:20:49
In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: unquiesce admin_q before destroy it Kernel will hang on destroy admin_q while we create ctrl failed, such as following calltrace: PID: 23644 TASK: ff2d52b40f439fc0 ...
CVE-2024-47143
- EPSS 0.17%
- Veröffentlicht 11.01.2025 13:15:22
- Zuletzt bearbeitet 03.11.2025 21:16:22
In the Linux kernel, the following vulnerability has been resolved: dma-debug: fix a possible deadlock on radix_lock radix_lock() shouldn't be held while holding dma_hash_entry[idx].lock otherwise, there's a possible deadlock scenario when dma debu...
CVE-2024-47794
- EPSS 0.2%
- Veröffentlicht 11.01.2025 13:15:22
- Zuletzt bearbeitet 04.08.2026 11:20:49
In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent tailcall infinite loop caused by freplace There is a potential infinite loop issue that can occur when using a combination of tail calls and freplace. In an upcoming ...
CVE-2024-47809
- EPSS 0.22%
- Veröffentlicht 11.01.2025 13:15:22
- Zuletzt bearbeitet 14.07.2026 13:17:10
In the Linux kernel, the following vulnerability has been resolved: dlm: fix possible lkb_resource null dereference This patch fixes a possible null pointer dereference when this function is called from request_lock() as lkb->lkb_resource is not as...
CVE-2024-48873
- EPSS 0.22%
- Veröffentlicht 11.01.2025 13:15:22
- Zuletzt bearbeitet 01.10.2025 20:17:15
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: check return value of ieee80211_probereq_get() for RNR The return value of ieee80211_probereq_get() might be NULL, so check it before using to avoid NULL pointer acces...