- EPSS 0.02%
- Veröffentlicht 18.03.2026 17:41:05
- Zuletzt bearbeitet 19.03.2026 13:25:00
In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Initialize netdev pointer before queue setup In setup_nic_devices(), the netdev is allocated using alloc_etherdev_mq(). However, the pointer to this structure is sto...
- EPSS 0.02%
- Veröffentlicht 18.03.2026 17:41:04
- Zuletzt bearbeitet 19.03.2026 13:25:00
In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Fix off-by-one error in PF setup_nic_devices() cleanup In setup_nic_devices(), the initialization loop jumps to the label setup_nic_dev_free on failure. The current ...
- EPSS 0.02%
- Veröffentlicht 18.03.2026 17:41:02
- Zuletzt bearbeitet 19.03.2026 13:25:00
In the Linux kernel, the following vulnerability has been resolved: net: liquidio: Fix off-by-one error in VF setup_nic_devices() cleanup In setup_nic_devices(), the initialization loop jumps to the label setup_nic_dev_free on failure. The current ...
- EPSS 0.03%
- Veröffentlicht 18.03.2026 17:41:01
- Zuletzt bearbeitet 19.03.2026 13:25:00
In the Linux kernel, the following vulnerability has been resolved: net: add proper RCU protection to /proc/net/ptype Yin Fengwei reported an RCU stall in ptype_seq_show() and provided a patch. Real issue is that ptype_seq_next() and ptype_seq_sho...
- EPSS 0.02%
- Veröffentlicht 18.03.2026 17:41:00
- Zuletzt bearbeitet 19.03.2026 13:25:00
In the Linux kernel, the following vulnerability has been resolved: net: gro: fix outer network offset The udp GRO complete stage assumes that all the packets inserted the RX have the `encapsulation` flag zeroed. Such assumption is not true, as a f...
- EPSS 0.02%
- Veröffentlicht 18.03.2026 17:40:59
- Zuletzt bearbeitet 19.03.2026 17:16:21
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Enable exception fixup for specific ADE subcode This patch allows the LoongArch BPF JIT to handle recoverable memory access errors generated by BPF_PROBE_MEM* instructio...
- EPSS 0.03%
- Veröffentlicht 18.03.2026 17:40:58
- Zuletzt bearbeitet 19.03.2026 13:25:00
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not free data reservation in fallback from inline due to -ENOSPC If we fail to create an inline extent due to -ENOSPC, we will attempt to go through the normal COW path, ...
- EPSS 0.02%
- Veröffentlicht 18.03.2026 17:40:58
- Zuletzt bearbeitet 19.03.2026 13:25:00
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix reservation leak in some error paths when inserting inline extent If we fail to allocate a path or join a transaction, we return from __cow_file_range_inline() without f...
- EPSS 0.02%
- Veröffentlicht 18.03.2026 17:01:44
- Zuletzt bearbeitet 19.03.2026 13:25:00
In the Linux kernel, the following vulnerability has been resolved: media: dvb-core: fix wrong reinitialization of ringbuffer on reopen dvb_dvr_open() calls dvb_ringbuffer_init() when a new reader opens the DVR device. dvb_ringbuffer_init() calls ...
- EPSS 0.02%
- Veröffentlicht 18.03.2026 17:01:43
- Zuletzt bearbeitet 19.03.2026 13:25:00
In the Linux kernel, the following vulnerability has been resolved: xfs: get rid of the xchk_xfile_*_descr calls The xchk_xfile_*_descr macros call kasprintf, which can fail to allocate memory if the formatted string is larger than 16 bytes (or wha...