Lucene search
+L

7182 matches found

BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.12 views

The vulnerability of the ec_bhfremove() function in the drivers/net/ethernet/ec_bhf.c file allows a hacker to cause a service failure in Linux-based systems with Ethernet network adapters.

The vulnerability of the ecbhfremove function in the drivers/net/ethernet/ecbhf.c file, which is part of Linux’s Ethernet network adapter support, stems from the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to cause a service failure...

7.8CVSS6.5AI score0.00228EPSS
SaveExploits0References20Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.19 views

Vulnerability of the xrx200_alloc_skb() function in the drivers/net/ethernet/lantiq_xrx200.c module – This driver for network adapter Ethernet in the Linux operating system allows attackers to compromise the confidentiality, integrity, and accessibility of protected information.

Vulnerability of the xrx200allocskb function in the drivers/net/ethernet/lantiqxrx200.c module – The Linux kernel’s Ethernet adapter driver relies on unconstrained and unrestricted resource allocation. Exploiting this vulnerability could allow attackers to compromise the confidentiality, integrit...

7.8CVSS6.8AI score0.00231EPSS
SaveExploits0References12Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.11 views

Vulnerability of the fec_enet_init() function in the drivers/net/ethernet/freescale/fec_main.c module – The driver for supporting Ethernet adapter devices in the Freescale Linux operating system, which allows an attacker to gain access to protected information.

Vulnerability of the fecenetinit function in the drivers/net/ethernet/freescale/fecmain.c module – The driver for supporting Ethernet adapter devices in the Freescale Linux operating system is vulnerable due to improper memory release before deleting the last reference memory leak. Exploiting thi...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References14Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.9 views

Vulnerability of the igb_clean_tx_ring() function in the drivers/net/ethernet/intel/igb/igb_main.c module – A driver for supporting Ethernet network adapters in Intel-based Linux operating systems, which allows a hacker to cause a service failure.

Vulnerability of the igbcleantxring function in the drivers/net/ethernet/intel/igb/igbmain.c module – The driver for supporting Intel Ethernet network adapters in the Linux operating system is vulnerable due to the repeated use of previously freed memory. Exploiting this vulnerability can allow a...

7.8CVSS6.5AI score0.00239EPSS
SaveExploits0References16Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.11 views

Vulnerability of the efx_nic_initinterrupt() function in the drivers/net/ethernet/sfc/nic.c module – A driver for supporting Ethernet network adapters in the Linux kernel, which allows a hacker to cause a service failure.

Vulnerability of the efxnicinitinterrupt function in the drivers/net/ethernet/sfc/nic.c module – The Linux kernel’s Ethernet network adapter support driver has a vulnerability where resources are not released after their useful life has ended. Exploiting this vulnerability could allow an attacker...

5.5CVSS6.8AI score0.00222EPSS
SaveExploits0References10Affected Software1
RedhatCVE
RedhatCVE
added 2025/06/19 7:29 p.m.8 views

CVE-2022-50220

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix linkwatch use-after-free on disconnect usbnet uses the work usbnetdeferredkevent to perform tasks which may sleep. On disconnect, completion of the work was originally awaited in -ndostop. But in 2003, that was moved ...

4.2CVSS7.2AI score0.00202EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:43 a.m.5 views

SUSE CVE-2022-50039

In the Linux kernel, the following vulnerability has been resolved: stmmac: intel: Add a missing clkdisableunprepare call in intelethpciremove Commit 09f012e64e4b "stmmac: intel: Fix clock handling on error and remove paths" removed this clkdisableunprepare This was partly revert by commit...

5.5CVSS6.1AI score0.00202EPSS
SaveExploits0References9
BDU FSTEC
BDU FSTEC
added 2025/06/19 12:0 a.m.6 views

The vulnerability of the skb_put_padto() function in the Ethernet Frame Handler driver’s kernel code (/drivers/net/ethernet/lantiq_etop.c) allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the skbputpadto function in the Ethernet Frame Handler driver’s source code at /drivers/net/ethernet/lantiqetop.c in the Linux kernel involves copying buffers without checking their size. This constitutes a classic buffer overflow attack. Exploiting this vulnerability could...

7.8CVSS7.6AI score0.01064EPSS
SaveExploits0References36Affected Software4
NVD
NVD
added 2025/06/18 11:15 a.m.9 views

CVE-2022-50039

In the Linux kernel, the following vulnerability has been resolved: stmmac: intel: Add a missing clkdisableunprepare call in intelethpciremove Commit 09f012e64e4b "stmmac: intel: Fix clock handling on error and remove paths" removed this clkdisableunprepare This was partly revert by commit...

5.5CVSS0.00202EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

UBUNTU-CVE-2022-50039

In the Linux kernel, the following vulnerability has been resolved: stmmac: intel: Add a missing clkdisableunprepare call in intelethpciremove Commit 09f012e64e4b "stmmac: intel: Fix clock handling on error and remove paths" removed this clkdisableunprepare This was partly revert by commit...

5.5CVSS6AI score0.00202EPSS
SaveExploits0References6
CVE
CVE
added 2025/06/18 11:3 a.m.93 views

CVE-2022-50220

CVE-2022-50220 is a Linux kernel vulnerability in the usbnet subsystem where a use-after-free can occur on disconnect due to linkwatch handling after unregister_netdev. The issue stems from usbnet_deferred_kevent() being awaited in a path that may access freed netdev state, potentially enabling m...

7.8CVSS6.5AI score0.00202EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/06/18 11:3 a.m.7 views

CVE-2022-50220 usbnet: Fix linkwatch use-after-free on disconnect

In the Linux kernel, the following vulnerability has been resolved: usbnet: Fix linkwatch use-after-free on disconnect usbnet uses the work usbnetdeferredkevent to perform tasks which may sleep. On disconnect, completion of the work was originally awaited in -ndostop. But in 2003, that was moved ...

7.8CVSS6AI score0.00202EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/06/18 11:1 a.m.10 views

CVE-2022-50039 stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_remove()

In the Linux kernel, the following vulnerability has been resolved: stmmac: intel: Add a missing clkdisableunprepare call in intelethpciremove Commit 09f012e64e4b "stmmac: intel: Fix clock handling on error and remove paths" removed this clkdisableunprepare This was partly revert by commit...

0.00202EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/06/18 11:1 a.m.12 views

CVE-2022-50039

In the Linux kernel, the following vulnerability has been resolved: stmmac: intel: Add a missing clkdisableunprepare call in intelethpciremove Commit 09f012e64e4b "stmmac: intel: Fix clock handling on error and remove paths" removed this clkdisableunprepare This was partly revert by commit...

5.5CVSS5.2AI score0.00202EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/06/17 12:0 a.m.10 views

PT-2025-27959

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to the fixed version Description: A null pointer dereference issue has been identified in the Linux kernel when acquiring the remote IP of an Ethernet bearer. The issue can be reproduced by creating a tun interface...

6CVSS6.6AI score0.00164EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/06/17 12:0 a.m.12 views

Oracle Linux 9 : kernel (ELSA-2025-9080)

The remote Oracle Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2025-9080 advisory. - Bluetooth: L2CAP: Fix corrupted list in hcichandel David Marlin RHEL-87890 CVE-2025-21969 - Bluetooth: L2CAP: Fix slab-use-after-free Read in...

7.8CVSS7.1AI score0.002EPSS
SaveExploits0References8
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.1 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: eth:bnxt: fixed the issue of missing ring index trimming on the error path. The commit under “Fixes” converted txprod to a free-running state, but failed to mask this issue on the Tx error path. This caused failures under error...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.4 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: net: enetc: VFs do not support HWTSTAMPTXONESTEPSYNC Actually, ENETC VFs do not support HWTSTAMPTXONESTEPSYNC because only ENETC PF can access PMaSINGLESTEP registers. A crash will occur if VFs are used to test one-step timestamp...

5.5CVSS6.1AI score0.00189EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.8 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: return fail if interface is down in bnxtqueuememalloc The bnxtqueuememalloc function is called to allocate new queue memory when a queue is restarted. It internally accesses the rx buffer descriptor corresponding to th...

5.5CVSS6.4AI score0.00174EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Netwerk: Ethernet: mtkethsoc: fixed SER panic with 4GB+ RAM If the mtkpollrx function detects the MTKRESETTING flag, it will jump to releasedesc and refill the high word of the SDP on the 4GB RFB. Subsequently, mtkrxclean will...

5.5CVSS6.2AI score0.00165EPSS
SaveExploits0References3
Rows per page
Query Builder