Lucene search
+L

3346 matches found

CVE
CVE
added 2026/08/22 3:33 p.m.52 views

CVE-2026-74705

CVE-2026-74705 is a use-after-free vulnerability in the Linux kernel's UDP tunnel segmentation path. The function __skb_udp_tunnel_segment() saves a pointer to the UDP header before ensuring the tunnel header is in skb->head. If the subsequent skb_pull reallocates skb->head, the saved point...

10CVSS5.6AI score0.005EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.11 views

EUVD-2026-64371

In the Linux kernel, the following vulnerability has been resolved: net: tap: set skb-dev before parsing virtio net header in tapgetuserxdp The commit 4f61f133f354 "net: tap: NULL pointer derefence in devparseheaderprotocol when skb-dev is null" fixed a crash in tapgetuser by assigning skb-dev...

5.9AI score0.00138EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:32 p.m.8 views

EUVD-2026-64365

In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179178a: fix skb leak in ax88179txfixup When the interface has NETIFFSG enabled and skblinearize fails in ax88179txfixup, the function returns NULL without freeing the skb. usbnetstartxmit treats a NULL return from...

5.5AI score0.00479EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/22 3:32 p.m.11 views

CVE-2026-74678 net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup()

In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179178a: fix skb leak in ax88179txfixup When the interface has NETIFFSG enabled and skblinearize fails in ax88179txfixup, the function returns NULL without freeing the skb. usbnetstartxmit treats a NULL return from...

7.5CVSS5.6AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.27 views

CVE-2026-74665 net: fix skb length accounting after generic XDP frag adjustment

In the Linux kernel, the following vulnerability has been resolved: net: fix skb length accounting after generic XDP frag adjustment Generic XDP exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, bpfprogrungenericxdp copies xdpfragssize back to...

9.1CVSS0.00373EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/22 3:32 p.m.11 views

CVE-2026-74665 net: fix skb length accounting after generic XDP frag adjustment

In the Linux kernel, the following vulnerability has been resolved: net: fix skb length accounting after generic XDP frag adjustment Generic XDP exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, bpfprogrungenericxdp copies xdpfragssize back to...

9.1CVSS5.7AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/22 3:32 p.m.11 views

EUVD-2026-64352

In the Linux kernel, the following vulnerability has been resolved: net: fix skb length accounting after generic XDP frag adjustment Generic XDP exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, bpfprogrungenericxdp copies xdpfragssize back to...

5.6AI score0.00373EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:32 p.m.25 views

CVE-2026-74665

CVE-2026-74665 affects the Linux kernel 's generic XDP (eXpress Data Path) path. When an XDP program adjusts the fragment area, bpf_prog_run_generic_xdp() updates skb->data_len but leaves skb->len with the old fragment contribution. After a fragment shrink, skb_headlen() becomes larger than...

9.1CVSS5.6AI score0.00373EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.24 views

CVE-2026-74664 net: openvswitch: reallocate update replies for mismatched IDs

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reallocate update replies for mismatched IDs ovsflowcmdnew preallocates the optional reply skb before it takes ovsmutex and before it knows which existing flow will be updated. That is normally fine because the...

0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.9 views

EUVD-2026-64351

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reallocate update replies for mismatched IDs ovsflowcmdnew preallocates the optional reply skb before it takes ovsmutex and before it knows which existing flow will be updated. That is normally fine because the...

5.5AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.15 views

CVE-2026-74664

This vulnerability affects the Linux kernel's Open vSwitch (OVS) netlink flow command handling. The root cause is in ovs_flow_cmd_new(), which preallocates the reply skb sized from the request flow identifier. When a flow update request uses a UFID that misses the UFID lookup and falls back to th...

5.5AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:32 p.m.11 views

CVE-2026-74627 net: devmem: prevent net-iov / page mixing

In the Linux kernel, the following vulnerability has been resolved: net: devmem: prevent net-iov / page mixing We should either have netiov or page backed frags in a single skb, otherwise it blows up down the stack. Don't allow mixing in zerocopyfillskbfromdevmem...

7.8CVSS5.6AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/22 3:32 p.m.11 views

EUVD-2026-64564

In the Linux kernel, the following vulnerability has been resolved: net: devmem: prevent net-iov / page mixing We should either have netiov or page backed frags in a single skb, otherwise it blows up down the stack. Don't allow mixing in zerocopyfillskbfromdevmem...

5.4AI score0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.29 views

CVE-2026-74627 net: devmem: prevent net-iov / page mixing

In the Linux kernel, the following vulnerability has been resolved: net: devmem: prevent net-iov / page mixing We should either have netiov or page backed frags in a single skb, otherwise it blows up down the stack. Don't allow mixing in zerocopyfillskbfromdevmem...

7.8CVSS0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:32 p.m.12 views

CVE-2026-74627

CVE-2026-74627 affects the Linux kernel's net: devmem component. The root cause is improper mixing of net_iov and page-backed fragments within a single skb in the zerocopy_fill_skb_from_devmem() function, which causes a crash downstream in the stack. Red Hat classifies the impact as Denial of Ser...

7.8CVSS5.4AI score0.00127EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:32 p.m.20 views

CVE-2026-74620

This Linux kernel vulnerability affects the net/sched subsystem, specifically the act_gact and act_police traffic control actions. The fallback control actions (TCA_GACT_PROB.paction and TCA_POLICE_RESULT) bypass the range check in tcf_action_check_ctrlact(), allowing user space to store TC_ACT_C...

5.9AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.28 views

CVE-2026-74612 veth: fix skb length accounting after XDP frag adjustment

In the Linux kernel, the following vulnerability has been resolved: veth: fix skb length accounting after XDP frag adjustment veth exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, vethxdprcvskb copies xdpfragssize back to skb-datalen but leaves...

10CVSS0.00491EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/22 3:31 p.m.8 views

EUVD-2026-64549

In the Linux kernel, the following vulnerability has been resolved: veth: fix skb length accounting after XDP frag adjustment veth exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, vethxdprcvskb copies xdpfragssize back to skb-datalen but leaves...

5.6AI score0.00491EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 3:31 p.m.17 views

CVE-2026-74612 veth: fix skb length accounting after XDP frag adjustment

In the Linux kernel, the following vulnerability has been resolved: veth: fix skb length accounting after XDP frag adjustment veth exposes non-linear skb fragments through an xdpbuff. If an XDP program adjusts the fragment area, vethxdprcvskb copies xdpfragssize back to skb-datalen but leaves...

10CVSS5.7AI score
SaveExploits0References9
CVE
CVE
added 2026/08/22 3:31 p.m.38 views

CVE-2026-74612

CVE-2026-74612 is a CRITICAL (CVSS 10.0) flaw in the Linux kernel's veth component. When an XDP program shrinks the fragment area, veth_xdp_rcv_skb() fails to update skb->len, causing skb_headlen() to exceed the actual linear area. In the UDP receive path, __skb_datagram_iter() then copies 102...

10CVSS5.5AI score0.00491EPSS
SaveExploits0References6
Rows per page
Query Builder