CVE-2026-80954: i3c: Fix unlocked dereference of dev->desc in i3c_device_get_supported_xfer_mode()

Published Sep 11, 2026
·
Updated

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

i3c: Fix unlocked dereference of dev->desc in i3cdevicegetsupportedxfermode()

i3cdevicegetsupportedxfermode() uses dev->desc to obtain the master controller. However, dev->desc must not be dereferenced unless bus->lock is held, and this function does not take that lock.

The function only needs access to the master controller associated with the device's bus. Use dev->bus instead, which is always valid for the lifetime of the device and does not require dereferencing dev->desc.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:42 PM
Data Sourced
via MITRE·07:42 PM
Description

Frequently Asked Questions

1

What systems are exposed to this issue?

Systems using the Linux kernel I3C subsystem are relevant. The issue is in i3c_device_get_supported_xfer_mode(), where the device descriptor can be dereferenced without holding the required bus lock.

2

What condition triggers the unsafe access?

The condition occurs when i3c_device_get_supported_xfer_mode() accesses dev->desc to locate the master controller without bus->lock being held. The descriptor is not safe to dereference under those conditions.

3

How is the issue addressed?

The fix obtains the master controller through dev->bus rather than dev->desc. dev->bus remains valid for the lifetime of the device and does not require dereferencing the descriptor or taking the bus lock.

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