Answer in brief
CVE-2026-93175 records a Unknown severity vulnerability in drm/amd/display: Fix dangling pointer in CRTC reset function. 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 | >=e7b07ceef2a650e5ed8ca37997689e086c680daf <32bd68edbc6cbcfac0e4033b64f0bcadbf0efef5 || >=e7b07ceef2a650e5ed8ca37997689e086c680daf <0aeed866cb938943908c3ba46422128e49d2d080 | 32bd68edbc6cbcfac0e4033b64f0bcadbf0efef5, 0aeed866cb938943908c3ba46422128e49d2d080 |
| Linux/Linuxgeneric | 4.15 | 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 dangling pointer in CRTC reset function amdgpu_dm_crtc_reset_state() frees the old state before allocating a new one. If kzalloc() fails, the function returns without updating the state pointer, leaving a dangling pointer to already freed memory. Fix this by allocating the new state first. On allocation failure, the old state remains untouched and the function safely returns. Found by Linux Verification Center (linuxtesting.org) with SVACE. [adjust for movement around current amd-staging-drm-next]
Quoted source text, attributed separately from HOL analysis.