Lucene search
K

914 matches found

Vulnrichment
Vulnrichment
added 2025/09/18 1:33 p.m.2 views

CVE-2023-53379 usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe()

In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvousbprobe Smatch reports: drivers/usb/phy/phy-tahvo.c: tahvousbprobe warn: missing unwind goto? After geting irq, if ret 0, it will return without error handling to free memory. Just ad...

6AI score0.00136EPSS
Exploits0References8
CVE
CVE
added 2025/09/18 1:33 p.m.20 views

CVE-2023-53379

CVE-2023-53379 affects the Linux kernel, specifically the USB PHY Tahvo driver. The issue is described as a memory leak in tahvo_usb_probe() where, after obtaining an IRQ, if probe() returns a negative value, the error path failed to free allocated memory. The root cause is stated as missing erro...

5.5CVSS6AI score0.00136EPSS
Exploits0References8Affected Software1
Cvelist
Cvelist
added 2025/09/18 12:0 a.m.8 views

CVE-2025-57293

A command injection vulnerability in COMFAST CF-XR11 firmware V2.7.2 exists in the multipppoe API, processed by the sub423930 function in /usr/bin/webmgnt. The phyinterface parameter is not sanitized, allowing attackers to inject arbitrary commands via a POST request to...

0.01679EPSS
Exploits1References1
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53238

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: phy: hisilicon: Fix an out of bounds check in hisiinnophyprobe The size of array 'priv-ports...

7.1CVSS6AI score0.00149EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-39805

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN fro...

5.5CVSS6AI score0.00146EPSS
Exploits0References2
OSV
OSV
added 2025/09/16 1:15 p.m.3 views

DEBIAN-CVE-2025-39805

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN from kernfs: ------------ cut here ------------ kernfs: can not remove...

5.5CVSS5.3AI score0.00146EPSS
Exploits0References1
NVD
NVD
added 2025/09/16 1:15 p.m.4 views

CVE-2025-39805

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN from kernfs: ------------ cut here ------------ kernfs: can not remove...

5.5CVSS0.00146EPSS
Exploits0References5
OSV
OSV
added 2025/09/16 1:15 p.m.7 views

AZL-67404 CVE-2025-39805 affecting package kernel for versions less than 6.6.119.3-1

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN from kernfs: ------------ cut here ------------ kernfs: can not remove...

5.5CVSS5.5AI score0.00146EPSS
Exploits0References1
OSV
OSV
added 2025/09/16 1:15 p.m.2 views

UBUNTU-CVE-2025-39805

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN from kernfs: ------------ cut here ------------ kernfs: can not remove...

5.5CVSS5.8AI score0.00146EPSS
Exploits0References16
Cvelist
Cvelist
added 2025/09/16 1:0 p.m.13 views

CVE-2025-39805 net: macb: fix unregister_netdev call order in macb_remove()

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN from kernfs: ------------ cut here ------------ kernfs: can not remove...

0.00146EPSS
Exploits0References5
CVE
CVE
added 2025/09/16 1:0 p.m.29 views

CVE-2025-39805

CVE-2025-39805 affects the Linux kernel net/macb driver. The issue occurs when removing a macb device: phy_exit() is called before unregister_netdev(), causing a kernfs WARN. The documented fix moves unregister_netdev() ahead of phy_exit() in macb_remove(), preventing the PHY from being exited wh...

5.5CVSS6AI score0.00146EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2025/09/16 1:0 p.m.4 views

CVE-2025-39805 net: macb: fix unregister_netdev call order in macb_remove()

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregisternetdev call order in macbremove When removing a macb device, the driver calls phyexit before unregisternetdev. This leads to a WARN from kernfs: ------------ cut here ------------ kernfs: can not remove...

5.5CVSS6AI score0.00146EPSS
Exploits0References8
CNNVD
CNNVD
added 2025/09/16 12:0 a.m.3 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 the sequence of unregisternetdev and phyexit not being called correctly in the macbremove function, which...

5.5CVSS6.1AI score0.00146EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/09/15 11:27 p.m.4 views

SUSE CVE-2023-53238

In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisiinnophyprobe The size of array 'priv-ports' is INNOPHYPORTNUM. In the for loop, 'i' is used as the index for array 'priv-ports' with a check i INNOPHYPORTNUM which indicates that...

5.5CVSS6.5AI score0.00149EPSS
Exploits0References19
NVD
NVD
added 2025/09/15 3:15 p.m.8 views

CVE-2023-53238

In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisiinnophyprobe The size of array 'priv-ports' is INNOPHYPORTNUM. In the for loop, 'i' is used as the index for array 'priv-ports' with a check i INNOPHYPORTNUM which indicates that...

7.1CVSS0.00149EPSS
Exploits0References7
OSV
OSV
added 2025/09/15 3:15 p.m.6 views

DEBIAN-CVE-2023-53238

In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisiinnophyprobe The size of array 'priv-ports' is INNOPHYPORTNUM. In the for loop, 'i' is used as the index for array 'priv-ports' with a check i INNOPHYPORTNUM which indicates that...

7.1CVSS5.5AI score0.00149EPSS
Exploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.8 views

UBUNTU-CVE-2023-53238

In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisiinnophyprobe The size of array 'priv-ports' is INNOPHYPORTNUM. In the for loop, 'i' is used as the index for array 'priv-ports' with a check i INNOPHYPORTNUM which indicates that...

7.1CVSS5.8AI score0.00149EPSS
Exploits0References10
Cvelist
Cvelist
added 2025/09/15 2:22 p.m.8 views

CVE-2023-53238 phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe()

In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisiinnophyprobe The size of array 'priv-ports' is INNOPHYPORTNUM. In the for loop, 'i' is used as the index for array 'priv-ports' with a check i INNOPHYPORTNUM which indicates that...

0.00149EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2025/09/15 2:22 p.m.9 views

CVE-2023-53238 phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe()

In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisiinnophyprobe The size of array 'priv-ports' is INNOPHYPORTNUM. In the for loop, 'i' is used as the index for array 'priv-ports' with a check i INNOPHYPORTNUM which indicates that...

6.1AI score0.00149EPSS
Exploits0References7
CVE
CVE
added 2025/09/15 2:22 p.m.19 views

CVE-2023-53238

In MODE C: The CVE-2023-53238 issue affects the Linux kernel’s Hisilicon Inno PHY code. The flaw is an out-of-bounds write in the probe path: priv->ports[] has size INNO_PHY_PORT_NUM, but the loop uses i with a comparison that allows i == INNO_PHY_PORT_NUM; this requires the check to be i >...

7.1CVSS6.1AI score0.00149EPSS
Exploits0References7Affected Software1
Rows per page
Query Builder