CVE-2025-71186
- EPSS 0.01%
- Veröffentlicht 31.01.2026 11:41:57
- Zuletzt bearbeitet 25.03.2026 18:43:44
In the Linux kernel, the following vulnerability has been resolved: dmaengine: stm32: dmamux: fix device leak on route allocation Make sure to drop the reference taken when looking up the DMA mux platform device during route allocation. Note that ...
CVE-2026-23024
- EPSS 0.02%
- Veröffentlicht 31.01.2026 11:39:07
- Zuletzt bearbeitet 25.03.2026 15:57:34
In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak of flow steer list on rmmod The flow steering list maintains entries that are added and removed as ethtool creates and deletes flow steering rules. Module rem...
CVE-2026-23023
- EPSS 0.02%
- Veröffentlicht 31.01.2026 11:39:06
- Zuletzt bearbeitet 25.03.2026 15:57:49
In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak in idpf_vport_rel() Free vport->rx_ptype_lkup in idpf_vport_rel() to avoid leaking memory during a reset. Reported by kmemleak: unreferenced object 0xff450ac...
CVE-2026-23021
- EPSS 0.02%
- Veröffentlicht 31.01.2026 11:39:05
- Zuletzt bearbeitet 25.03.2026 15:56:19
In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: fix memory leak in update_eth_regs_async() When asynchronously writing to the device registers and if usb_submit_urb() fail, the code fail to release allocated t...
CVE-2026-23022
- EPSS 0.02%
- Veröffentlicht 31.01.2026 11:39:05
- Zuletzt bearbeitet 25.03.2026 15:56:44
In the Linux kernel, the following vulnerability has been resolved: idpf: fix memory leak in idpf_vc_core_deinit() Make sure to free hw->lan_regs. Reported by kmemleak during reset: unreferenced object 0xff1b913d02a936c0 (size 96): comm "kworker...
CVE-2026-23020
- EPSS 0.02%
- Veröffentlicht 31.01.2026 11:39:04
- Zuletzt bearbeitet 25.03.2026 15:56:02
In the Linux kernel, the following vulnerability has been resolved: net: 3com: 3c59x: fix possible null dereference in vortex_probe1() pdev can be null and free_ring: can be called in 1297 with a null pdev.
CVE-2026-23019
- EPSS 0.02%
- Veröffentlicht 31.01.2026 11:39:03
- Zuletzt bearbeitet 25.03.2026 15:55:44
In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix NULL dereference on devlink_alloc() failure devlink_alloc() may return NULL on allocation failure, but prestera_devlink_alloc() unconditionally calls de...
CVE-2026-23018
- EPSS 0.02%
- Veröffentlicht 31.01.2026 11:39:02
- Zuletzt bearbeitet 25.03.2026 18:02:15
In the Linux kernel, the following vulnerability has been resolved: btrfs: release path before initializing extent tree in btrfs_read_locked_inode() In btrfs_read_locked_inode() we are calling btrfs_init_file_extent_tree() while holding a path with...
CVE-2026-23017
- EPSS 0.02%
- Veröffentlicht 31.01.2026 11:39:01
- Zuletzt bearbeitet 25.03.2026 18:03:35
In the Linux kernel, the following vulnerability has been resolved: idpf: fix error handling in the init_task on load If the init_task fails during a driver load, we end up without vports and netdevs, effectively failing the entire process. In that...
CVE-2026-23016
- EPSS 0.02%
- Veröffentlicht 31.01.2026 11:38:59
- Zuletzt bearbeitet 25.03.2026 18:09:38
In the Linux kernel, the following vulnerability has been resolved: inet: frags: drop fraglist conntrack references Jakub added a warning in nf_conntrack_cleanup_net_list() to make debugging leaked skbs/conntrack references more obvious. syzbot re...