Lucene search
+L

187 matches found

NVD
NVD
added 2026/08/28 8:16 a.m.4 views

CVE-2026-80613

In the Linux kernel, the following vulnerability has been resolved: veth: fix NAPI leak in XDP enable error path During XDP enablement in veth, if xdprxqinforeg or xdprxqinforegmemmodel fails, the driver rolls back the changes. However, the rollback loop: for i--; i = start; i-- decrements the lo...

SaveExploits0References7
CVE
CVE
added 2026/08/28 6:48 a.m.8 views

CVE-2026-80613

CVE-2026-80613 affects the Linux kernel veth (virtual ethernet) driver in its XDP enablement error/rollback path . During XDP enablement, if xdp_rxq_info_reg() or xdp_rxq_info_reg_mem_model() fails, the rollback loop for (i--; i >= start; i--) decrements the index before the first iteration. W...

5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/28 6:48 a.m.1 views

EUVD-2026-67489

In the Linux kernel, the following vulnerability has been resolved: veth: fix NAPI leak in XDP enable error path During XDP enablement in veth, if xdprxqinforeg or xdprxqinforegmemmodel fails, the driver rolls back the changes. However, the rollback loop: for i--; i = start; i-- decrements the lo...

5.8AI score
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/08/27 9:43 a.m.7 views

CVE-2026-74742

A flaw was found in the Linux kernel's veth component. In a multi-queue setup without an eXpress Data Path XDP program attached, the vethpoll function incorrectly derives the index of the peer transmit TX queue to wake. This can cause a TX queue to stop indefinitely if it becomes full, as the...

7.5CVSS5.4AI score0.00466EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/27 6:31 a.m.5 views

EUVD-2026-66572

In the Linux kernel, the following vulnerability has been resolved: veth: fix queue index used to wake the peer txq in vethpoll vethpoll derives the index of the peer TX queue to wake from rq-xdprxq.queueindex. That field is only initialized by xdprxqinforeg in vethenablexdprange, which runs only...

7.5CVSS5.5AI score0.00466EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/26 3:16 p.m.6 views

CVE-2026-74742

In the Linux kernel, the following vulnerability has been resolved: veth: fix queue index used to wake the peer txq in vethpoll vethpoll derives the index of the peer TX queue to wake from rq-xdprxq.queueindex. That field is only initialized by xdprxqinforeg in vethenablexdprange, which runs only...

7.5CVSS0.00466EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/26 2:36 p.m.10 views

CVE-2026-74742

Linux kernel veth has a bug where veth_poll() derives the peer TX queue index from rq->xdp_rxq.queue_index, a field only populated when an XDP program is attached. On the plain GRO/NAPI path the value stays 0 for every queue. In a multi-queue setup with GRO enabled and no XDP, all NAPI pollers...

7.5CVSS5.5AI score0.00466EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/26 2:36 p.m.5 views

CVE-2026-74742 veth: fix queue index used to wake the peer txq in veth_poll

In the Linux kernel, the following vulnerability has been resolved: veth: fix queue index used to wake the peer txq in vethpoll vethpoll derives the index of the peer TX queue to wake from rq-xdprxq.queueindex. That field is only initialized by xdprxqinforeg in vethenablexdprange, which runs only...

7.5CVSS5.7AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/26 2:36 p.m.32 views

CVE-2026-74742 veth: fix queue index used to wake the peer txq in veth_poll

In the Linux kernel, the following vulnerability has been resolved: veth: fix queue index used to wake the peer txq in vethpoll vethpoll derives the index of the peer TX queue to wake from rq-xdprxq.queueindex. That field is only initialized by xdprxqinforeg in vethenablexdprange, which runs only...

7.5CVSS0.00466EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2026-74742

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - veth: fix queue index used to wake the peer txq in vethpoll vethpoll derives the index of the peer TX queue to wake from rq-xdprxq.queueindex. That field is onl...

7.5CVSS5.6AI score0.00466EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/25 3:23 a.m.4 views

tcconfig

.. contents:: tcconfig :backlinks: top :depth: 2 Sommario tcconfig è un wrapper per il comando tc. Semplifica l'impostazione del controllo del traffico di rete larghezza di banda/latenza/perdita di pacchetti/corruzione di pacchetti/ecc. per un'interfaccia di rete/container Docker veth. |PyPI pkg...

5.4AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/24 1:48 p.m.7 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...

10CVSS5.8AI score0.00491EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.5 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: veth: The GRO flag is cleared when XDP is disabled, even when the device is disabled. The NETIFFGRO flag is set automatically when XDP is enabled, because both features use the same NAPI mechanism. The logic for clearing the...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/23 12:05 a.m.8 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.00491EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/22 4:16 p.m.12 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...

10CVSS0.00491EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/22 3:31 p.m.28 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...

10CVSS0.00491EPSS
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.00491EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 3:31 p.m.17 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...

10CVSS5.7AI score
SaveExploits0References9
CVE
CVE
added 2026/08/22 3:31 p.m.40 views

CVE-2026-74612

CVE-2026-74612 is a CRITICAL (CVSS 10.0) flaw in the Linux kernel's veth component. When an XDP program shrinks the fragment area, veth_xdp_rcv_skb() fails to update skb->len, causing skb_headlen() to exceed the actual linear area. In the UDP receive path, __skb_datagram_iter() then copies 102...

10CVSS5.5AI score0.00491EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-74612

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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,...

10CVSS5.7AI score0.00491EPSS
SaveExploits0References3
Rows per page
Query Builder