Lucene search
K

35 matches found

Cvelist
Cvelist
added 2026/05/06 11:29 a.m.33 views

CVE-2026-43283 net: ethernet: ec_bhf: Fix dma_free_coherent() dma handle

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ecbhf: Fix dmafreecoherent dma handle dmafreecoherent in error path takes priv-rxbuf.alloclen as the dma handle. This would lead to improper unmapping of the buffer. Change the dma handle to priv-rxbuf.allocphys...

8.8CVSS0.00015EPSS
Exploits0References8
ATTACKERKB
ATTACKERKB
added 2026/05/06 11:29 a.m.2 views

CVE-2026-43283

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ecbhf: Fix dmafreecoherent dma handle dmafreecoherent in error path takes priv-rxbuf.alloclen as the dma handle. This would lead to improper unmapping of the buffer. Change the dma handle to priv-rxbuf.allocphys...

5.7AI score0.00015EPSS
Exploits0References9Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.5 views

PT-2026-37623

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ec bhf ethernet driver where the dma free coherent function in the error path incorrectly uses priv-rx buf.alloc len as the DMA handle. This results in the imprope...

8.8CVSS5.4AI score0.00015EPSS
Exploits0References19
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

UBUNTU-CVE-2022-50461

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix PM runtime leakage in am65cpswnussndoslaveopen Ensure pmruntimeput is issued in error path...

5.5CVSS5.7AI score0.00013EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2025/08/16 11:22 a.m.6 views

CVE-2025-38545

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw-nuss: Fix skb size by accounting for skbsharedinfo While transitioning from netdevallocipalign to buildskb, memory for the "skbsharedinfo" member of an "skb" was not allocated. Fix this by allocating...

5.5CVSS5.4AI score0.00018EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/08/10 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2024-41046

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: ethernet: lantiqetop: fix double free in detach The number of the currently released...

7.8CVSS6.4AI score0.00013EPSS
Exploits0References2
OSV
OSV
added 2025/07/25 4:15 p.m.0 views

UBUNTU-CVE-2025-38452

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: rtsn: Fix a null pointer dereference in rtsnprobe Add check for the return value of rcargen4ptpalloc to prevent potential null pointer dereference...

5.5CVSS5.7AI score0.00049EPSS
Exploits0References12
SUSE CVE
SUSE CVE
added 2025/05/13 4:48 a.m.2 views

SUSE CVE-2022-49847

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix segmentation fault at module unload Move am65cpswnussphylinkcleanup call to after am65cpswnusscleanupndev so phylink is still valid to prevent the below Segmentation fault on module remove when...

5.5CVSS6.5AI score0.00074EPSS
Exploits0References3
CVE
CVE
added 2024/11/09 10:15 a.m.129 views

CVE-2024-50252

CVE-2024-50252 describes a memory leak in the Linux kernel mlxsw spectrum_ipip implementation when changing the remote IPv6 address of an ip6gre net device. The root cause is that the driver failed to add the new address to its hash table and did not remove the old one, leading to leaks and a war...

5.5CVSS5.2AI score0.00043EPSS
Exploits0References5Affected Software1
NVD
NVD
added 2024/09/04 8:15 p.m.16 views

CVE-2024-44997

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkwed: fix use-after-free panic in mtkwedsetuptcblockcb When there are multiple ap interfaces on one band and with WED on, turning the interface down will cause a kernel panic on MT798X. Previously, cbpriv was fre...

7.8CVSS0.00023EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2024/08/01 12:8 p.m.14 views

CVE-2024-42148

In the Linux kernel, the following vulnerability has been resolved: bnx2x: Fix multiple UBSAN array-index-out-of-bounds Fix UBSAN warnings that occur when using a system with 32 physical cpu cores or more, or when the user defines a number of Ethernet queues greater than or equal to FPSBMAXE1x...

5.2CVSS8.2AI score0.00013EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.21 views

CVE-2024-42148 bnx2x: Fix multiple UBSAN array-index-out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: bnx2x: Fix multiple UBSAN array-index-out-of-bounds Fix UBSAN warnings that occur when using a system with 32 physical cpu cores or more, or when the user defines a number of Ethernet queues greater than or equal to FPSBMAXE1x...

6.8AI score0.00013EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.22 views

CVE-2024-42148 bnx2x: Fix multiple UBSAN array-index-out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: bnx2x: Fix multiple UBSAN array-index-out-of-bounds Fix UBSAN warnings that occur when using a system with 32 physical cpu cores or more, or when the user defines a number of Ethernet queues greater than or equal to FPSBMAXE1x...

0.00013EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.11 views

CVE-2021-47235 net: ethernet: fix potential use-after-free in ec_bhf_remove

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: fix potential use-after-free in ecbhfremove static void ecbhfremovestruct pcidev dev ... struct ecbhfpriv priv = netdevprivnetdev; unregisternetdevnetdev; freenetdevnetdev; pciiounmapdev, priv-dmaio; pciiounmapdev,...

6.5AI score0.00015EPSS
Exploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.16 views

CVE-2021-47235 net: ethernet: fix potential use-after-free in ec_bhf_remove

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: fix potential use-after-free in ecbhfremove static void ecbhfremovestruct pcidev dev ... struct ecbhfpriv priv = netdevprivnetdev; unregisternetdevnetdev; freenetdevnetdev; pciiounmapdev, priv-dmaio; pciiounmapdev,...

6.8AI score0.00015EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2024/03/12 12:0 a.m.413 views

CentOS 7 : kernel (RHSA-2024:1249)

The remote CentOS Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:1249 advisory. - There are use-after-free vulnerabilities in the Linux kernel's net/bluetooth/l2capcore.c's l2capconnect and l2capleconnectreq functions which may all...

8.8CVSS7.3AI score0.84554EPSS
Exploits16References7
Tenable Nessus
Tenable Nessus
added 2024/01/25 12:0 a.m.81 views

RHEL 9 : kpatch-patch (RHSA-2024:0381)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:0381 advisory. This is a kernel live patch module which is automatically loaded by the RPM post-install script to modify the code of a running kernel...

10CVSS7.7AI score0.002EPSS
Exploits1References12
SUSE CVE
SUSE CVE
added 2023/06/20 1:13 a.m.2 views

SUSE CVE-2023-35827

An issue was discovered in the Linux kernel through 6.3.8. A use-after-free was found in ravbremove in drivers/net/ethernet/renesas/ravbmain.c...

6.4CVSS6.7AI score0.00015EPSS
Exploits0References26
NVD
NVD
added 2023/06/18 10:15 p.m.21 views

CVE-2023-35827

An issue was discovered in the Linux kernel through 6.3.8. A use-after-free was found in ravbremove in drivers/net/ethernet/renesas/ravbmain.c...

7CVSS6.8AI score0.00015EPSS
Exploits0References4
Cvelist
Cvelist
added 2023/06/18 12:0 a.m.23 views

CVE-2023-35827

An issue was discovered in the Linux kernel through 6.3.8. A use-after-free was found in ravbremove in drivers/net/ethernet/renesas/ravbmain.c...

7.2AI score0.00015EPSS
Exploits0References4
Rows per page
Query Builder