CVE-2026-23207
- EPSS 0.01%
- Veröffentlicht 14.02.2026 16:27:29
- Zuletzt bearbeitet 02.04.2026 12:16:19
In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect curr_xfer check in IRQ handler Now that all other accesses to curr_xfer are done under the lock, protect the curr_xfer NULL check in tegra_qspi_isr_thre...
CVE-2026-23205
- EPSS 0.03%
- Veröffentlicht 14.02.2026 16:27:28
- Zuletzt bearbeitet 18.03.2026 17:10:59
In the Linux kernel, the following vulnerability has been resolved: smb/client: fix memory leak in smb2_open_file() Reproducer: 1. server: directories are exported read-only 2. client: mount -t cifs //${server_ip}/export /mnt 3. client: dd i...
CVE-2026-23204
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:27
- Zuletzt bearbeitet 03.04.2026 14:16:27
In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_u32: use skb_header_pointer_careful() skb_header_pointer() does not fully validate negative @offset values. Use skb_header_pointer_careful() instead. GangMin Kim p...
CVE-2026-23202
- EPSS 0.03%
- Veröffentlicht 14.02.2026 16:27:26
- Zuletzt bearbeitet 19.03.2026 16:35:07
In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer The curr_xfer field is read by the IRQ handler without holding the lock to check if a transfer is in progress....
CVE-2026-23198
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:23
- Zuletzt bearbeitet 03.04.2026 14:16:27
In the Linux kernel, the following vulnerability has been resolved: KVM: Don't clobber irqfd routing type when deassigning irqfd When deassigning a KVM_IRQFD, don't clobber the irqfd's copy of the IRQ's routing entry as doing so breaks kvm_arch_irq...
CVE-2026-23193
- EPSS 0.04%
- Veröffentlicht 14.02.2026 16:27:20
- Zuletzt bearbeitet 03.04.2026 14:16:26
In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() In iscsit_dec_session_usage_count(), the function calls complete() while holding the sess->session_usage...
CVE-2026-23190
- EPSS 0.03%
- Veröffentlicht 14.02.2026 16:27:18
- Zuletzt bearbeitet 18.03.2026 17:11:17
In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: fix memory leak in acp3x pdm dma ops
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:18
- Zuletzt bearbeitet 03.04.2026 14:16:26
In the Linux kernel, the following vulnerability has been resolved: ALSA: aloop: Fix racy access at PCM trigger The PCM trigger callback of aloop driver tries to check the PCM state and stop the stream of the tied substream in the corresponding cab...
CVE-2026-23187
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:16
- Zuletzt bearbeitet 19.03.2026 18:04:36
In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx8m-blk-ctrl: fix out-of-range access of bc->domains Fix out-of-range access of bc->domains in imx8m_blk_ctrl_remove().
- EPSS 0.05%
- Veröffentlicht 14.02.2026 16:27:12
- Zuletzt bearbeitet 15.04.2026 14:34:27
In the Linux kernel, the following vulnerability has been resolved: spi: tegra: Fix a memory leak in tegra_slink_probe() In tegra_slink_probe(), when platform_get_irq() fails, it directly returns from the function with an error code, which causes a...