Lucene search
+L

676 matches found

SUSE CVE
SUSE CVE
added 2026/05/13 3:34 a.m.10 views

SUSE CVE-2026-43375

In the Linux kernel, the following vulnerability has been resolved: net: mctp: fix device leak on probe failure Driver core holds a reference to the USB interface and its parent USB device while the interface is bound to a driver and there is no need to take additional references unless the...

5.8AI score0.00121EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/09 2:48 a.m.14 views

SUSE CVE-2025-71287

In the Linux kernel, the following vulnerability has been resolved: memory: mtk-smi: fix device leak on larb probe Make sure to drop the reference taken when looking up the SMI device during larb probe on late probe failure e.g. probe deferral and on driver unbind...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/08 9:12 p.m.20 views

CVE-2026-43375

A flaw was found in the Linux kernel's MCTP Message Control Transport Protocol implementation. During device probe failures, a redundant reference to a USB device is not properly released. This can lead to memory leaks, potentially resulting in a Denial of Service DoS condition on the affected...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/05/08 3:31 p.m.14 views

EUVD-2026-28681

In the Linux kernel, the following vulnerability has been resolved: net: mctp: fix device leak on probe failure Driver core holds a reference to the USB interface and its parent USB device while the interface is bound to a driver and there is no need to take additional references unless the...

5.8AI score0.00121EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/08 3:16 p.m.11 views

CVE-2026-43375

In the Linux kernel, the following vulnerability has been resolved: net: mctp: fix device leak on probe failure Driver core holds a reference to the USB interface and its parent USB device while the interface is bound to a driver and there is no need to take additional references unless the...

5.5CVSS0.00121EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/05/08 3:16 p.m.10 views

CVE-2026-43375

In the Linux kernel, the following vulnerability has been resolved: net: mctp: fix device leak on probe failure Driver core holds a reference to the USB interface and its parent USB device while the interface is bound to a driver and there is no need to take additional references unless the...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/08 3:16 p.m.15 views

UBUNTU-CVE-2026-43375

In the Linux kernel, the following vulnerability has been resolved: net: mctp: fix device leak on probe failure Driver core holds a reference to the USB interface and its parent USB device while the interface is bound to a driver and there is no need to take additional references unless the...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/05/08 2:21 p.m.11 views

CVE-2026-43375

In the Linux kernel, the following vulnerability has been resolved: net: mctp: fix device leak on probe failure Driver core holds a reference to the USB interface and its parent USB device while the interface is bound to a driver and there is no need to take additional references unless the...

5.8AI score0.00121EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/05/08 2:21 p.m.45 views

CVE-2026-43375 net: mctp: fix device leak on probe failure

In the Linux kernel, the following vulnerability has been resolved: net: mctp: fix device leak on probe failure Driver core holds a reference to the USB interface and its parent USB device while the interface is bound to a driver and there is no need to take additional references unless the...

0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/08 2:21 p.m.8 views

CVE-2026-43375 net: mctp: fix device leak on probe failure

In the Linux kernel, the following vulnerability has been resolved: net: mctp: fix device leak on probe failure Driver core holds a reference to the USB interface and its parent USB device while the interface is bound to a driver and there is no need to take additional references unless the...

5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/05/08 2:21 p.m.25 views

CVE-2026-43375

CVE-2026-43375 concerns the Linux kernel in the MCTP path. A leak occurs during probe failures because the driver saves a reference to the USB device but fails to release it on error paths. The fix drops the redundant device reference to prevent memory leaks when the probe fails, simplifying driv...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2026/05/08 2:21 p.m.9 views

CVE-2026-43375

In the Linux kernel, the following vulnerability has been resolved: net: mctp: fix device leak on probe failure Driver core holds a reference to the USB interface and its parent USB device while the interface is bound to a driver and there is no need to take additional references unless the...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/08 12:0 a.m.13 views

PT-2026-39036

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A device leak occurs in the net: mctp component during a probe failure. The driver takes a reference to the USB device during the probe process but fails to release it when the probe...

5.8AI score0.00121EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/05/07 2:24 a.m.11 views

SUSE CVE-2025-71288

In the Linux kernel, the following vulnerability has been resolved: memory: mtk-smi: fix device leaks on common probe Make sure to drop the reference taken when looking up the SMI device during common probe on late probe failure e.g. probe deferral and on driver unbind...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/07 2:17 a.m.34 views

SUSE CVE-2026-43144

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential kernel oops when probe fails When probe of the sdio brcmfmac device fails for some reasons i.e. missing firmware, the sdiodev-bus is set to error instead of NULL, thus the cleanup later in...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/07 2:17 a.m.12 views

SUSE CVE-2026-43155

In the Linux kernel, the following vulnerability has been resolved: mux: mmio: fix regmap leak on probe failure The mmio regmap that may be allocated during probe is never freed. Switch to using the device managed allocator so that the regmap is released on probe failures e.g. probe deferral and ...

5.7AI score0.00126EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/07 2:16 a.m.15 views

SUSE CVE-2026-43242

In the Linux kernel, the following vulnerability has been resolved: soc: ti: k3-socinfo: Fix regmap leak on probe failure The mmio regmap allocated during probe is never freed. Switch to using the device managed allocator so that the regmap is released on probe failures e.g. probe deferral and on...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/05/07 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-43155

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mux: mmio: fix regmap leak on probe failure The mmio regmap that may be allocated during probe is never freed. Switch to using the device managed allocator so...

5.5CVSS5.9AI score0.00126EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/05/06 10:57 p.m.13 views

CVE-2026-43242

A flaw was found in the soc: ti: k3-socinfo module of the Linux kernel. This vulnerability occurs when the mmio regmap memory-mapped I/O register map is allocated during a probe operation but is not properly freed upon probe failure. This resource leak could potentially lead to system instability...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/06 6:40 p.m.12 views

CVE-2026-43144

A flaw was found in the Linux kernel's brcmfmac Wi-Fi driver. When the probe of an SDIO Secure Digital Input/Output brcmfmac device fails, for example due to missing firmware, an invalid bus pointer can be set. This incorrect state can lead to a kernel oops, which is a type of system crash, when...

5.5CVSS5.8AI score0.00126EPSS
SaveExploits0References4
Rows per page
Query Builder