CVE-2026-93068
Last modified
CVE-2026-93068 is a vulnerability of currently unknown severity. 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.
Description
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
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5b3eca05cfb02ed0dbd7097c056fb08ce5f76fe3, < 8ee385305e8902fa6fbfd66b5a112238292567b6; >= 5b3eca05cfb02ed0dbd7097c056fb08ce5f76fe3, < 6970ec944567f109ac4240f9aea58158ee8a18cd; >= 5b3eca05cfb02ed0dbd7097c056fb08ce5f76fe3, < e4ae30a12aa95942814957d8bc1ce7366a7107d7 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93068?
How severe is CVE-2026-93068?
How do I fix CVE-2026-93068?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93062In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93063In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-93064In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93065In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93066In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93067In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93069In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9307A sensitive information disclosure security issue exists wit…6.3
- CVE-2026-93070In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93071In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93072In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93073In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93068?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
