Lucene search
K

510 matches found

EUVD
EUVD
added 2026/05/06 12:30 p.m.1 views

EUVD-2026-27755

In the Linux kernel, the following vulnerability has been resolved: net: consume xmit errors of GSO frames udpgrofrglist.sh and udpgrobench.sh are the flakiest tests currently in NIPA. They fail in the same exact way, TCP GRO test stalls occasionally and the test gets killed after 10min. These...

5.8AI score0.00074EPSS
Exploits0References9
Tenable Nessus
Tenable Nessus
added 2026/05/05 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2026-43039

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: net: ti: icssg-prueth: fix missing data copy and wrong recycle in ZC RX dispatch...

9.8CVSS5.8AI score0.00061EPSS
Exploits0References2
NVD
NVD
added 2026/05/01 3:16 p.m.2 views

CVE-2026-43031

In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Fix BQL accounting for multi-BD TX packets When a TX packet spans multiple buffer descriptors scatter-gather, axienetfreetxchain sums the per-BD actual length from descriptor status into a caller-provided...

7.5CVSS0.00054EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 2026/05/01 2:15 p.m.1 views

CVE-2026-43039

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssg-prueth: fix missing data copy and wrong recycle in ZC RX dispatch emacdispatchskbzc allocates a new skb via napiallocskb but never copies the packet data from the XDP buffer into it. The skb is passed up the stack...

5.9AI score0.00061EPSS
Exploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/01 12:0 a.m.4 views

PT-2026-36456

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the emac dispatch skb zc function where a new skb is allocated via napi alloc skb but packet data from the XDP buffer is not copied into it. This results in the skb...

9.8CVSS5.9AI score0.00061EPSS
Exploits0References14
Tenable Nessus
Tenable Nessus
added 2026/04/28 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-31691

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - igb: remove napisynchronize in igbdown When an AFXDP zero-copy application terminates abruptly e.g., kill -9, the XSK buffer pool is destroyed but NAPI polling...

5.5CVSS6AI score0.00015EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2026/04/27 10:36 p.m.2 views

CVE-2026-31691

A flaw was found in the Linux kernel's igb network driver. When an AFXDP zero-copy application terminates abruptly, the network driver's NAPI polling mechanism can become stuck. This prevents the igbdown function from completing, leading to the TX queue becoming permanently stalled. This can resu...

5.5CVSS5.3AI score0.00015EPSS
Exploits0References4
NVD
NVD
added 2026/04/27 6:16 p.m.1 views

CVE-2026-31691

In the Linux kernel, the following vulnerability has been resolved: igb: remove napisynchronize in igbdown When an AFXDP zero-copy application terminates abruptly e.g., kill -9, the XSK buffer pool is destroyed but NAPI polling continues. igbcleanrxirqzc repeatedly returns the full budget,...

5.5CVSS0.00015EPSS
Exploits0References3
EUVD
EUVD
added 2026/04/27 5:34 p.m.1 views

EUVD-2026-25888

In the Linux kernel, the following vulnerability has been resolved: igb: remove napisynchronize in igbdown When an AFXDP zero-copy application terminates abruptly e.g., kill -9, the XSK buffer pool is destroyed but NAPI polling continues. igbcleanrxirqzc repeatedly returns the full budget,...

5.6AI score0.00015EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2026/04/27 10:34 a.m.4 views

kernel: iavf: Fix reset error handling

A deadlock condition exists in the linux kernel such that when calling iavfclose in iavfresettask error handling,doing so can lead to double call of napidisable thereby leading to a denial of service due to the deadlock...

5.5CVSS5.3AI score0.00038EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2026/04/27 12:0 a.m.3 views

PT-2026-35497

In the Linux kernel, the following vulnerability has been resolved: igb: remove napi synchronize in igb down When an AF XDP zero-copy application terminates abruptly e.g., kill -9, the XSK buffer pool is destroyed but NAPI polling continues. igb clean rx irq zc repeatedly returns the full budget,...

5.6AI score0.00015EPSS
Exploits0References6
CNNVD
CNNVD
added 2026/04/27 12:0 a.m.8 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the igbdown function’s call to napisynchronize, causing NAPISTATESCHED to fail to be cleared,...

5.5CVSS5.8AI score0.00015EPSS
Exploits0References2
CVE
CVE
added 2026/04/24 2:44 p.m.8 views

CVE-2026-31644

CVE-2026-31644 affects the Linux kernel LAN966X network driver. The issue arises in lan966x_fdma_reload() when allocation of new RX buffers fails, causing the restore path to restart DMA with old descriptors whose pages were already freed, and because page_pool_put_full_page() can release pages b...

7.8CVSS5.5AI score0.00015EPSS
Exploits0References4Affected Software1
CNNVD
CNNVD
added 2026/04/24 12:0 a.m.8 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the macb driver calling napiconsumeskb in a context where IRQ is disabled, resulting in a warning...

7.5CVSS5.8AI score0.00076EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2026/04/24 12:0 a.m.5 views

PT-2026-34915

In the Linux kernel, the following vulnerability has been resolved: net: macb: Use dev consume skb any to free TX SKBs The napi consume skb function is not intended to be called in an IRQ disabled context. However, after commit 6bc8a5098bf4 "net: macb: Fix tx ptr lock locking", the freeing of TX...

5.2AI score0.00076EPSS
Exploits0References7
Microsoft CVE
Microsoft CVE
added 2026/04/23 8:6 a.m.4 views

virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false

...

7.8CVSS5.2AI score0.00017EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2026/04/23 1:25 a.m.2 views

SUSE CVE-2026-31469

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix UAF on dstops when IFFXMITDSTRELEASE is cleared and napitx is false A UAF issue occurs when the virtionet driver is configured with napitx=N and the device's IFFXMITDSTRELEASE flag is cleared e.g., during the...

7.8CVSS5.6AI score0.00017EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2026/04/22 8:47 p.m.3 views

kernel: iavf: Fix reset error handling

A deadlock condition exists in the linux kernel such that when calling iavfclose in iavfresettask error handling,doing so can lead to double call of napidisable thereby leading to a denial of service due to the deadlock...

5.5CVSS6.4AI score0.00038EPSS
Exploits0References5
EUVD
EUVD
added 2026/04/22 3:31 p.m.2 views

EUVD-2026-24817

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix UAF on dstops when IFFXMITDSTRELEASE is cleared and napitx is false A UAF issue occurs when the virtionet driver is configured with napitx=N and the device's IFFXMITDSTRELEASE flag is cleared e.g., during the...

5.6AI score0.00017EPSS
Exploits0References9
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:0 a.m.5 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013836)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013836 advisory. In the Linux kernel, the following vulnerability has been resolved: igb: Fix igbdown hung on surprise removal In a setup where a Thunderbolt hub connects to Ethernet...

7.8CVSS6.3AI score0.0002EPSS
Exploits0References4
Rows per page
Query Builder