Answer in brief
CVE-2024-58091 records a Unknown severity vulnerability in drm/fbdev-dma: Add shadow buffering for deferred I/O. 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 | >=5ab91447aa13b8b98bc11f5326f33500b0ee2c48 <0d087de947babf7ed70029d042abcc6ed06ff415 || >=5ab91447aa13b8b98bc11f5326f33500b0ee2c48 <cdc581169942de3b9e2648cfbd98c5ff9111c2c8 || >=5ab91447aa13b8b98bc11f5326f33500b0ee2c48 <3603996432997f7c88da37a97062a46cda01ac9d | 0d087de947babf7ed70029d042abcc6ed06ff415, cdc581169942de3b9e2648cfbd98c5ff9111c2c8, 3603996432997f7c88da37a97062a46cda01ac9d |
| Linux/Linuxgeneric | 6.11 | Not reported |
Published upstream
Mar 27, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Add shadow buffering for deferred I/O DMA areas are not necessarily backed by struct page, so we cannot rely on it for deferred I/O. Allocate a shadow buffer for drivers that require deferred I/O and use it as framebuffer memory. Fixes driver errors about being "Unable to handle kernel NULL pointer dereference at virtual address" or "Unable to handle kernel paging request at virtual address". The patch splits drm_fbdev_dma_driver_fbdev_probe() in an initial allocation, which creates the DMA-backed buffer object, and a tail that sets up the fbdev data structures. There is a tail function for direct memory mappings and a tail function for deferred I/O with the shadow buffer. It is no longer possible to use deferred I/O without shadow buffer. It can be re-added if there exists a reliably test for usable struct page in the allocated DMA-backed buffer object.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2024-58091 records a Unknown severity vulnerability in drm/fbdev-dma: Add shadow buffering for deferred I/O. 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 | >=5ab91447aa13b8b98bc11f5326f33500b0ee2c48 <0d087de947babf7ed70029d042abcc6ed06ff415 || >=5ab91447aa13b8b98bc11f5326f33500b0ee2c48 <cdc581169942de3b9e2648cfbd98c5ff9111c2c8 || >=5ab91447aa13b8b98bc11f5326f33500b0ee2c48 <3603996432997f7c88da37a97062a46cda01ac9d | 0d087de947babf7ed70029d042abcc6ed06ff415, cdc581169942de3b9e2648cfbd98c5ff9111c2c8, 3603996432997f7c88da37a97062a46cda01ac9d |
| Linux/Linuxgeneric | 6.11 | Not reported |
Published upstream
Mar 27, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Add shadow buffering for deferred I/O DMA areas are not necessarily backed by struct page, so we cannot rely on it for deferred I/O. Allocate a shadow buffer for drivers that require deferred I/O and use it as framebuffer memory. Fixes driver errors about being "Unable to handle kernel NULL pointer dereference at virtual address" or "Unable to handle kernel paging request at virtual address". The patch splits drm_fbdev_dma_driver_fbdev_probe() in an initial allocation, which creates the DMA-backed buffer object, and a tail that sets up the fbdev data structures. There is a tail function for direct memory mappings and a tail function for deferred I/O with the shadow buffer. It is no longer possible to use deferred I/O without shadow buffer. It can be re-added if there exists a reliably test for usable struct page in the allocated DMA-backed buffer object.
Quoted source text, attributed separately from HOL analysis.