CVE-2026-80950
Reported by Linux · Published September 11, 2026
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 renesas_i3c_xfer, 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.
EPSS 0.16% · 5.8th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | d028219a9f1485914492bf373406f6a0e665ace2, d028219a9f1485914492bf373406f6a0e665ace2, d028219a9f1485914492bf373406f6a0e665ace2 |
| Linux | Linux | 6.17, 0, 6.18.50 |
| Linux | Linux | 7.3-rc1, d028219a9f1485914492bf373406f6a0e665ace2, d028219a9f1485914492bf373406f6a0e665ace2 |
| linux | linux_kernel | 6.17, 6.17, 6.17 |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 13, 2026 EPSS Score
- Sep 13, 2026 CVE Updated
- Sep 18, 2026 EPSS Score