Answer in brief
CVE-2026-93199 records a Unknown severity vulnerability in i3c: master: Do not treat master device as a duplicate target. 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 | >=3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0 <d0cc00957292e353ad46039034cd8f82fc4f8057 || >=3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0 <150e71808d3715a0deefbb189c780d03fdbdc735 || >=3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0 <4dc1b3eeba7991905a5b5b8129ebea51be7d87b7 | d0cc00957292e353ad46039034cd8f82fc4f8057, 150e71808d3715a0deefbb189c780d03fdbdc735, 4dc1b3eeba7991905a5b5b8129ebea51be7d87b7 |
| Linux/Linuxgeneric | 5.0 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
In the Linux kernel, the following vulnerability has been resolved: i3c: master: Do not treat master device as a duplicate target i3c_master_search_i3c_dev_duplicate() searches the bus for another I3C device with the same PID as the reference device. The search can match master->this, causing the controller itself to be returned as a duplicate. Since the controller is not a target device, it cannot be a duplicate of one. Exclude master->this from matching so that the function only returns real duplicate target devices.
Quoted source text, attributed separately from HOL analysis.