Lucene search
+L

17867 matches found

Vulnrichment
Vulnrichment
added 2025/09/18 1:33 p.m.4 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.00145EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/18 1:33 p.m.42 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.00145EPSS
SaveExploits0References8Affected Software1
CNVD
CNVD
added 2025/09/18 12:00 a.m.16 views

Apple macOS Tahoe Permission Issues Vulnerability

Apple macOS Tahoe is the 26th major release of Apple's macOS operating system, which was released on June 10, 2025, and features a new "Liquid Glass" visual design that significantly optimizes interface aesthetics, feature integration, and cross-device collaboration. The 26th major version of the...

5.1CVSS6.6AI score0.00196EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.9 views

PT-2025-38394

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the USB gadget functionality related to the bcm63xx udc driver when using the debugfs lookup function. Failing to call dput on the result of debugfs lookup leads ...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References23
Tenable Nessus
Tenable Nessus
added 2025/09/18 12:00 a.m.9 views

Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS : Linux kernel vulnerabilities (USN-7755-1)

The remote Ubuntu 14.04 LTS / 16.04 LTS / 18.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7755-1 advisory. Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This...

9.1CVSS7.1AI score0.01369EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.7 views

PT-2025-38400

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a memory leak in the USB gadget functionality related to the lpc32xx udc driver. The issue occurs when using the debugfs lookup function without properly...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References23
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.7 views

PT-2025-38389

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the USB gadget pxa27x udc driver when using the debugfs lookup function. The dput function was not called on the result of debugfs lookup, leading to a memory lea...

5.5CVSS6.3AI score0.00145EPSS
SaveExploits0References23
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.9 views

PT-2025-38399

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue in the USB subsystem related to the sl811 driver. A memory leak occurs when using the debugfs lookup function without properly releasing the allocated...

5.5CVSS6.2AI score0.00145EPSS
SaveExploits0References23
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.7 views

PT-2025-38388

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the USB gadget pxa25x udc driver when using the debugfs lookup function. Failing to call dput on the result of debugfs lookup leads to a memory leak over time. Th...

6.1AI score0.00145EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.7 views

PT-2025-38387

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the USB gadget gr udc driver when using the debugfs lookup function. Failing to call dput on the result of debugfs lookup leads to a memory leak over time. The...

6.1AI score0.00145EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/09/17 11:29 p.m.6 views

SUSE CVE-2023-53148

In the Linux kernel, the following vulnerability has been resolved: igb: Fix igbdown hung on surprise removal In a setup where a Thunderbolt hub connects to Ethernet and a display through USB Type-C, users may experience a hung task timeout when they remove the cable between the PC and the...

2.5CVSS6.5AI score0.00165EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2025/09/17 11:27 p.m.12 views

SUSE CVE-2023-53359

In the Linux kernel, the following vulnerability has been resolved: USB: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremove instead which...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/09/17 10:46 p.m.17 views

CVE-2025-43262

A permissions issue was addressed with additional restrictions. This issue is fixed in macOS Tahoe 26. USB Restricted Mode may not be applied to accessories connected during boot...

5.1CVSS6.4AI score0.00196EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/09/17 6:13 p.m.8 views

CVE-2023-53356

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Add null pointer check in gserialsuspend Consider a case where gserialdisconnect has already cleared gser-ioport. And if gserialsuspend gets called afterwards, it will lead to accessing of gser-ioport and th...

5.5CVSS5.7AI score0.00184EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/09/17 5:35 p.m.10 views

CVE-2022-50357

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: fix some leaks in probe The dwc3getproperties function calls: dwc-usbpsy = powersupplygetbynameusbpsyname; so there is some additional clean up required on these error paths...

5.5CVSS5.9AI score0.00201EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/17 4:49 p.m.22 views

USN-7755-2 linux-fips, linux-azure-fips, linux-gcp-fips vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Media drivers; - SPI subsystem; - USB core drivers; - NILFS2 file system; - IPv6 networking; - Network traffic...

9.1CVSS6.6AI score0.01369EPSS
SaveExploits0References11
NVD
NVD
added 2025/09/17 3:15 p.m.11 views

CVE-2023-53356

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Add null pointer check in gserialsuspend Consider a case where gserialdisconnect has already cleared gser-ioport. And if gserialsuspend gets called afterwards, it will lead to accessing of gser-ioport and th...

5.5CVSS0.00184EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/17 3:15 p.m.7 views

DEBIAN-CVE-2023-53356

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Add null pointer check in gserialsuspend Consider a case where gserialdisconnect has already cleared gser-ioport. And if gserialsuspend gets called afterwards, it will lead to accessing of gser-ioport and th...

5.5CVSS5.3AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/17 3:15 p.m.11 views

AZL-71842 CVE-2022-50357 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: fix some leaks in probe The dwc3getproperties function calls: dwc-usbpsy = powersupplygetbynameusbpsyname; so there is some additional clean up required on these error paths...

5.5CVSS5.6AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/17 3:15 p.m.10 views

UBUNTU-CVE-2023-53356

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Add null pointer check in gserialsuspend Consider a case where gserialdisconnect has already cleared gser-ioport. And if gserialsuspend gets called afterwards, it will lead to accessing of gser-ioport and th...

5.5CVSS5.8AI score0.00184EPSS
SaveExploits0References8
Rows per page
Query Builder