Lucene search
+L

3299 matches found

Cvelist
Cvelist
added 2026/08/15 5:54 a.m.25 views

CVE-2026-72235 batman-adv: retrieve ethhdr after potential skb realloc on RX

In the Linux kernel, the following vulnerability has been resolved: batman-adv: retrieve ethhdr after potential skb realloc on RX pskbmaypull in batadvinterfacerx could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

8.8CVSS0.00339EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:54 a.m.7 views

EUVD-2026-59134

In the Linux kernel, the following vulnerability has been resolved: batman-adv: retrieve ethhdr after potential skb realloc on RX pskbmaypull in batadvinterfacerx could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

5.7AI score0.00339EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.26 views

CVE-2026-72235

CVE-2026-72235 involves batman-adv in the Linux kernel. pskb_may_pull() in batadv_interface_rx() could realloc the buffer behind the skb, leaving pointers to the old buffer vulnerable to use-after-free. The issue was mitigated for the VLAN header but the ethernet header path used for TT and AP is...

8.8CVSS5.6AI score0.00339EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.22 views

CVE-2026-72234

The CVE relates to the Linux kernel’s batman-adv code. A use-after-free could occur when pskb_may_pull() reallocates the buffer behind skb, and pointers (notably the unicast_packet pointer) are not reassigned, after skb data is accessed. The issue was fixed by ensuring reassignment for affected p...

9.8CVSS5.6AI score0.00684EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:54 a.m.7 views

EUVD-2026-59133

In the Linux kernel, the following vulnerability has been resolved: batman-adv: access unicastttvn skb-data only after skb realloc The pskbmaypull called by batadvgetvid could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

5.7AI score0.00684EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.23 views

CVE-2026-72234 batman-adv: access unicast_ttvn skb->data only after skb realloc

In the Linux kernel, the following vulnerability has been resolved: batman-adv: access unicastttvn skb-data only after skb realloc The pskbmaypull called by batadvgetvid could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

9.8CVSS0.00684EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:54 a.m.7 views

CVE-2026-72234 batman-adv: access unicast_ttvn skb->data only after skb realloc

In the Linux kernel, the following vulnerability has been resolved: batman-adv: access unicastttvn skb-data only after skb realloc The pskbmaypull called by batadvgetvid could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

9.8CVSS5.8AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:54 a.m.8 views

EUVD-2026-59132

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: reacquire gw address after skb realloc The pskbmaypull called by batadvblaisbackbonegw could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

5.6AI score0.00339EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.22 views

CVE-2026-72233 batman-adv: bla: reacquire gw address after skb realloc

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: reacquire gw address after skb realloc The pskbmaypull called by batadvblaisbackbonegw could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

8.8CVSS0.00339EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:54 a.m.7 views

CVE-2026-72233 batman-adv: bla: reacquire gw address after skb realloc

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: reacquire gw address after skb realloc The pskbmaypull called by batadvblaisbackbonegw could reallocate the buffer behind the skb. Variables which were pointing to the old buffer need to be reassigned to avoid an...

8.8CVSS5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:54 a.m.7 views

EUVD-2026-59129

In the Linux kernel, the following vulnerability has been resolved: batman-adv: frag: free unfragmentable packet The caller of batadvfragsendpacket assume that the skb provided to the function are always consumed. But the pre-check for an empty payload or the zero fragment size returned an error...

5.5AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.19 views

CVE-2026-72228 batman-adv: frag: fix primary_if leak on failed linearization

In the Linux kernel, the following vulnerability has been resolved: batman-adv: frag: fix primaryif leak on failed linearization If the skb has a fraglist, it must be linearized before it can be split using skbsplit. But when this step failed, it must not only free the skb but also take care of t...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:54 a.m.7 views

EUVD-2026-59127

In the Linux kernel, the following vulnerability has been resolved: batman-adv: frag: fix primaryif leak on failed linearization If the skb has a fraglist, it must be linearized before it can be split using skbsplit. But when this step failed, it must not only free the skb but also take care of t...

5.4AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:54 a.m.4 views

CVE-2026-72228 batman-adv: frag: fix primary_if leak on failed linearization

In the Linux kernel, the following vulnerability has been resolved: batman-adv: frag: fix primaryif leak on failed linearization If the skb has a fraglist, it must be linearized before it can be split using skbsplit. But when this step failed, it must not only free the skb but also take care of t...

5.5AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 5:53 a.m.9 views

EUVD-2026-58915

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Fix frags overflow by bounding framecount tbnetpoll assembles a multi-frame ThunderboltIP packet into one skb. The first frame goes into the skb linear area and every further frame is added as a page fragment...

5.5AI score0.00333EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.19 views

CVE-2026-72157 net: thunderbolt: Fix frags[] overflow by bounding frame_count

In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Fix frags overflow by bounding framecount tbnetpoll assembles a multi-frame ThunderboltIP packet into one skb. The first frame goes into the skb linear area and every further frame is added as a page fragment...

8.8CVSS0.00333EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:53 a.m.6 views

EUVD-2026-58895

In the Linux kernel, the following vulnerability has been resolved: xfrm: natkeepalive: avoid double free on send error natkeepalivesend frees the keepalive skb whenever the IPv4 or IPv6 send helper reports an error. That cleanup is only correct before the skb is handed to the output path. Once...

5.5AI score0.00626EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:53 a.m.34 views

CVE-2026-72137

CVE-2026-72137 : In the Linux kernel, the xfrm nat_keepalive path suffers a double-free of the keepalive skb on send errors. Specifically, nat_keepalive_send() frees the skb when IPv4/IPv6 send helpers report an error, but after ip_build_and_send_pkt() or ip6_xmit() takes ownership the cleanup is...

9.8CVSS5.4AI score0.00626EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 5:53 a.m.29 views

CVE-2026-72137 xfrm: nat_keepalive: avoid double free on send error

In the Linux kernel, the following vulnerability has been resolved: xfrm: natkeepalive: avoid double free on send error natkeepalivesend frees the keepalive skb whenever the IPv4 or IPv6 send helper reports an error. That cleanup is only correct before the skb is handed to the output path. Once...

9.8CVSS5.6AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/15 5:52 a.m.6 views

EUVD-2026-59015

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: preserve tcskbcb across defragmentation tcfcthandlefragments calls nfcthandlefragments without saving and restoring skb-cb. The defrag helper clears IPCB/IP6CB, which aliases the tcskbcb/qdiscskbcb control buffe...

5.4AI score0.00552EPSS
SaveExploits0References5
Rows per page
Query Builder