Lucene search
+L

245039 matches found

CVE
CVE
added yesterday13 views

CVE-2026-72059

Summary: The CVE-2026-72059 issue in the Linux kernel affects the wwan t7xx driver. During CLDMA late initialization, md_ctrl->gpd_dmapool is created before TX/RX rings are initialized. If a ring init fails, the code frees initialized rings but leaks the DMA pool. Consequence: potential DMA po...

5.3AI score0.00215EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-72059

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: destroy DMA pool on CLDMA late init failure t7xxcldmalateinit creates mdctrl-gpddmapool before initializing the TX and RX rings. If any ring initialization fails, the error path frees the already initialized ring...

5.4AI score0.00215EPSS
SaveExploits0
EUVD
EUVD
added yesterday4 views

EUVD-2026-59017

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: destroy DMA pool on CLDMA late init failure t7xxcldmalateinit creates mdctrl-gpddmapool before initializing the TX and RX rings. If any ring initialization fails, the error path frees the already initialized ring...

5.3AI score0.00215EPSS
SaveExploits0References6
EUVD
EUVD
added yesterday4 views

EUVD-2026-59016

In the Linux kernel, the following vulnerability has been resolved: net: ixp4xxhss: fix duplicate HDLC netdev allocation ixp4xxhssprobe allocates two HDLC netdevs. The first one is stored in ndev, initialized, and registered with registerhdlcdevice. The second one is stored in port-netdev and lat...

5.5AI score0.00215EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-72058

In the Linux kernel, the following vulnerability has been resolved: net: ixp4xxhss: fix duplicate HDLC netdev allocation ixp4xxhssprobe allocates two HDLC netdevs. The first one is stored in ndev, initialized, and registered with registerhdlcdevice. The second one is stored in port-netdev and lat...

5.4AI score0.00215EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday11 views

CVE-2026-72058 net: ixp4xx_hss: fix duplicate HDLC netdev allocation

In the Linux kernel, the following vulnerability has been resolved: net: ixp4xxhss: fix duplicate HDLC netdev allocation ixp4xxhssprobe allocates two HDLC netdevs. The first one is stored in ndev, initialized, and registered with registerhdlcdevice. The second one is stored in port-netdev and lat...

0.00215EPSS
SaveExploits0References6
CVE
CVE
added yesterday9 views

CVE-2026-72058

Summary: The CVE-2026-72058 issue in the Linux kernel affects the ixp4xx_hss HDLC netdev allocation. In ixp4xx_hss_probe, two separate HDLC netdevs were allocated: the first was stored in ndev, initialized, and registered, while the second was stored in port->netdev and later used by the remov...

5.5AI score0.00215EPSS
SaveExploits0References6
EUVD
EUVD
added yesterday5 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.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added yesterday13 views

CVE-2026-72056 net: ena: clean up XDP TX queues when regular TX setup fails

In the Linux kernel, the following vulnerability has been resolved: net: ena: clean up XDP TX queues when regular TX setup fails createqueueswithsizebackoff creates XDP TX queues before setting up the regular TX path. If the subsequent allocation or creation of regular TX queues fails, the error...

0.0022EPSS
SaveExploits0References8
CVE
CVE
added yesterday11 views

CVE-2026-72056

Summary (CVE-2026-72056): In the Linux kernel, the ENA driver’s XDP TX queue handling leaks resources when regular TX queue setup fails. Specifically, create_queues_with_size_backoff() creates XDP TX queues prior to establishing the regular TX path; if the subsequent allocation/creation of regula...

5.3AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added yesterday9 views

CVE-2026-72057 net/sched: act_ct: preserve tc_skb_cb across defragmentation

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

0.00209EPSS
SaveExploits0References5
CVE
CVE
added yesterday9 views

CVE-2026-72057

CVE-2026-72057 affects the Linux kernel net/sched implementation for act_ct. The defect occurs in tcf_ct_handle_fragments(), which calls nf_ct_handle_fragments() without saving/restoring skb->cb; the defrag helper clears IPCB/IP6CB, which aliases the tc_skb_cb/qdisc_skb_cb control buffer. As a...

5.3AI score0.00209EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-72057

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.3AI score0.00209EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-72056

In the Linux kernel, the following vulnerability has been resolved: net: ena: clean up XDP TX queues when regular TX setup fails createqueueswithsizebackoff creates XDP TX queues before setting up the regular TX path. If the subsequent allocation or creation of regular TX queues fails, the error...

5.4AI score0.0022EPSS
SaveExploits0
EUVD
EUVD
added yesterday6 views

EUVD-2026-59013

In the Linux kernel, the following vulnerability has been resolved: net: ip6vti: require CAPNETADMIN in the device netns for changelink vti6changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than...

5.4AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added yesterday12 views

CVE-2026-72055 net: ip6_vti: require CAP_NET_ADMIN in the device netns for changelink

In the Linux kernel, the following vulnerability has been resolved: net: ip6vti: require CAPNETADMIN in the device netns for changelink vti6changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than...

0.0021EPSS
SaveExploits0References8
CVE
CVE
added yesterday10 views

CVE-2026-72055

The vulnerability CVE-2026-72055 affects the Linux kernel net: ip6_vti path and specifically vti6_changelink(), which allowed privilege escalation by a caller with CAP_NET_ADMIN in the device netns but not in the tunnel’s netns. The issue arises because the rtnl changelink path checked CAP_NET_AD...

5.4AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday7 views

CVE-2026-72055

In the Linux kernel, the following vulnerability has been resolved: net: ip6vti: require CAPNETADMIN in the device netns for changelink vti6changelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than...

5.4AI score0.0021EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-72054

In the Linux kernel, the following vulnerability has been resolved: net: ipvti: require CAPNETADMIN in the device netns for changelink vtichangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...

5.4AI score0.0021EPSS
SaveExploits0
EUVD
EUVD
added yesterday5 views

EUVD-2026-59012

In the Linux kernel, the following vulnerability has been resolved: net: ipvti: require CAPNETADMIN in the device netns for changelink vtichangelink operates on at most two netns, devnetdev and the tunnel link netns t-net. They differ once the device is created in or moved to a netns other than t...

5.4AI score0.0021EPSS
SaveExploits0References8
Rows per page
Query Builder