CVE-2026-23372
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:53
- Zuletzt bearbeitet 24.04.2026 16:36:05
In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel tx_work before socket teardown In rawsock_release(), cancel any pending tx_work and purge the write queue before orphaning the socket. rawsock_tx_work runs on...
CVE-2026-23367
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:49
- Zuletzt bearbeitet 24.04.2026 18:41:25
In the Linux kernel, the following vulnerability has been resolved: wifi: radiotap: reject radiotap with unknown bits The radiotap parser is currently only used with the radiotap namespace (not with vendor namespaces), but if the undefined field 18...
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-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-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...
CVE-2026-23339
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:28
- Zuletzt bearbeitet 23.04.2026 21:17:17
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: free skb on nci_transceive early error paths nci_transceive() takes ownership of the skb passed by the caller, but the -EPROTO, -EINVAL, and -EBUSY error paths return wit...
CVE-2026-23336
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:26
- Zuletzt bearbeitet 23.04.2026 21:12:52
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: cancel rfkill_block work in wiphy_unregister() There is a use-after-free error in cfg80211_shutdown_all_interfaces found by syzkaller: BUG: KASAN: use-after-free i...
CVE-2026-23330
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:21
- Zuletzt bearbeitet 27.04.2026 14:16:30
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: complete pending data exchange on device close In nci_close_device(), complete any pending data exchange before closing. The data exchange callback (e.g. rawsock_data_exc...