Lucene search
+L

80547 matches found

Cvelist
Cvelist
added 2026/08/22 3:32 p.m.4 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...

SaveExploits0References6
CVE
CVE
added 2026/08/22 3:32 p.m.4 views

CVE-2026-74678

CVE-2026-74678 is a memory leak in the Linux kernel's ax88179_178a USB network driver. When NETIF_F_SG is enabled and skb_linearize() fails in ax88179_tx_fixup() , the function returns NULL without freeing the skb. The caller, usbnet_start_xmit() , treats a NULL return as a drop and attempts to f...

5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.4 views

CVE-2026-74673 Input: evdev - fix information leak in evdev_pass_values()

In the Linux kernel, the following vulnerability has been resolved: Input: evdev - fix information leak in evdevpassvalues In evdevpassvalues, the inputevent structure is allocated on the kernel stack and populated field-by-field. However, it is never fully initialized. On architectures where...

SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.3 views

CVE-2026-74673

CVE-2026-74673 is an information leak in the Linux kernel's evdev (event device) input subsystem. In evdev_pass_values(), __evdev_queue_syn_dropped, and __pass_event, the struct input_event is allocated on the kernel stack and populated field-by-field without full initialization. On architectures...

5.4AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.2 views

EUVD-2026-64360

In the Linux kernel, the following vulnerability has been resolved: Input: evdev - fix information leak in evdevpassvalues In evdevpassvalues, the inputevent structure is allocated on the kernel stack and populated field-by-field. However, it is never fully initialized. On architectures where...

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

SaveExploits0References4
CVE
CVE
added 2026/08/22 3:32 p.m.4 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 score
SaveExploits0References4
EUVD
EUVD
added 2026/08/22 3:32 p.m.2 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 score
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:32 p.m.5 views

CVE-2026-74644

CVE-2026-74644 affects the Linux kernel in the DAMON (Data Access Monitoring) subsystem, specifically in mm/damon/ops-common. When damon_pa_migrate() or damos_va_migrate() is called with an invalid target_nid (including the scheme default NUMA_NO_NODE / -1), damon_migrate_pages() returns early wi...

5.5AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.3 views

CVE-2026-74644 mm/damon/ops-common: putback folios on invalid migrate nid

In the Linux kernel, the following vulnerability has been resolved: mm/damon/ops-common: putback folios on invalid migrate nid damonpamigrate and damosvamigrate isolate folios into a local list and then call damonmigratepages. When targetnid is invalid including the scheme default NUMANONODE / -1...

SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:32 p.m.3 views

EUVD-2026-64581

In the Linux kernel, the following vulnerability has been resolved: mm/damon/ops-common: putback folios on invalid migrate nid damonpamigrate and damosvamigrate isolate folios into a local list and then call damonmigratepages. When targetnid is invalid including the scheme default NUMANONODE / -1...

5.5AI score
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:32 p.m.4 views

CVE-2026-74625

CVE-2026-74625 is a memory leak in the Linux kernel 's netfilter bridge subsystem. When a bridge nftables ct zone set rule attaches a conntrack template to an skb, and the frame has a non-IPv4/non-IPv6 EtherType, nf_ct_bridge_pre() overwrites skb->_nfct with IP_CT_UNTRACKED without releasing t...

5.5AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.2 views

EUVD-2026-64562

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: release template ct on non-IP path A bridge nftables ct zone set rule can attach a conntrack template to an skb before nfctbridgepre sees it. For non-IPv4 and non-IPv6 EtherTypes, nfctbridgepre currently...

5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.3 views

CVE-2026-74625 netfilter: bridge: release template ct on non-IP path

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: release template ct on non-IP path A bridge nftables ct zone set rule can attach a conntrack template to an skb before nfctbridgepre sees it. For non-IPv4 and non-IPv6 EtherTypes, nfctbridgepre currently...

SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.3 views

CVE-2026-74623 net: atlantic: free stranded TX buffers on ring deinit

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

SaveExploits0References6
CVE
CVE
added 2026/08/22 3:32 p.m.4 views

CVE-2026-74623

CVE-2026-74623 affects the Aquantia Atlantic network driver in the Linux kernel. The root cause is that aq_vec_deinit() drains TX rings with a single aq_ring_tx_clean() call limited to 256 descriptors and stops at hw_head, which no longer advances after hardware and NAPI are stopped. Completed de...

5.9AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/22 3:32 p.m.3 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 score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.3 views

CVE-2026-74622 net: atlantic: free RX pages of consumed but not refilled buffers

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: free RX pages of consumed but not refilled buffers aqringrxdeinit only walks swhead, swtail, the region posted to hardware. Since the page reuse strategy was added, a cleaned RX buffer keeps its page and its DMA...

SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.6 views

CVE-2026-74622

CVE-2026-74622 is a resource leak in the Linux kernel's Aquantia (AQC) atlantic network driver. The function aq_ring_rx_deinit() only iterates over the [sw_head, sw_tail) region of the RX ring, but since the page reuse strategy was introduced, consumed-but-not-yet-refilled buffers reside in the c...

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

EUVD-2026-64559

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: free RX pages of consumed but not refilled buffers aqringrxdeinit only walks swhead, swtail, the region posted to hardware. Since the page reuse strategy was added, a cleaned RX buffer keeps its page and its DMA...

5.8AI score
SaveExploits0References8
Rows per page
Query Builder