Lucene search
+L

23 matches found

NVD
NVD
added 2026/04/24 3:16 p.m.12 views

CVE-2026-31563

In the Linux kernel, the following vulnerability has been resolved: net: macb: Use devconsumeskbany to free TX SKBs The napiconsumeskb function is not intended to be called in an IRQ disabled context. However, after commit 6bc8a5098bf4 "net: macb: Fix txptrlock locking", the freeing of TX SKBs is...

7.5CVSS0.00501EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2025/01/13 8:25 a.m.10 views

CVE-2024-56788

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: oatc6: fix tx skb race condition between reference pointers There are two skb pointers to manage tx skb's enqueued from n/w stack. waitingtxskb pointer points to the tx skb which needs to be processed and...

5.5CVSS6.9AI score0.00241EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/11 1:15 p.m.5 views

UBUNTU-CVE-2024-56788

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: oatc6: fix tx skb race condition between reference pointers There are two skb pointers to manage tx skb's enqueued from n/w stack. waitingtxskb pointer points to the tx skb which needs to be processed and...

7.5CVSS6.6AI score0.00241EPSS
SaveExploits0References5
OSV
OSV
added 2025/01/11 12:35 p.m.10 views

CVE-2024-56788 net: ethernet: oa_tc6: fix tx skb race condition between reference pointers

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: oatc6: fix tx skb race condition between reference pointers There are two skb pointers to manage tx skb's enqueued from n/w stack. waitingtxskb pointer points to the tx skb which needs to be processed and...

7.5CVSS5.8AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/01/11 12:35 p.m.38 views

CVE-2024-56788 net: ethernet: oa_tc6: fix tx skb race condition between reference pointers

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: oatc6: fix tx skb race condition between reference pointers There are two skb pointers to manage tx skb's enqueued from n/w stack. waitingtxskb pointer points to the tx skb which needs to be processed and...

7.5CVSS0.00241EPSS
SaveExploits0References2
CVE
CVE
added 2025/01/11 12:35 p.m.2451 views

CVE-2024-56788

CVE-2024-56788 concerns the Linux kernel net/ethernet/oa_tc6 driver. The vulnerability arises from a race between two tx skb pointers: ongoing_tx_skb (the skb currently being transmitted) and waiting_tx_skb (the next skb queued from the network stack). In specific sequences, the SPI thread can mo...

7.5CVSS7AI score0.00241EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/12/29 2:48 p.m.12 views

CVE-2024-56609

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: use ieee80211purgetxqueue to purge TX skb When removing kernel modules by: rmmod rtw888723cs rtw888703b rtw888723x rtw88sdio rtw88core Driver uses skbqueuepurge to purge TX skb, but not report tx status causing "Have...

5.5CVSS6.6AI score0.00228EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/27 2:51 p.m.159 views

CVE-2024-56609

Technical details for CVE-2024-56609 are not publicly available in the provided Connected documents. The initial description mentions a kernel purge TX queue fix for rt w88, but no explicit affected products, versions, or remediation is given here. Monitor for updates.

7.8CVSS6.4AI score0.00228EPSS
SaveExploits0References5Affected Software1
CNVD
CNVD
added 2024/11/21 12:0 a.m.14 views

Unspecified vulnerability in Linux kernel (CNVD-2024-46427)

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel suffers from a security vulnerability that stems from a TX skb double release. No details of the vulnerability are provided at this time...

7.8CVSS6.5AI score0.00663EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/19 2:16 a.m.18 views

CVE-2024-50276

In the Linux kernel, the following vulnerability has been resolved: net: vertexcom: mse102x: Fix possible double free of TX skb The scope of the TX skb is wider than just mse102xtxframespi, so in case the TX skb room needs to be expanded, we should free the the temporary skb instead of the origin...

9.8CVSS0.00663EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.13 views

CVE-2024-50276

In the Linux kernel, the following vulnerability has been resolved: net: vertexcom: mse102x: Fix possible double free of TX skb The scope of the TX skb is wider than just mse102xtxframespi, so in case the TX skb room needs to be expanded, we should free the the temporary skb instead of the origin...

9.8CVSS6.1AI score0.00663EPSS
SaveExploits0
OSV
OSV
added 2024/11/19 1:30 a.m.17 views

CVE-2024-50276 net: vertexcom: mse102x: Fix possible double free of TX skb

In the Linux kernel, the following vulnerability has been resolved: net: vertexcom: mse102x: Fix possible double free of TX skb The scope of the TX skb is wider than just mse102xtxframespi, so in case the TX skb room needs to be expanded, we should free the the temporary skb instead of the origin...

9.8CVSS7AI score
SaveExploits0References8
CVE
CVE
added 2024/11/19 1:30 a.m.125 views

CVE-2024-50276

The CVE CVE-2024-50276 affects the Linux kernel net/ethernet/vertexcom/mse102x driver (mse102x.c). The root cause is a double-free of the TX skb: when expanding the TX skb, the code could free the original skb again in mse102x_tx_work(), causing a crash. The fix is to free the temporary skb inste...

9.8CVSS7.3AI score0.00663EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2024/10/21 12:0 a.m.21 views

PT-2024-33770

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.58 Description: A NULL pointer dereference issue has been resolved in the Linux kernel. The issue occurs in the iwl mvm tx skb sta and iwl mvm tx mpdu functions, which verify that the mvmvsta pointer is not...

5.5CVSS5.4AI score0.00238EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/02/29 10:49 a.m.27 views

CVE-2021-47032

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

2.3CVSS6.4AI score0.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/28 9:15 a.m.28 views

CVE-2021-47032

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

5.5CVSS6.3AI score0.00222EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/28 9:15 a.m.35 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

6.7AI score0.00222EPSS
SaveExploits0References4
CVE
CVE
added 2024/02/28 8:13 a.m.4777 views

CVE-2021-47033

Technical details about CVE-2021-47033 are not provided in the supplied documents. The initial entry only mentions a Linux kernel fix for mt76/mt7615 DMA unmapping and provides no product/version/patch specifics. Monitor for updates.

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.27 views

CVE-2021-47033 mt76: mt7615: fix tx skb dma unmap

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: fix tx skb dma unmap The first pointer in the txp needs to be unmapped as well, otherwise it will leak DMA mapping entries...

6.7AI score0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2021/05/31 3:39 p.m.15 views

GSD-2021-1000256 mt76: mt7615: fix tx skb dma unmap

mt76: mt7615: fix tx skb dma unmap This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.12.4 by commit 821ae236ccea989a1fcc6abfc4d5b74ad4ba39d2, i...

7.2AI score
SaveExploits0
Rows per page
Query Builder