CVE-2026-23365
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:47
- Zuletzt bearbeitet 24.04.2026 18:47:28
In the Linux kernel, the following vulnerability has been resolved: net: usb: kalmia: validate USB endpoints The kalmia driver should validate that the device it is probing has the proper number and types of USB endpoints it is expecting before it ...
CVE-2026-23364
- EPSS 0.04%
- Veröffentlicht 25.03.2026 10:27:46
- Zuletzt bearbeitet 24.04.2026 15:46:07
In the Linux kernel, the following vulnerability has been resolved: ksmbd: Compare MACs in constant time To prevent timing attacks, MAC comparisons need to be constant-time. Replace the memcmp() with the correct function, crypto_memneq().
CVE-2026-23362
- EPSS 0.01%
- Veröffentlicht 25.03.2026 10:27:45
- Zuletzt bearbeitet 24.04.2026 18:21:28
In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix locking for bcm_op runtime updates Commit c2aba69d0c36 ("can: bcm: add locking for bcm_op runtime updates") added a locking for some variables that can be modified at...
CVE-2026-23361
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:44
- Zuletzt bearbeitet 24.04.2026 18:41:30
In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entry Endpoint drivers use dw_pcie_ep_raise_msix_irq() to raise an MSI-X interrupt to the host using a writel(), which gene...
CVE-2026-23359
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:43
- Zuletzt bearbeitet 24.04.2026 19:02:43
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stack-out-of-bounds write in devmap get_upper_ifindexes() iterates over all upper devices and writes their indices into an array without checking bounds. Also the callers...
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 ...