Answer in brief
CVE-2026-93068 records a Unknown severity vulnerability in drm/amd/display: Fix DM I2C teardown race. 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 | >=5b3eca05cfb02ed0dbd7097c056fb08ce5f76fe3 <8ee385305e8902fa6fbfd66b5a112238292567b6 || >=5b3eca05cfb02ed0dbd7097c056fb08ce5f76fe3 <6970ec944567f109ac4240f9aea58158ee8a18cd || >=5b3eca05cfb02ed0dbd7097c056fb08ce5f76fe3 <e4ae30a12aa95942814957d8bc1ce7366a7107d7 | 8ee385305e8902fa6fbfd66b5a112238292567b6, 6970ec944567f109ac4240f9aea58158ee8a18cd, e4ae30a12aa95942814957d8bc1ce7366a7107d7 |
| Linux/Linuxgeneric | 6.18 | 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: drm/amd/display: Fix DM I2C teardown race DM I2C adapters can remain visible to userspace while DM teardown is already in progress. A concurrent i2c-dev transfer may then enter amdgpu_dm_i2c_xfer() after the backing DM state has been torn down, leading to a NULL pointer dereference. Create a devres group around the DM I2C adapter lifetime and release it at the start of dm_hw_fini(), before HPD, IRQ, and DM state are torn down. This removes the I2C adapters first and waits for in-flight users to drain before the structures used by amdgpu_dm_i2c_xfer() disappear. This fixes a teardown ordering race seen during device removal: BUG: kernel NULL pointer dereference RIP: amdgpu_dm_i2c_xfer+0x122/0x1c0 [amdgpu] Call Trace: __i2c_transfer i2c_transfer i2cdev_ioctl_rdwr
Quoted source text, attributed separately from HOL analysis.