Lucene search
+L

248837 matches found

EUVD
EUVD
added 2026/08/15 12:27 p.m.11 views

EUVD-2026-59669

In the Linux kernel, the following vulnerability has been resolved: veth: convert fraglist skbs before running XDP A fraglist skb can reach veth with datalen set but nrfrags zero. vethconvertskbtoxdpbuff only converts skbs that are shared, locked, have frags, or do not have enough headroom. It...

5.5AI score0.00457EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.31 views

CVE-2026-74476 veth: convert frag_list skbs before running XDP

In the Linux kernel, the following vulnerability has been resolved: veth: convert fraglist skbs before running XDP A fraglist skb can reach veth with datalen set but nrfrags zero. vethconvertskbtoxdpbuff only converts skbs that are shared, locked, have frags, or do not have enough headroom. It...

9.1CVSS0.00457EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 12:27 p.m.34 views

CVE-2026-74476

The CVE-2026-74476 entry describes a Linux kernel vulnerability in the veth path where a frag_list skb can reach veth with data_len set but nr_frags zero. The root cause is that veth_convert_skb_to_xdp_buff() could expose frag_list data to XDP as if it were in frags[], even though frags[] is empt...

9.1CVSS5.4AI score0.00457EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 12:27 p.m.20 views

CVE-2026-74476 veth: convert frag_list skbs before running XDP

In the Linux kernel, the following vulnerability has been resolved: veth: convert fraglist skbs before running XDP A fraglist skb can reach veth with datalen set but nrfrags zero. vethconvertskbtoxdpbuff only converts skbs that are shared, locked, have frags, or do not have enough headroom. It...

9.1CVSS5.6AI score
SaveExploits0References7
CVE
CVE
added 2026/08/15 12:27 p.m.29 views

CVE-2026-74474

CVE-2026-74474 pertains to the Linux kernel where the transmit path in VXLAN code (vxlan_xmit, arp_reduce, vxlan_mdb_entry_skb_get) used pskb_may_pull() to verify network-layer header availability. Because skb->data points to the MAC header (offset ~ ETH_HLEN), pskb_may_pull() could fail to ac...

9.8CVSS5.4AI score0.00442EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 12:27 p.m.18 views

CVE-2026-74475 vxlan: use neigh_ha_snapshot() in route_shortcircuit()

In the Linux kernel, the following vulnerability has been resolved: vxlan: use neighhasnapshot in routeshortcircuit The neighbour hardware address n-ha can be updated asynchronously by the neighbour subsystem, protected by n-halock seqlock. Reading n-ha without holding the seqlock loop can lead t...

10CVSS5.5AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/15 12:27 p.m.7 views

EUVD-2026-59668

In the Linux kernel, the following vulnerability has been resolved: vxlan: use neighhasnapshot in routeshortcircuit The neighbour hardware address n-ha can be updated asynchronously by the neighbour subsystem, protected by n-halock seqlock. Reading n-ha without holding the seqlock loop can lead t...

5.4AI score0.00454EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.32 views

CVE-2026-74474 vxlan: use pskb_network_may_pull() for transmit path header pulls

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull for transmit path header pulls In vxlanxmit, arpreduce, and vxlanmdbentryskbget, pskbmaypull was being called to verify the availability of network layer headers ARP, IPv6/ND, IP/IPv6 MDB keys...

9.8CVSS0.00442EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 12:27 p.m.12 views

CVE-2026-74474 vxlan: use pskb_network_may_pull() for transmit path header pulls

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull for transmit path header pulls In vxlanxmit, arpreduce, and vxlanmdbentryskbget, pskbmaypull was being called to verify the availability of network layer headers ARP, IPv6/ND, IP/IPv6 MDB keys...

9.8CVSS5.6AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 12:27 p.m.8 views

EUVD-2026-59667

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull for transmit path header pulls In vxlanxmit, arpreduce, and vxlanmdbentryskbget, pskbmaypull was being called to verify the availability of network layer headers ARP, IPv6/ND, IP/IPv6 MDB keys...

5.5AI score0.00442EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 12:27 p.m.9 views

CVE-2026-74473 vxlan: use pskb_network_may_pull() in route_shortcircuit()

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull in routeshortcircuit routeshortcircuit currently calls pskbmaypullskb, sizeofstruct iphdr or ipv6hdr, which checks if bytes are available starting from skb-data. However, in vxlanxmit, skb-data point...

9.8CVSS5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.36 views

CVE-2026-74473 vxlan: use pskb_network_may_pull() in route_shortcircuit()

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull in routeshortcircuit routeshortcircuit currently calls pskbmaypullskb, sizeofstruct iphdr or ipv6hdr, which checks if bytes are available starting from skb-data. However, in vxlanxmit, skb-data point...

9.8CVSS0.00514EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 12:27 p.m.14 views

EUVD-2026-59666

In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskbnetworkmaypull in routeshortcircuit routeshortcircuit currently calls pskbmaypullskb, sizeofstruct iphdr or ipv6hdr, which checks if bytes are available starting from skb-data. However, in vxlanxmit, skb-data point...

5.8AI score0.00514EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 12:27 p.m.32 views

CVE-2026-74473

CVE-2026-74473 affects the Linux kernel’s VXLAN path. The issue arises in route_shortcircuit() which originally used pskb_may_pull() to ensure a network header length, but skb->data points to the MAC header in vxlan_xmit(), making the check insufficient and risking reading beyond the pulled bu...

9.8CVSS5.7AI score0.00514EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 12:27 p.m.11 views

CVE-2026-74471 tracing: Check return value of __register_event() in trace_module_add_events()

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls addeventtotracers for each event. If registerevent fails for example, i...

7.8CVSS5.7AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 12:27 p.m.18 views

CVE-2026-74471

In the Linux kernel tracing subsystem, CVE-2026-74471 is caused by trace_module_add_events() ignoring the return value of __register_event(): if registration fails, a trace_event_call may still be linked via __add_event_to_tracers(), creating a stale pointer that can lead to a use-after-free when...

7.8CVSS5.5AI score0.00126EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.7 views

CVE-2026-74471

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls addeventtotracers for each event. If registerevent fails for example, i...

7.8CVSS5.5AI score0.00126EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 12:27 p.m.6 views

EUVD-2026-59664

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls addeventtotracers for each event. If registerevent fails for example, i...

5.5AI score0.00126EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.34 views

CVE-2026-74471 tracing: Check return value of __register_event() in trace_module_add_events()

In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of registerevent in tracemoduleaddevents tracemoduleaddevents ignores the return value of registerevent and unconditionally calls addeventtotracers for each event. If registerevent fails for example, i...

7.8CVSS0.00126EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.14 views

CVE-2026-74470

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Fix REPORT ZONES alloclen underflow OOB write respreportzones sizes the reply buffer from the CDB allocation length. The v3 fix rounds alloclen up with ALIGN before deriving the descriptor count: repmaxzones =...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0
Rows per page
Query Builder