- EPSS 0.02%
- Veröffentlicht 30.12.2025 12:15:27
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: vhost_vdpa: fix the crash in unmap a large memory While testing in vIOMMU, sometimes Guest will unmap very large memory, which will cause the crash. To fix this, add a new function...
- EPSS 0.05%
- Veröffentlicht 30.12.2025 12:15:26
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP An oops can be induced by running 'cat /proc/kcore > /dev/null' on devices using pstore with the ram backend because kmap_atom...
- EPSS 0.05%
- Veröffentlicht 30.12.2025 12:15:25
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dio_init() If device_register() returns error, the 'dev' and name needs be freed. Add a release function, and then call put_device() in th...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:11:31
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: fix table blob use-after-free We are not allowed to return an error at this point. Looking at the code it looks like ret is always 0 at this point, but its not...
- EPSS 0.02%
- Veröffentlicht 30.12.2025 12:11:30
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: block, bfq: Fix division by zero error on zero wsum When the weighted sum is zero the calculation of limit causes a division by zero error. Fix this by continuing to the next level...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:11:29
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlro_get_fdir_all() rule_locs is allocated in ethtool_get_rxnfc and the size is determined by rule_cnt fro...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:11:29
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: MIPS: KVM: Fix NULL pointer dereference After commit 45c7e8af4a5e3f0bea4ac209 ("MIPS: Remove KVM_TE support") we get a NULL pointer dereference when creating a KVM guest: [ 146.2...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:11:28
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: iommufd: Check for uptr overflow syzkaller found that setting up a map with a user VA that wraps past zero can trigger WARN_ONs, particularly from pin_user_pages weirdly returning ...
- EPSS 0.02%
- Veröffentlicht 30.12.2025 12:11:27
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link() There is a certain chance to trigger the following panic: PID: 5900 TASK: ffff88c1c8af4100 CPU: 1 COMM...
- EPSS 0.02%
- Veröffentlicht 30.12.2025 12:11:27
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: mlx5: fix skb leak while fifo resync and push During ptp resync operation SKBs were poped from the fifo but were never freed neither by napi_consume nor by dev_kfree_skb_any. Add c...