CVE-2026-80950: i3c: renesas: Check that the transfer is valid before accessing it

Published Sep 11, 2026
·
Updated

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

i3c: renesas: Check that the transfer is valid before accessing it

The Renesas I3C driver uses an asynchronous model to transfer data. It prepares a struct renesasi3cxfer, enqueues it, and waits for completion. The interrupt handler dequeues the transfer, updates/uses it, and signals the waiting thread.

If the completion times out, the waiting thread dequeues the transfer and free it. If an interrupt fires after that, the handler may access freed memory, leading to crashes.

Check that the transfer is still valid before accessing it in the interrupt handler. With it clear any status flags and disable all the interrupts to avoid triggering the same interrupts again.

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

Which systems are exposed to this issue?

Systems using the Linux kernel Renesas I3C driver are exposed when they perform asynchronous I3C transfers. The issue involves the driver's interrupt handler accessing a transfer after the waiting thread has timed out, removed it from the queue, and freed it.

2

What conditions are needed to trigger the crash?

An I3C transfer must time out, causing its transfer structure to be dequeued and freed, and an interrupt must then fire afterward. The interrupt handler can then access the freed transfer memory, which may cause a crash.

3

How can I determine whether a system may already be affected?

Investigate crashes involving the Renesas I3C driver, particularly around timed-out I3C transfers and subsequent interrupts. The described failure mode is a use-after-free in the driver's interrupt handling path.

4

What does the fix change?

The fix validates that a transfer is still valid before the interrupt handler accesses it. When no valid transfer remains, it clears status flags and disables interrupts to prevent the same interrupts from firing again.

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