3 matches found
Linux Distros Unpatched Vulnerability : CVE-2026-43164
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: udplite: Fix null-ptr-deref in udpenqueuescheduleskb. syzbot reported null-ptr-deref of...
CVE-2026-43164
CVE-2026-43164 affects the Linux kernel UDP-Lite implementation. The issue is a null-pointer dereference in __udp_enqueue_schedule_skb() triggered during UDP-Lite socket initialization, as reported by syzbot. Post-commit changes allow udp_lib_init_sock(), udp_init_sock(), and udpv6_init_sock() to...
PT-2026-37504
In the Linux kernel, the following vulnerability has been resolved: udplite: Fix null-ptr-deref in udp enqueue schedule skb. syzbot reported null-ptr-deref of udp sksk-udp prod queue. 0 Since the cited commit, udp lib init sock can fail, as can udp init sock and udpv6 init sock. Let's handle the...