CVE-2026-72073: mmc: vub300: fix use-after-free on probe failure

Published Aug 15, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

mmc: vub300: fix use-after-free on probe failure

The vub300 driver lifetime-manages its controller state using vub300->kref, with vub300delete() freeing the mmc host when the last reference is dropped. The probe error path after the inactivity timer has been armed still bypasses that lifetime rule, however, and falls through to mmcfreehost() directly if mmcaddhost() fails.

The race window is between arming the inactivity timer and reaching the probe error unwind after mmcaddhost() fails:

probe thread timer/workqueue ------------ --------------- krefinit(&vub300->kref) ref = 1 krefget(&vub300->kref) ref = 2, timer ref addtimer(inactivitytimer) fires after one second | | race window |<----------------------------------------------------> | mmcaddhost(mmc) inactivity timer fires vub300queuedeadwork() krefget() ref = 3 queuework(deadwork) mmcaddhost() fails timerdeletesync() mmcfreehost(mmc) frees vub300 deadwork runs use-after-free

The inactivity timeout is one second, so this would require mmcaddhost() to both fail and take more than one second to do so. This is unlikely to happen in practice, but the error path is still wrong.

timerdeletesync() only waits for the timer callback itself. It does not flush deadwork that the callback may already have queued. As a result, queued deadwork can still hold a kref while the probe error path directly frees the backing mmc host, including the vub300 storage.

Fix this by using the same lifetime mechanism as disconnect. Clear vub300->interface so that the timer callback and any queued deadwork return early and drop their references, then drop the initial probe reference and return without falling through to errfreehost.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Linux kernel mmc vub300 to a version that resolves this vulnerability.

    Patch mmc: vub300: fix use-after-free on probe failure

Event History

Aug 15, 2026
CVE Published
via MITRE·05:52 AM
Data Sourced
via MITRE·05:52 AM
Description
Data Sourced
via NVD·06:21 AM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-72073?

CVE-2026-72073 is classified with a risk score of 28.

2

What type of vulnerability is CVE-2026-72073?

CVE-2026-72073 is a Use After Free vulnerability found in the Linux kernel.

3

How do I mitigate CVE-2026-72073?

To mitigate CVE-2026-72073, update your Linux kernel to the latest patched version.

4

Which component is affected by CVE-2026-72073?

CVE-2026-72073 affects the mmc: vub300 driver within the Linux kernel.

5

What caused the vulnerability in CVE-2026-72073?

CVE-2026-72073 was caused by improper handling of the controller state leading to a use-after-free condition upon probe failure.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203