CVE-2024-49568
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:23
- Zuletzt bearbeitet 15.10.2025 20:28:45
In the Linux kernel, the following vulnerability has been resolved: net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg When receiving proposal msg in server, the fields v2_ext_offset/ eid_cnt/ism_gid_cnt in proposal msg ar...
CVE-2024-49569
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:23
- Zuletzt bearbeitet 15.10.2025 20:50:15
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.01%
- 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-47408
- EPSS 0.01%
- 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: net/smc: check smcd_v2_ext_offset when receiving proposal msg When receiving proposal msg in server, the field smcd_v2_ext_offset in proposal msg is from the remote client and can ...
CVE-2024-47794
- EPSS 0%
- Veröffentlicht 11.01.2025 13:15:22
- Zuletzt bearbeitet 23.09.2025 16:20:16
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.01%
- Veröffentlicht 11.01.2025 13:15:22
- Zuletzt bearbeitet 25.03.2026 11:16:08
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.01%
- 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...
CVE-2024-48875
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:22
- Zuletzt bearbeitet 05.01.2026 11:17:19
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't take dev_replace rwsem on task already holding it Running fstests btrfs/011 with MKFS_OPTIONS="-O rst" to force the usage of the RAID stripe-tree, we get the following...
CVE-2024-41935
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:21
- Zuletzt bearbeitet 23.09.2025 16:11:41
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to shrink read extent node in batches We use rwlock to protect core structure data of extent tree during its shrink, however, if there is a huge number of extent nodes in...
CVE-2024-43098
- EPSS 0.01%
- Veröffentlicht 11.01.2025 13:15:21
- Zuletzt bearbeitet 03.11.2025 21:16:18
In the Linux kernel, the following vulnerability has been resolved: i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock A deadlock may happen since the i3c_master_register() acquires &i3cbus->lock twice. See the l...