- EPSS 0.02%
- Veröffentlicht 09.12.2025 01:29:12
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmac_dvr_probe() The bitmap_free() should be called to free priv->af_xdp_zc_qps when create_singlethread_workqueue() fails, otherwise the...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 01:29:10
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: fix memory leak in hns_roce_alloc_mr() When hns_roce_mr_enable() failed in hns_roce_alloc_mr(), mr_key is not released. Compiled test only.
- EPSS 0.02%
- Veröffentlicht 09.12.2025 01:29:09
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: seccomp: Move copy_seccomp() to no failure path. Our syzbot instance reported memory leaks in do_seccomp() [0], similar to the report [1]. It shows that we miss freeing struct sec...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 01:29:08
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: wifi: ipw2200: fix memory leak in ipw_wdev_init() In the error path of ipw_wdev_init(), exception value is returned, and the memory applied for in the function is not released. Als...
- EPSS 0.03%
- Veröffentlicht 09.12.2025 01:29:07
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak for_each_pci_dev() is implemented by pci_get_device(). The comment of pci_get_device() says that it will increase the reference count fo...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 01:29:06
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom: fix memory leak in error path If for some reason the speedbin length is incorrect, then there is a memory leak in the error path because we never free the speedbin b...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 01:29:04
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: riscv: mm: add missing memcpy in kasan_init Hi Atish, It seems that the panic is due to the missing memcpy during kasan_init. Could you please check whether this patch is helpful?...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 01:24:29
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: loop: loop_set_status_from_info() check before assignment In loop_set_status_from_info(), lo->lo_offset and lo->lo_sizelimit should be checked before reassignment, because if an ov...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 00:01:17
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: amdgpu: validate offset_in_bo of drm_amdgpu_gem_va This is motivated by OOB access in amdgpu_vm_update_range when offset_in_bo+map_size overflows. v2: keep the validations in amdg...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 00:01:16
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: ARM: zynq: Fix refcount leak in zynq_early_slcr_init of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on error path. Add miss...