Lucene search
+L

1444 matches found

CVE
CVE
added 2026/05/06 11:27 a.m.50 views

CVE-2026-43157

Summary: CVE-2026-43157 affects the Linux kernel octeontx2-af CGX driver. The RX/TX flow-control bitmaps (rx_fc_pfvf_bmap, tx_fc_pfvf_bmap) are allocated during cgx_lmac_init() but not freed during cgx_lmac_exit(), enabling a kernel memory leak (kmemleak) when the driver is unbound and rebound. I...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/05/06 11:27 a.m.40 views

CVE-2026-43149

The CVE-2026-43149 issue affects the Linux kernel: the net: wan/fsl_ucc_hdlc driver allocated priv->rx_buffer and priv->tx_buffer as a single contiguous block in uhdlc_init(), but incorrectly freed them as two buffers in uhdlc_memclean() by calling dma_free_coherent() twice. The fix changes...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/05/06 7:40 a.m.85 views

CVE-2026-43083

The CVE pertains to Linux kernel ioam6: a fix for an out-of-bounds access in skb_get_tx_queue when is_input is true, caused by a RX->TX queue-mapping mismatch (ingress device having more RX queues than egress TX queues). The issue could access dev->_tx[] beyond its bounds. A lock around qdi...

9.1CVSS5.8AI score0.00442EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/06 12:00 a.m.23 views

PT-2026-37534

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel networking stack where the system incorrectly handles transmission xmit return codes for Generic Segmentation Offload GSO frames in environments witho...

7.8CVSS5.6AI score0.00533EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/05/06 12:00 a.m.16 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 lapbethdatatransmit function expecting the underlying device type to be ARPHRDETHER. Failure ...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/06 12:00 a.m.16 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel. This vulnerability arises when the ioam6 function sets trace-type.bit6. This can lead to out-of-bounds access on the RX...

9.1CVSS5.8AI score0.00442EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/05/05 6:33 p.m.20 views

EUVD-2026-27355

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: Fix TX deadlock when using DMA dmaengineterminateasync does not guarantee that the dmatxcomplete callback will run. The callback is currently the only place where dma-txrunning gets cleared. If the transaction is...

5.8AI score0.00091EPSS
SaveExploits0References9
NVD
NVD
added 2026/05/05 4:16 p.m.27 views

CVE-2026-43061

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: Fix TX deadlock when using DMA dmaengineterminateasync does not guarantee that the dmatxcomplete callback will run. The callback is currently the only place where dma-txrunning gets cleared. If the transaction is...

5.5CVSS0.00091EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/05/05 3:17 p.m.56 views

CVE-2026-43061 serial: 8250: Fix TX deadlock when using DMA

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: Fix TX deadlock when using DMA dmaengineterminateasync does not guarantee that the dmatxcomplete callback will run. The callback is currently the only place where dma-txrunning gets cleared. If the transaction is...

0.00091EPSS
SaveExploits0References8
CVE
CVE
added 2026/05/05 3:17 p.m.53 views

CVE-2026-43061

CVE-2026-43061 (Linux kernel): The serial8250 TX DMA deadlock was fixed. The root cause was that dmaengine_terminate_async did not guarantee the __dma_tx_complete callback would run, and that callback is the only place where dma->tx_running is cleared. If a TX DMA transaction is canceled and t...

5.5CVSS5.8AI score0.00091EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/05 12:00 a.m.22 views

PT-2026-37064

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A TX deadlock occurs when using DMA in the 8250 serial driver. The dmaengine terminate async function does not guarantee the execution of the dma tx complete callback, which is the only...

5.5CVSS5.7AI score0.00091EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/05/01 5:36 p.m.13 views

CVE-2026-43031

A flaw was found in the Linux kernel's xilinx axienet network driver. This vulnerability arises from incorrect accounting of Buffer Queue Length BQL, a mechanism that manages network buffer usage, for transmit TX packets that are split across multiple buffer descriptors. If these packet segments...

7.5CVSS5.9AI score0.00426EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/01 2:16 p.m.16 views

CVE-2026-31700

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix TOCTOU race on mmap'd vnethdr in tpacketsnd In tpacketsnd, when PACKETVNETHDR is enabled, vnethdr points directly into the mmap'd TX ring buffer shared with userspace. The kernel validates the header via...

7.8CVSS0.00107EPSS
SaveExploits0References9
CVE
CVE
added 2026/05/01 2:15 p.m.34 views

CVE-2026-43031

The CVE concerns the Linux kernel xilinx axienet driver. When a TX packet spans multiple buffer descriptors, the current accounting in axienet_free_tx_chain summing per-BD lengths into an accumulator can lose earlier bytes if the packet completes across different polls, causing BQL to overestimat...

7.5CVSS5.9AI score0.00426EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.52 views

CVE-2026-43031 net: xilinx: axienet: Fix BQL accounting for multi-BD TX packets

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.00426EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/05/01 12:00 a.m.15 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an error in the calculation of the BQL of a multi BD TX packet in the xilinx axienet driver, which could lea...

7.5CVSS5.8AI score0.00426EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/01 12:00 a.m.31 views

PT-2026-36448

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, axienet free tx chain sums the per-BD actual length from descriptor status into a caller-provided...

5.9AI score0.00426EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2026/04/29 8:06 a.m.13 views

net: macb: Use dev_consume_skb_any() to free TX SKBs

...

7.5CVSS5.2AI score0.00501EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/04/27 12:00 a.m.25 views

PT-2026-51875

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the neigh xmit function where the socket buffer skb is not properly released when no neighbor table is found. Specifically, if the function is called with an...

7.8CVSS5.9AI score0.00532EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/04/26 8:09 a.m.18 views

net: altera-tse: fix skb leak on DMA mapping error in tse_start_xmit()

...

7.1CVSS5.8AI score0.0012EPSS
SaveExploits0
Rows per page
Query Builder