CVE-2026-23207
- EPSS 0.09%
- 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-23204
- EPSS 0.12%
- Veröffentlicht 14.02.2026 16:27:27
- Zuletzt bearbeitet 04.07.2026 12:16:54
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.11%
- 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.12%
- 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-23196
- EPSS 0.1%
- Veröffentlicht 14.02.2026 16:27:22
- Zuletzt bearbeitet 19.03.2026 17:45:26
In the Linux kernel, the following vulnerability has been resolved: HID: Intel-thc-hid: Intel-thc: Add safety check for reading DMA buffer Add DMA buffer readiness check before reading DMA buffer to avoid unexpected NULL pointer accessing.
CVE-2026-23193
- EPSS 0.24%
- 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.11%
- 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.11%
- 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...
- EPSS 0.16%
- 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: btrfs: sync read disk super and set block size When the user performs a btrfs mount, the block device is not set correctly. The user sets the block size of the block device to 0x40...
- EPSS 0.17%
- 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...