Answer in brief
CVE-2026-93284 records a High severity (CVSS 8.8) vulnerability in drm/pagemap: dma-unmap pages before handling migration errors. 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.
CVSS is 8.8. 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 | >=f86ad0ed620cb3c91ec7d5468e93ac68d727539d <e4331c6644db85bc6ceb470bd84bcf371b6dbfa6 || >=f86ad0ed620cb3c91ec7d5468e93ac68d727539d <9e6372ec2a3990662ae0a67f56ac0aee19848d5b | e4331c6644db85bc6ceb470bd84bcf371b6dbfa6, 9e6372ec2a3990662ae0a67f56ac0aee19848d5b |
| Linux/Linuxgeneric | 6.17 | Not reported |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
In the Linux kernel, the following vulnerability has been resolved: drm/pagemap: dma-unmap pages before handling migration errors drm_pagemap_migrate_unmap_pages() relies on the pages array to determine which pages require DMA unmapping. However, drm_pagemap_migration_unlock_put_pages() clears the array as part of its cleanup, leaving drm_pagemap_migrate_unmap_pages() with no valid page information if it is called afterward. Call drm_pagemap_migrate_unmap_pages() before drm_pagemap_migration_unlock_put_pages() so the pages array remains valid during DMA unmapping.
Quoted source text, attributed separately from HOL analysis.