Answer in brief
CVE-2026-93195 records a Unknown severity vulnerability in drm/bridge: synopsys: dw-dp: Support unregistering the AUX channel. 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 | >=86eecc3a9c2e06462f6a273fcd24150b6da787de <b2bec2d4a769d5b7b8202123404c7cd1aec17861 || >=86eecc3a9c2e06462f6a273fcd24150b6da787de <48aaa495e24ce5aec3dc56706473b0bd4305a306 || >=86eecc3a9c2e06462f6a273fcd24150b6da787de <ed04e8e2307f35b3d8d49a554faf5e72d3d224e6 | b2bec2d4a769d5b7b8202123404c7cd1aec17861, 48aaa495e24ce5aec3dc56706473b0bd4305a306, ed04e8e2307f35b3d8d49a554faf5e72d3d224e6 |
| 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/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.
Quoted source text, attributed separately from HOL analysis.