Description
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 structures are needed after
disconnect.

This driver takes a reference to the USB device during probe but does
not to release it on probe failures.

Drop the redundant device reference to fix the leak, reduce cargo
culting, make it easier to spot drivers where an extra reference is
needed, and reduce the risk of further memory leaks.
Published: 2026-05-08
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel MCTP driver holds a USB device reference during its probe process and fails to release it when the probe fails, causing a memory and resource leak. This leak can accumulate with each probe failure, leading to increased memory consumption and possible system instability over time.

Affected Systems

The flaw exists in the Linux kernel’s MCTP driver in all releases prior to the patch. Kernel versions less than the one containing the fix, regardless of release candidate, are vulnerable. No specific version numbers are listed, so any kernel assembly that shipped the unpatched driver before the update should be considered at risk.

Risk and Exploitability

The vulnerability has a CVSS score of 5.5, indicating medium severity and primarily a resource exhaustion impact. The EPSS score of <1% suggests a low likelihood of exploitation in the wild, and the flaw is not present in the CISA KEV catalog. The description does not specify an attack vector; however, the leak occurs during the MCTP probe, implying that an attacker would need local access to initiate a probe sequence. The resulting leak is non‑privilege‑escalating but may affect overall system stability if repeated probe failures occur.

Generated by OpenCVE AI on May 15, 2026 at 17:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that includes the fixed MCTP driver or install the patch as distributed by the vendor.
  • If an update is not immediately available, unload or blacklist the mctp kernel module to stop the probe routine from executing.
  • Monitor system memory usage and kernel logs for signs of repeated MCTP probe failures, and address any hardware or configuration issues that cause them.

Generated by OpenCVE AI on May 15, 2026 at 17:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 15 May 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401
CPEs cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Sat, 09 May 2026 04:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-404

Sat, 09 May 2026 00:15:00 +0000


Fri, 08 May 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-404

Fri, 08 May 2026 14:45:00 +0000

Type Values Removed Values Added
Description 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 structures are needed after disconnect. This driver takes a reference to the USB device during probe but does not to release it on probe failures. Drop the redundant device reference to fix the leak, reduce cargo culting, make it easier to spot drivers where an extra reference is needed, and reduce the risk of further memory leaks.
Title net: mctp: fix device leak on probe failure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-11T22:23:22.359Z

Reserved: 2026-05-01T14:12:56.006Z

Link: CVE-2026-43375

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-08T15:16:48.650

Modified: 2026-05-15T15:16:08.877

Link: CVE-2026-43375

cve-icon Redhat

Severity :

Publid Date: 2026-05-08T00:00:00Z

Links: CVE-2026-43375 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-15T17:30:04Z

Weaknesses