CVE-2025-71225
- EPSS 0.01%
- Veröffentlicht 18.02.2026 14:21:46
- Zuletzt bearbeitet 18.03.2026 20:44:55
In the Linux kernel, the following vulnerability has been resolved: md: suspend array while updating raid_disks via sysfs In raid1_reshape(), freeze_array() is called before modifying the r1bio memory pool (conf->r1bio_pool) and conf->raid_disks, a...
CVE-2026-23212
- EPSS 0.01%
- Veröffentlicht 18.02.2026 14:16:28
- Zuletzt bearbeitet 18.03.2026 20:37:42
In the Linux kernel, the following vulnerability has been resolved: bonding: annotate data-races around slave->last_rx slave->last_rx and slave->target_last_arp_rx[...] can be read and written locklessly. Add READ_ONCE() and WRITE_ONCE() annotation...
CVE-2026-23208
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:30
- Zuletzt bearbeitet 18.03.2026 20:49:35
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Prevent excessive number of frames In this case, the user constructed the parameters with maxpacksize 40 for rate 22050 / pps 1000, and packsize[0] 22 packsize[1] ...
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-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-23196
- EPSS 0.02%
- 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.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...
- 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...
- EPSS 0.03%
- 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...
CVE-2026-23178
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:10
- Zuletzt bearbeitet 15.04.2026 14:34:27
In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid: fix potential buffer overflow in i2c_hid_get_report() `i2c_hid_xfer` is used to read `recv_len + sizeof(__le16)` bytes of data into `ihid->rawbuf`. The former can co...