- EPSS 0.05%
- Veröffentlicht 24.10.2025 12:24:57
- Zuletzt bearbeitet 27.10.2025 13:20:15
In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - Fix incorrect boolean values in af_alg_ctx Commit 1b34cbbf4f01 ("crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg") changed some fields from bool to 1...
- EPSS 0.05%
- Veröffentlicht 24.10.2025 12:24:56
- Zuletzt bearbeitet 27.10.2025 13:20:15
In the Linux kernel, the following vulnerability has been resolved: can: peak_usb: fix shift-out-of-bounds issue Explicitly uses a 64-bit constant when the number of bits used for its shifting is 32 (which is the case for PC CAN FD interfaces suppo...
- EPSS 0.03%
- Veröffentlicht 24.10.2025 11:44:29
- Zuletzt bearbeitet 29.10.2025 14:15:52
In the Linux kernel, the following vulnerability has been resolved: crypto: essiv - Check ssize for decryption and in-place encryption Move the ssize check to the start in essiv_aead_crypt so that it's also checked for decryption and in-place encry...
- EPSS 0.02%
- Veröffentlicht 24.10.2025 11:44:28
- Zuletzt bearbeitet 27.10.2025 13:20:15
In the Linux kernel, the following vulnerability has been resolved: net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode When u32_replace_hw_knode fails, we need to undo the tcf_bind_filter operation done at u32_set_parms.
- EPSS 0.05%
- Veröffentlicht 24.10.2025 11:44:28
- Zuletzt bearbeitet 29.10.2025 14:15:52
In the Linux kernel, the following vulnerability has been resolved: ipvs: Defer ip_vs_ftp unregister during netns cleanup On the netns cleanup path, __ip_vs_ftp_exit() may unregister ip_vs_ftp before connections with valid cp->app pointers are flus...
- EPSS 0.05%
- Veröffentlicht 22.10.2025 13:23:59
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: netlink: fix potential deadlock in netlink_set_err() syzbot reported a possible deadlock in netlink_set_err() [1] A similar issue was fixed in commit 1d482e666b8e ("netlink: disab...
- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:59
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix NULL dereference in ni_write_inode Syzbot reports a NULL dereference in ni_write_inode. When creating a new inode, if allocation fails in mi_init function (called in ...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:58
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: blk-iocost: use spin_lock_irqsave in adjust_inuse_and_calc_cost adjust_inuse_and_calc_cost() use spin_lock_irq() and IRQ will be enabled when unlock. DEADLOCK might happen if we ha...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:57
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid posix_timer_add() tries to allocate a posix timer ID by starting from the cached ID which was stored by the last successful...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:57
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: soc: qcom: qmi_encdec: Restrict string length in decode The QMI TLV value for strings in a lot of qmi element info structures account for null terminated strings with MAX_LEN + 1. ...