Answer in brief
CVE-2026-80950 records a Unknown severity vulnerability in i3c: renesas: Check that the transfer is valid before accessing it. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=d028219a9f1485914492bf373406f6a0e665ace2 <0093f9fc102ba8b98561fdd2f8559553ef56be59 || >=d028219a9f1485914492bf373406f6a0e665ace2 <ec631aff93261c6d031f953549802322032f2aba || >=d028219a9f1485914492bf373406f6a0e665ace2 <5f1a76ecfe90544a28d657306c9b3caa66ba0e63 | 0093f9fc102ba8b98561fdd2f8559553ef56be59, ec631aff93261c6d031f953549802322032f2aba, 5f1a76ecfe90544a28d657306c9b3caa66ba0e63 |
| Linux/Linuxgeneric | 6.17 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 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.
Quoted source text, attributed separately from HOL analysis.