CVE-2026-93200: i3c: master: Fix use-after-free of master->this

Published Sep 17, 2026
·
Updated

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

i3c: master: Fix use-after-free of master->this

sysfs attribute callbacks for the master controller device dereference master->this. However, master->this is freed in i3cmasterdetachfreedevs() before the master device itself is released.

As a result, sysfs accesses can dereference a freed master->this pointer, leading to a use-after-free.

Keep master->this alive until i3cmasterdevrelease(), which is called after the master device and its sysfs state are being torn down. Do not free master->this as part of the normal device detach path.

On the error path in i3cmastersetinfo(), reset master->this and bus.curmaster to NULL before freeing the allocated device.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:12 PM
Data Sourced
via MITRE·04:12 PM
Description

Frequently Asked Questions

1

What condition is required to trigger the use-after-free?

An access to sysfs attributes for an I3C master controller must occur after the normal device detach path has freed master->this but before the master device and its sysfs state have been released.

2

Which systems are exposed?

Systems using the Linux kernel I3C master controller subsystem are exposed when the affected lifetime ordering is present and sysfs callbacks can run during or after device detachment.

3

How can this be mitigated if the fix cannot be applied immediately?

The provided information does not specify a workaround. The fix changes object lifetime handling so master->this remains valid until i3c_masterdev_release() tears down the master device and sysfs state.

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