Lucene search
+L

7444 matches found

VulnCheck KEV
VulnCheck KEV
added 2026/02/09 12:00 a.m.174 views

VulnCheck KEV: CVE-2009-2698

The udpsendmsg function in the UDP implementation in 1 net/ipv4/udp.c and 2 net/ipv6/udp.c in the Linux kernel before 2.6.19 allows local users to gain privileges or cause a denial of service NULL pointer dereference and system crash via vectors involving the MSGMORE flag and a UDP socket...

7.8CVSS6.1AI score0.07121EPSS
SaveIn wildExploits18References2
BDU FSTEC
BDU FSTEC
added 2026/02/06 12:00 a.m.10 views

The vulnerability of the `udp_tunnel_nic_netdevice_event()` function in the `net/ipv4/udp_tunnel_nic.c` module of the Linux operating system’s IPv4 protocol implementation allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the udptunnelnicnetdeviceevent function in the net/ipv4/udptunnelnic.c module of the Linux kernel’s IPv4 protocol implementation is related to the distribution of resources without any restrictions or regulation. Exploiting this vulnerability could allow an attacker to...

7CVSS6.1AI score0.00207EPSS
SaveExploits0References24Affected Software5
SUSE CVE
SUSE CVE
added 2026/02/05 12:25 a.m.8 views

SUSE CVE-2026-23048

In the Linux kernel, the following vulnerability has been resolved: udp: call skborphan before skbattemptdeferfree Standard UDP receive path does not use skb-destructor. But skmsg layer does use it, since it calls skbsetownersksafe from udpreadskb. This then triggers this warning in...

5.1AI score0.0015EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/02/05 12:25 a.m.13 views

SUSE CVE-2026-23072

In the Linux kernel, the following vulnerability has been resolved: l2tp: Fix memleak in l2tpudpencaprecv. syzbot reported memleak of struct l2tpsession, l2tptunnel, sock, etc. 0 The cited commit moved down the validation of the protocol version in l2tpudpencaprecv. The new place requires an extr...

5.5CVSS5.2AI score0.00125EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/02/05 12:24 a.m.13 views

SUSE CVE-2026-23083

In the Linux kernel, the following vulnerability has been resolved: fou: Don't allow 0 for FOUATTRIPPROTO. fouudprecv has the same problem mentioned in the previous patch. If FOUATTRIPPROTO is set to 0, skb is not freed by fouudprecv nor "resubmit"-ted in ipprotocoldeliverrcu. Let's forbid 0 for...

3.3CVSS5.2AI score0.00134EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2026/02/05 12:24 a.m.10 views

SUSE CVE-2026-23095

In the Linux kernel, the following vulnerability has been resolved: gue: Fix skb memleak with inner IP protocol 0. syzbot reported skb memleak below. 0 The repro generated a GUE packet with its inner protocol 0. gueudprecv returns -guehdr-protoctype for "resubmit" in ipprotocoldeliverrcu, but thi...

5.5CVSS5.2AI score0.00248EPSS
SaveExploits0References20
NVD
NVD
added 2026/02/04 5:16 p.m.14 views

CVE-2026-23095

In the Linux kernel, the following vulnerability has been resolved: gue: Fix skb memleak with inner IP protocol 0. syzbot reported skb memleak below. 0 The repro generated a GUE packet with its inner protocol 0. gueudprecv returns -guehdr-protoctype for "resubmit" in ipprotocoldeliverrcu, but thi...

7.5CVSS0.00248EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.10 views

CVE-2026-23083

In the Linux kernel, the following vulnerability has been resolved: fou: Don't allow 0 for FOUATTRIPPROTO. fouudprecv has the same problem mentioned in the previous patch. If FOUATTRIPPROTO is set to 0, skb is not freed by fouudprecv nor "resubmit"-ted in ipprotocoldeliverrcu. Let's forbid 0 for...

7.8CVSS6.5AI score0.00134EPSS
SaveExploits0References34
OSV
OSV
added 2026/02/04 5:16 p.m.17 views

UBUNTU-CVE-2026-23095

In the Linux kernel, the following vulnerability has been resolved: gue: Fix skb memleak with inner IP protocol 0. syzbot reported skb memleak below. 0 The repro generated a GUE packet with its inner protocol 0. gueudprecv returns -guehdr-protoctype for "resubmit" in ipprotocoldeliverrcu, but thi...

7.5CVSS5.7AI score0.00248EPSS
SaveExploits0References35
OSV
OSV
added 2026/02/04 5:16 p.m.18 views

UBUNTU-CVE-2026-23072

In the Linux kernel, the following vulnerability has been resolved: l2tp: Fix memleak in l2tpudpencaprecv. syzbot reported memleak of struct l2tpsession, l2tptunnel, sock, etc. 0 The cited commit moved down the validation of the protocol version in l2tpudpencaprecv. The new place requires an extr...

5.5CVSS5.7AI score0.00125EPSS
SaveExploits0References12
OSV
OSV
added 2026/02/04 4:16 p.m.11 views

UBUNTU-CVE-2026-23048

In the Linux kernel, the following vulnerability has been resolved: udp: call skborphan before skbattemptdeferfree Standard UDP receive path does not use skb-destructor. But skmsg layer does use it, since it calls skbsetownersksafe from udpreadskb. This then triggers this warning in...

5.7AI score0.0015EPSS
SaveExploits0References5
CVE
CVE
added 2026/02/04 4:08 p.m.60 views

CVE-2026-23095

CVE-2026-23095 affects the Linux kernel Gue (GUE) path. It describes a skb memory leak when inner IP protocol is 0, triggered by a GUE repro. The issue arises because gue_udp_recv() may propagate a zero protocol, causing a memory leak; the fix drops such packets. The description notes that 0 is a...

7.5CVSS5.2AI score0.00248EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/02/04 4:08 p.m.9 views

EUVD-2026-5447

In the Linux kernel, the following vulnerability has been resolved: gue: Fix skb memleak with inner IP protocol 0. syzbot reported skb memleak below. 0 The repro generated a GUE packet with its inner protocol 0. gueudprecv returns -guehdr-protoctype for "resubmit" in ipprotocoldeliverrcu, but thi...

5.2AI score0.00248EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/02/04 4:08 p.m.39 views

CVE-2026-23095 gue: Fix skb memleak with inner IP protocol 0.

In the Linux kernel, the following vulnerability has been resolved: gue: Fix skb memleak with inner IP protocol 0. syzbot reported skb memleak below. 0 The repro generated a GUE packet with its inner protocol 0. gueudprecv returns -guehdr-protoctype for "resubmit" in ipprotocoldeliverrcu, but thi...

7.5CVSS0.00248EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/02/04 4:08 p.m.11 views

EUVD-2026-5459

In the Linux kernel, the following vulnerability has been resolved: fou: Don't allow 0 for FOUATTRIPPROTO. fouudprecv has the same problem mentioned in the previous patch. If FOUATTRIPPROTO is set to 0, skb is not freed by fouudprecv nor "resubmit"-ted in ipprotocoldeliverrcu. Let's forbid 0 for...

5.2AI score0.00134EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/02/04 4:08 p.m.10 views

CVE-2026-23083 fou: Don't allow 0 for FOU_ATTR_IPPROTO.

In the Linux kernel, the following vulnerability has been resolved: fou: Don't allow 0 for FOUATTRIPPROTO. fouudprecv has the same problem mentioned in the previous patch. If FOUATTRIPPROTO is set to 0, skb is not freed by fouudprecv nor "resubmit"-ted in ipprotocoldeliverrcu. Let's forbid 0 for...

5.3AI score0.00134EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:08 p.m.6 views

CVE-2026-23083

In the Linux kernel, the following vulnerability has been resolved: fou: Don't allow 0 for FOUATTRIPPROTO. fouudprecv has the same problem mentioned in the previous patch. If FOUATTRIPPROTO is set to 0, skb is not freed by fouudprecv nor "resubmit"-ted in ipprotocoldeliverrcu. Let's forbid 0 for...

5.2AI score0.00134EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/02/04 4:00 p.m.43 views

CVE-2026-23048

The CVE-2026-23048 entry describes a Linux kernel UDP path issue: the standard UDP receive path did not use skb->destructor, while the skmsg layer did via skb_set_owner_sk_safe() in udp_read_skb(), leading to a DEBUG_NET_WARN_ON_ONCE(skb->destructor) in skb_attempt_defer_free(). The documen...

5.1AI score0.0015EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/02/04 4:00 p.m.9 views

EUVD-2026-5499

In the Linux kernel, the following vulnerability has been resolved: udp: call skborphan before skbattemptdeferfree Standard UDP receive path does not use skb-destructor. But skmsg layer does use it, since it calls skbsetownersksafe from udpreadskb. This then triggers this warning in...

5.1AI score0.0015EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/02/04 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-23083

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fou: Don't allow 0 for FOUATTRIPPROTO. fouudprecv has the same problem mentioned in the previous patch. If FOUATTRIPPROTO is set to 0, skb is not freed by...

7.8CVSS7.4AI score0.00134EPSS
SaveExploits0References2
Rows per page
Query Builder