CVE-2026-23396
- EPSS 0.02%
- Veröffentlicht 26.03.2026 10:22:49
- Zuletzt bearbeitet 24.04.2026 15:18:27
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix NULL deref in mesh_matches_local() mesh_matches_local() unconditionally dereferences ie->mesh_config to compare mesh configuration parameters. When called from ...
CVE-2026-23397
- EPSS 0.02%
- Veröffentlicht 26.03.2026 10:22:49
- Zuletzt bearbeitet 24.04.2026 15:18:09
In the Linux kernel, the following vulnerability has been resolved: nfnetlink_osf: validate individual option lengths in fingerprints nfnl_osf_add_callback() validates opt_num bounds and string NUL-termination but does not check individual option l...
CVE-2026-23394
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:33:18
- Zuletzt bearbeitet 24.04.2026 15:20:29
In the Linux kernel, the following vulnerability has been resolved: af_unix: Give up GC if MSG_PEEK intervened. Igor Ushakov reported that GC purged the receive queue of an alive socket due to a race with MSG_PEEK with a nice repro. This is the ex...
CVE-2026-23395
- EPSS 0.04%
- Veröffentlicht 25.03.2026 10:33:18
- Zuletzt bearbeitet 24.04.2026 15:20:17
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQ Currently the code attempts to accept requests regardless of the command identifier which may cause multiple requests ...
CVE-2026-23393
- EPSS 0.01%
- Veröffentlicht 25.03.2026 10:33:17
- Zuletzt bearbeitet 24.04.2026 18:39:39
In the Linux kernel, the following vulnerability has been resolved: bridge: cfm: Fix race condition in peer_mep deletion When a peer MEP is being deleted, cancel_delayed_work_sync() is called on ccm_rx_dwork before freeing. However, br_cfm_frame_rx...
CVE-2026-23392
- EPSS 0.01%
- Veröffentlicht 25.03.2026 10:33:16
- Zuletzt bearbeitet 24.04.2026 18:39:15
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: release flowtable after rcu grace period on error Call synchronize_rcu() after unregistering the hooks from error path, since a hook that already refers to th...
CVE-2026-23391
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:33:15
- Zuletzt bearbeitet 24.04.2026 18:38:57
In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_CT: drop pending enqueued packets on template removal Templates refer to objects that can go away while packets are sitting in nfqueue refer to: - helper, this can b...
CVE-2026-23388
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:28:06
- Zuletzt bearbeitet 24.04.2026 18:45:22
In the Linux kernel, the following vulnerability has been resolved: Squashfs: check metadata block offset is within range Syzkaller reports a "general protection fault in squashfs_copy_data" This is ultimately caused by a corrupted index look-up t...
CVE-2026-23389
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:28:06
- Zuletzt bearbeitet 27.04.2026 14:16:30
In the Linux kernel, the following vulnerability has been resolved: ice: Fix memory leak in ice_set_ringparam() In ice_set_ringparam, tx_rings and xdp_rings are allocated before rx_rings. If the allocation of rx_rings fails, the code jumps to the d...
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 ...