CVE-2024-58091
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
27/03/2025
Last modified:
31/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/fbdev-dma: Add shadow buffering for deferred I/O<br />
<br />
DMA areas are not necessarily backed by struct page, so we cannot<br />
rely on it for deferred I/O. Allocate a shadow buffer for drivers<br />
that require deferred I/O and use it as framebuffer memory.<br />
<br />
Fixes driver errors about being "Unable to handle kernel NULL pointer<br />
dereference at virtual address" or "Unable to handle kernel paging<br />
request at virtual address".<br />
<br />
The patch splits drm_fbdev_dma_driver_fbdev_probe() in an initial<br />
allocation, which creates the DMA-backed buffer object, and a tail<br />
that sets up the fbdev data structures. There is a tail function for<br />
direct memory mappings and a tail function for deferred I/O with<br />
the shadow buffer.<br />
<br />
It is no longer possible to use deferred I/O without shadow buffer.<br />
It can be re-added if there exists a reliably test for usable struct<br />
page in the allocated DMA-backed buffer object.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.11 (including) | 6.12.36 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.13.6 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.14:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.14:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.14:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.14:rc4:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



