CVE-2026-23360
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:43
- Zuletzt bearbeitet 24.04.2026 18:59:28
In the Linux kernel, the following vulnerability has been resolved: nvme: fix admin queue leak on controller reset When nvme_alloc_admin_tag_set() is called during a controller reset, a previous admin queue may still exist. Release it properly befo...
CVE-2026-23357
- EPSS 0.01%
- Veröffentlicht 25.03.2026 10:27:41
- Zuletzt bearbeitet 24.04.2026 19:04:35
In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix deadlock in error path of mcp251x_open The mcp251x_open() function call free_irq() in its error path with the mpc_lock mutex held. But if an interrupt already occ...
CVE-2026-23356
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:40
- Zuletzt bearbeitet 24.04.2026 19:06:21
In the Linux kernel, the following vulnerability has been resolved: drbd: fix "LOGIC BUG" in drbd_al_begin_io_nonblock() Even though we check that we "should" be able to do lc_get_cumulative() while holding the device->al_lock spinlock, it may stil...
CVE-2026-23352
- EPSS 0.01%
- Veröffentlicht 25.03.2026 10:27:37
- Zuletzt bearbeitet 24.04.2026 17:59:40
In the Linux kernel, the following vulnerability has been resolved: x86/efi: defer freeing of boot services memory efi_free_boot_services() frees memory occupied by EFI_BOOT_SERVICES_CODE and EFI_BOOT_SERVICES_DATA using memblock_free_late(). Ther...
CVE-2026-23351
- EPSS 0.01%
- Veröffentlicht 25.03.2026 10:27:36
- Zuletzt bearbeitet 24.04.2026 18:02:24
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_pipapo: split gc into unlink and reclaim phase Yiming Qian reports Use-after-free in the pipapo set type: Under a large number of expired elements, commit-time...
CVE-2026-23348
- EPSS 0.01%
- Veröffentlicht 25.03.2026 10:27:34
- Zuletzt bearbeitet 24.04.2026 18:08:42
In the Linux kernel, the following vulnerability has been resolved: cxl: Fix race of nvdimm_bus object when creating nvdimm objects Found issue during running of cxl-translate.sh unit test. Adding a 3s sleep right before the test seems to make the ...
CVE-2026-23346
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:33
- Zuletzt bearbeitet 24.04.2026 18:15:05
In the Linux kernel, the following vulnerability has been resolved: arm64: io: Extract user memory type in ioremap_prot() The only caller of ioremap_prot() outside of the generic ioremap() implementation is generic_access_phys(), which passes a 'pg...
CVE-2026-23347
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:33
- Zuletzt bearbeitet 24.04.2026 18:10:38
In the Linux kernel, the following vulnerability has been resolved: can: usb: f81604: correctly anchor the urb in the read bulk callback When submitting an urb, that is using the anchor pattern, it needs to be anchored before submitting it otherwis...
CVE-2026-23343
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:31
- Zuletzt bearbeitet 23.04.2026 21:14:13
In the Linux kernel, the following vulnerability has been resolved: xdp: produce a warning when calculated tailroom is negative Many ethernet drivers report xdp Rx queue frag size as being the same as DMA write size. However, the only user of this ...
CVE-2026-23344
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:31
- Zuletzt bearbeitet 24.04.2026 18:17:48
In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix use-after-free on error path In the error path of sev_tsm_init_locked(), the code dereferences 't' after it has been freed with kfree(). The pr_err() statement at...