CVE-2026-23167
- EPSS 0.01%
- Veröffentlicht 14.02.2026 16:15:56
- Zuletzt bearbeitet 18.03.2026 15:01:30
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix race between rfkill and nci_unregister_device(). syzbot reported the splat below [0] without a repro. It indicates that struct nci_dev.cmd_wq had been destroyed befo...
CVE-2026-23150
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:15:55
- Zuletzt bearbeitet 17.03.2026 21:12:01
In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame(). syzbot reported various memory leaks related to NFC, struct nfc_llcp_sock, sk_buff, nfc_dev, etc. [0] The leading log hinted th...
CVE-2026-23157
- EPSS 0.01%
- Veröffentlicht 14.02.2026 16:15:55
- Zuletzt bearbeitet 25.03.2026 11:16:19
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not strictly require dirty metadata threshold for metadata writepages [BUG] There is an internal report that over 1000 processes are waiting at the io_schedule_timeout() ...
CVE-2025-71202
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:36:06
- Zuletzt bearbeitet 17.03.2026 21:16:48
In the Linux kernel, the following vulnerability has been resolved: iommu/sva: invalidate stale IOTLB entries for kernel address space Introduce a new IOMMU interface to flush IOTLB paging cache entries for the CPU kernel address space. This inter...
CVE-2026-23137
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:22:22
- Zuletzt bearbeitet 17.03.2026 21:15:45
In the Linux kernel, the following vulnerability has been resolved: of: unittest: Fix memory leak in unittest_data_add() In unittest_data_add(), if of_resolve_phandles() fails, the allocated unittest_data is not freed, leading to a memory leak. Fi...
CVE-2026-23128
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:08
- Zuletzt bearbeitet 18.03.2026 14:46:26
In the Linux kernel, the following vulnerability has been resolved: arm64: Set __nocfi on swsusp_arch_resume() A DABT is reported[1] on an android based system when resume from hiberate. This happens because swsusp_arch_suspend_exit() is marked wit...
CVE-2026-23121
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:07
- Zuletzt bearbeitet 18.03.2026 13:39:23
In the Linux kernel, the following vulnerability has been resolved: mISDN: annotate data-race around dev->work dev->work can re read locklessly in mISDN_read() and mISDN_poll(). Add READ_ONCE()/WRITE_ONCE() annotations. BUG: KCSAN: data-race in mI...
CVE-2026-23125
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:07
- Zuletzt bearbeitet 18.03.2026 14:50:20
In the Linux kernel, the following vulnerability has been resolved: sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT A null-ptr-deref was reported in the SCTP transmit path when SCTP-AUTH key initialization fails: =================...
CVE-2026-23113
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:06
- Zuletzt bearbeitet 18.04.2026 09:16:14
In the Linux kernel, the following vulnerability has been resolved: io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop Currently this is checked before running the pending work. Normally this is quite fine, as work items either end up blocki...
CVE-2026-23108
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:28
- Zuletzt bearbeitet 18.03.2026 17:12:48
In the Linux kernel, the following vulnerability has been resolved: can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a ("can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory le...