Answer in brief
CVE-2025-38205 records a Unknown severity vulnerability in drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1. 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 | >=7966f319c66d9468623c6a6a017ecbc0dd79be75 <03a3dbca3b8e55b88958ce1f54aaf678ded11c79 || >=7966f319c66d9468623c6a6a017ecbc0dd79be75 <8044f981b2cf8c32fe1bd5d1fc991552cdf7ffe0 || >=7966f319c66d9468623c6a6a017ecbc0dd79be75 <7e40f64896e8e3dca471e287672db5ace12ea0be | 03a3dbca3b8e55b88958ce1f54aaf678ded11c79, 8044f981b2cf8c32fe1bd5d1fc991552cdf7ffe0, 7e40f64896e8e3dca471e287672db5ace12ea0be |
| Linux/Linuxgeneric | 6.7 | Not reported |
Published upstream
Jul 4, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 7, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 7, 2026
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1 [Why] If the dummy values in `populate_dummy_dml_surface_cfg()` aren't updated then they can lead to a divide by zero in downstream callers like CalculateVMAndRowBytes() [How] Initialize dummy value to a value to avoid divide by zero.
Quoted source text, attributed separately from HOL analysis.