---
id: CVE-2026-93195
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/bridge: synopsys: dw-dp: Support unregistering the AUX channel

  The DisplayPort AUX channel gets initialized and registered during
  dw_dp_bind(), but it is never unr…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  drm/bridge: synopsys: dw-dp: Support unregistering the AUX channel

  The DisplayPort AUX channel gets initialized and registered during
  dw_dp_bind(), but it is never unr…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 86eecc3a9c2e06462f6a273fcd24150b6da787de <
    b2bec2d4a769d5b7b8202123404c7cd1aec17861
  - >-
    Linux >= 86eecc3a9c2e06462f6a273fcd24150b6da787de <
    48aaa495e24ce5aec3dc56706473b0bd4305a306
  - >-
    Linux >= 86eecc3a9c2e06462f6a273fcd24150b6da787de <
    ed04e8e2307f35b3d8d49a554faf5e72d3d224e6
  - Linux 6.18
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:18:15.777'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-93195'
references:
  - url: 'https://git.kernel.org/stable/c/48aaa495e24ce5aec3dc56706473b0bd4305a306'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/b2bec2d4a769d5b7b8202123404c7cd1aec17861'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ed04e8e2307f35b3d8d49a554faf5e72d3d224e6'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.723Z'
epss: 0.00206
epssPercentile: 0.09602
---

## Overview

In the Linux kernel, the following vulnerability has been resolved:

drm/bridge: synopsys: dw-dp: Support unregistering the AUX channel

The DisplayPort AUX channel gets initialized and registered during
dw_dp_bind(), but it is never unregistered, which may lead to resource
leaks and/or use-after-free.

Add the missing dw_dp_unbind() function to allow the users of the
library to handle the required cleanup, i.e. unregister the AUX adapter.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
