Answer in brief
CVE-2026-93169 records a Unknown severity vulnerability in dmaengine: zynqmp_dma: fix race between runtime PM and device removal. 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 | >=72dd8b2914b5db1dccf902971c2ea6b541711b28 <32f69e6c95b59f9cfc649ebf352a204d23ba93d7 || >=72dd8b2914b5db1dccf902971c2ea6b541711b28 <aec7cf9a5bd89047c58d5648bfce0b1bd19ba7d5 || >=72dd8b2914b5db1dccf902971c2ea6b541711b28 <516ba2d8b7aac4238f9fcbd58579c43c71b9b695 | 32f69e6c95b59f9cfc649ebf352a204d23ba93d7, aec7cf9a5bd89047c58d5648bfce0b1bd19ba7d5, 516ba2d8b7aac4238f9fcbd58579c43c71b9b695 |
| 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: dmaengine: zynqmp_dma: fix race between runtime PM and device removal In zynqmp_dma_remove(), runtime PM was disabled only after checking state and doing a manual suspend. This can race with runtime PM in the remove/unbind (rmmod) path. Disable runtime PM first, then suspend only if the device is not already suspended. To prevent any further runtime PM transitions.
Quoted source text, attributed separately from HOL analysis.