CVE-2026-23386
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:28:04
- Zuletzt bearbeitet 24.04.2026 18:44:53
In the Linux kernel, the following vulnerability has been resolved: gve: fix incorrect buffer cleanup in gve_tx_clean_pending_packets for QPL In DQ-QPL mode, gve_tx_clean_pending_packets() incorrectly uses the RDA buffer cleanup path. It iterates n...
CVE-2026-23385
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:28:03
- Zuletzt bearbeitet 24.04.2026 18:44:10
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: clone set on flush only Syzbot with fault injection triggered a failing memory allocation with GFP_KERNEL which results in a WARN splat: iter.err WARNING: ne...
CVE-2026-23383
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:28:02
- Zuletzt bearbeitet 24.04.2026 18:42:21
In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Force 8-byte alignment for JIT buffer to prevent atomic tearing struct bpf_plt contains a u64 target field. Currently, the BPF JIT allocator requests an alignment of 4 ...
CVE-2026-23382
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:28:01
- Zuletzt bearbeitet 24.04.2026 18:42:01
In the Linux kernel, the following vulnerability has been resolved: HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks missing them In commit 2ff5baa9b527 ("HID: appleir: Fix potential NULL dereference at raw event handle"), we handle the fac...
CVE-2026-23381
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:28:00
- Zuletzt bearbeitet 24.04.2026 18:41:47
In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix nd_tbl NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, the nd_tbl is never initialized because inet6_init() exits before n...
CVE-2026-23380
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:59
- Zuletzt bearbeitet 24.04.2026 16:28:47
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix WARN_ON in tracing_buffers_mmap_close When a process forks, the child process copies the parent's VMAs but the user_mapped reference count is not incremented. As a res...
CVE-2026-23379
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:58
- Zuletzt bearbeitet 24.04.2026 16:24:20
In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: fix divide by zero in the offload path Offloading ETS requires computing each class' WRR weight: this is done by averaging over the sums of quanta as 'q_sum' and 'q...
CVE-2026-23377
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:57
- Zuletzt bearbeitet 28.04.2026 18:48:58
In the Linux kernel, the following vulnerability has been resolved: ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz The only user of frag_size field in XDP RxQ info is bpf_xdp_frags_increase_tail(). It clearly expects whole buff...
CVE-2026-23378
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:57
- Zuletzt bearbeitet 24.04.2026 15:57:11
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ife: Fix metalist update behavior Whenever an ife action replace changes the metalist, instead of replacing the old data on the metalist, the current ife code is app...
CVE-2026-23376
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:56
- Zuletzt bearbeitet 24.04.2026 16:21:52
In the Linux kernel, the following vulnerability has been resolved: nvmet-fcloop: Check remoteport port_state before calling done callback In nvme_fc_handle_ls_rqst_work, the lsrsp->done callback is only set when remoteport->port_state is FC_OBJSTA...