Lucene search
+L

1034 matches found

RedhatCVE
RedhatCVE
added 2026/08/24 5:17 p.m.3 views

CVE-2026-74684

A flaw was found in the Linux kernel's net: tap module. A NULL pointer dereference can occur in the tapgetuserxdp function when processing an XDP buffer with a GSO virtio-net header and a zero protocol. This can be triggered by a malicious guest in a virtualized environment, leading to a system...

7CVSS5.6AI score0.00206EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/24 4:24 p.m.3 views

CVE-2026-74665

A flaw was found in the Linux kernel. Incorrect length accounting for skb socket buffer fragments after an eXpress Data Path XDP program adjusts the fragment area can lead to an out-of-bounds read. This allows an attacker to potentially disclose sensitive kernel pointers and corrupt user-space...

5.5CVSS5.2AI score0.00209EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/24 2:20 p.m.4 views

CVE-2026-74616

A flaw was found in the Linux kernel's XDP eXpress Data Path component. When XDP frames are cloned, a specially crafted frame can cause the skbsharedinfo structure to overwrite live packet data. This improper handling of memory during frame cloning can lead to corruption of XDP return metadata,...

7CVSS5.4AI score0.00215EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/24 1:48 p.m.3 views

CVE-2026-74612

A flaw was found in the Linux kernel's veth component. A remote attacker could exploit incorrect packet buffer skb length accounting after an eXpress Data Path XDP fragment adjustment. This could lead to the disclosure of sensitive kernel memory information to userspace and corruption or truncati...

7CVSS5.8AI score0.00209EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/23 12:05 a.m.6 views

SUSE CVE-2026-74612

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.00209EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/23 12:05 a.m.7 views

SUSE CVE-2026-74616

In the Linux kernel, the following vulnerability has been resolved: xdp: reject clones that overrun skbsharedinfo tailroom xdpfclone clones broadcast copies into a single page and sets framesz to PAGESIZE. xdpbuildskbfromframe later treats that page like a normal XDP frame and expects the usual...

5.6AI score0.00215EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74665

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...

0.00209EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/22 4:16 p.m.7 views

CVE-2026-74616

In the Linux kernel, the following vulnerability has been resolved: xdp: reject clones that overrun skbsharedinfo tailroom xdpfclone clones broadcast copies into a single page and sets framesz to PAGESIZE. xdpbuildskbfromframe later treats that page like a normal XDP frame and expects the usual...

0.00215EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/22 4:16 p.m.11 views

CVE-2026-74612

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...

0.00209EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/22 3:32 p.m.5 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...

5.7AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.23 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...

0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:32 p.m.11 views

CVE-2026-74665

CVE-2026-74665 is a length-accounting bug in the Linux kernel networking stack, specifically in bpf_prog_run_generic_xdp(). When a Generic XDP program shrinks the fragment area of a non-linear skb, the function updates skb->data_len but fails to adjust skb->len, causing skb_headlen() to rep...

5.6AI score0.00209EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/22 3:32 p.m.10 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.00209EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/22 3:32 p.m.9 views

EUVD-2026-64560

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: free stranded TX buffers on ring deinit aqvecdeinit drains the TX rings with a single aqringtxclean call, which frees at most AQCFGTXCLEANBUDGET 256 descriptors and stops at hwhead, which no longer moves once...

5.9AI score0.00215EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/22 3:32 p.m.10 views

CVE-2026-74616

CVE-2026-74616 is a memory corruption vulnerability in the Linux kernel XDP (eXpress Data Path) subsystem. The flaw resides in xdpf_clone(), which clones broadcast copies into a single page and sets frame_sz to PAGE_SIZE. The existing bounds check only validates that the linear header, headroom, ...

5.6AI score0.00215EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.21 views

CVE-2026-74616 xdp: reject clones that overrun skb_shared_info tailroom

In the Linux kernel, the following vulnerability has been resolved: xdp: reject clones that overrun skbsharedinfo tailroom xdpfclone clones broadcast copies into a single page and sets framesz to PAGESIZE. xdpbuildskbfromframe later treats that page like a normal XDP frame and expects the usual...

0.00215EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/22 3:32 p.m.4 views

CVE-2026-74616 xdp: reject clones that overrun skb_shared_info tailroom

In the Linux kernel, the following vulnerability has been resolved: xdp: reject clones that overrun skbsharedinfo tailroom xdpfclone clones broadcast copies into a single page and sets framesz to PAGESIZE. xdpbuildskbfromframe later treats that page like a normal XDP frame and expects the usual...

5.7AI score
SaveExploits0References10
EUVD
EUVD
added 2026/08/22 3:32 p.m.10 views

EUVD-2026-64553

In the Linux kernel, the following vulnerability has been resolved: xdp: reject clones that overrun skbsharedinfo tailroom xdpfclone clones broadcast copies into a single page and sets framesz to PAGESIZE. xdpbuildskbfromframe later treats that page like a normal XDP frame and expects the usual...

5.6AI score0.00215EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.25 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...

0.00209EPSS
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.00209EPSS
SaveExploits0References5
Rows per page
Query Builder