CVE-2026-43028
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:15:29
- Zuletzt bearbeitet 08.05.2026 18:30:53
In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: ensure names are nul-terminated Reject names that lack a \0 character before feeding them to functions that expect c-strings. Fixes tag is the most recent com...
CVE-2026-43027
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:15:28
- Zuletzt bearbeitet 08.05.2026 18:29:08
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_helper: pass helper to expect cleanup nf_conntrack_helper_unregister() calls nf_ct_expect_iterate_destroy() to remove expectations belonging to the helper b...
CVE-2026-43025
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:15:27
- Zuletzt bearbeitet 08.05.2026 18:17:47
In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: ignore explicit helper on new expectations Use the existing master conntrack helper, anything else is not really supported and it just makes validation more c...
CVE-2026-43026
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:15:27
- Zuletzt bearbeitet 08.05.2026 18:21:45
In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absent ctnetlink_alloc_expect() allocates expectations from a non-zeroing slab cache via nf_ct_expect_alloc(). Whe...
CVE-2026-43024
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:15:26
- Zuletzt bearbeitet 08.05.2026 18:15:22
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: reject immediate NF_QUEUE verdict nft_queue is always used from userspace nftables to deliver the NF_QUEUE verdict. Immediately emitting an NF_QUEUE verdict i...
CVE-2026-43020
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:15:23
- Zuletzt bearbeitet 08.05.2026 14:41:09
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: validate LTK enc_size on load Load Long Term Keys stores the user-provided enc_size and later uses it to size fixed-size stack operations when replying to LE LTK r...
CVE-2026-43015
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:15:20
- Zuletzt bearbeitet 07.05.2026 20:31:01
In the Linux kernel, the following vulnerability has been resolved: net: macb: fix clk handling on PCI glue driver removal platform_device_unregister() may still want to use the registered clks during runtime resume callback. Note that there is a ...
CVE-2026-43014
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:15:19
- Zuletzt bearbeitet 07.05.2026 20:29:24
In the Linux kernel, the following vulnerability has been resolved: net: macb: properly unregister fixed rate clocks The additional resources allocated with clk_register_fixed_rate() need to be released with clk_unregister_fixed_rate(), otherwise t...
CVE-2026-43011
- EPSS 0.07%
- Veröffentlicht 01.05.2026 14:15:17
- Zuletzt bearbeitet 07.05.2026 20:26:58
In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When alloc_skb fails in x25_queue_rx_frame it calls kfree_skb(skb) at line 48 and returns 1 (error). This error propagates back through th...
CVE-2026-31780
- EPSS 0.01%
- Veröffentlicht 01.05.2026 14:15:07
- Zuletzt bearbeitet 11.05.2026 20:54:09
In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculation The variable valuesize is declared as u8 but accumulates the total length of all SSIDs to scan. Each SSID contr...