1022 matches found
CVE-2026-74317 ixgbe: do not configure xps for XDP queues
In the Linux kernel, the following vulnerability has been resolved: ixgbe: do not configure xps for XDP queues netifsetxpsqueue should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with number of CPUs =64, on E610 adapter, netdev is configured with maximu...
CVE-2026-74317 ixgbe: do not configure xps for XDP queues
In the Linux kernel, the following vulnerability has been resolved: ixgbe: do not configure xps for XDP queues netifsetxpsqueue should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with number of CPUs =64, on E610 adapter, netdev is configured with maximu...
EUVD-2026-59464
In the Linux kernel, the following vulnerability has been resolved: ixgbe: do not configure xps for XDP queues netifsetxpsqueue should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with number of CPUs =64, on E610 adapter, netdev is configured with maximu...
CVE-2026-74317
CVE-2026-74317 : In the Linux kernel, the ixgbe driver incorrectly configures XDP TX queues via netif_set_xps_queue, causing a KASAN slab-out-of-bounds and a warning during XDP program load on systems with many CPUs. The fix is to skip XPS configuration for XDP TX queues. The vulnerability is res...
CVE-2026-74269 bnxt: fix head underflow on XDP head-grow
In the Linux kernel, the following vulnerability has been resolved: bnxt: fix head underflow on XDP head-grow The xdp.py test testxdpnativeadjstheadgrowdata crashes when run on a bnxt machine and also crashes in NIPA. It seems that the bug is an underflow in bnxtrxmultipageskb, which builds the s...
EUVD-2026-59416
In the Linux kernel, the following vulnerability has been resolved: bnxt: fix head underflow on XDP head-grow The xdp.py test testxdpnativeadjstheadgrowdata crashes when run on a bnxt machine and also crashes in NIPA. It seems that the bug is an underflow in bnxtrxmultipageskb, which builds the s...
CVE-2026-74269 bnxt: fix head underflow on XDP head-grow
In the Linux kernel, the following vulnerability has been resolved: bnxt: fix head underflow on XDP head-grow The xdp.py test testxdpnativeadjstheadgrowdata crashes when run on a bnxt machine and also crashes in NIPA. It seems that the bug is an underflow in bnxtrxmultipageskb, which builds the s...
CVE-2026-74269
CVE-2026-74269 describes a Linux kernel issue where bnxt RX path under XDP head-grow can underflow the skb head when the head is adjusted by -256. The root cause is an underflow in bnxt_rx_multi_page_skb that builds the skb with napi_build_skb(data_ptr - bp->rx_offset, rxr->rx_page_size); b...
EUVD-2026-59298
In the Linux kernel, the following vulnerability has been resolved: net: enetc: check the number of BDs needed for xdpframe The size of xdpredirectarr array is ENETCMAXSKBFRAGS. However, the number of fragments contained in xdpframe may be greater than or equal to ENETCMAXSKBFRAGS, which will cau...
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...
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...
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...
EUVD-2026-59014
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...
PT-2026-72245
In the Linux kernel, the following vulnerability has been resolved: net: ena: clean up XDP TX queues when regular TX setup fails create queues with size backoff creates XDP TX queues before setting up the regular TX path. If the subsequent allocation or creation of regular TX queues fails, the...
PT-2026-72753
In the Linux kernel, the following vulnerability has been resolved: ixgbe: do not configure xps for XDP queues netif set xps queue should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with number of CPUs =64, on E610 adapter, netdev is configured with...
PT-2026-72705
In the Linux kernel, the following vulnerability has been resolved: bnxt: fix head underflow on XDP head-grow The xdp.py test test xdp native adjst head grow data crashes when run on a bnxt machine and also crashes in NIPA. It seems that the bug is an underflow in bnxt rx multi page skb, which...
Linux Distros Unpatched Vulnerability : CVE-2026-74317
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ixgbe: do not configure xps for XDP queues netifsetxpsqueue should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with...
Linux Distros Unpatched Vulnerability : CVE-2026-74558
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xsk: reclaim invalid Tx descriptors in ZC batch path The zero-copy Tx batch parser stops when it encounters an invalid descriptor. If this happens after one or...
PT-2026-73012
In the Linux kernel, the following vulnerability has been resolved: xsk: fix buffer leak in xsk drop skb for AF XDP multi-buffer Tx This patch is inspired by the check1 from sashiko. It says when overflow happens, the address of cq to be published is invalid. Actually the severer thing is the who...
PT-2026-72587
In the Linux kernel, the following vulnerability has been resolved: net: enetc: check the number of BDs needed for xdp frame The size of xdp redirect arr array is ENETC MAX SKB FRAGS. However, the number of fragments contained in xdp frame may be greater than or equal to ENETC MAX SKB FRAGS, whic...