CVE-2024-58091
Last modified
CVE-2024-58091 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.11, < 6.12.36 | — |
| Linux | Linux Kernel | >= 6.13, < 6.13.6 | — |
| Linux | Linux Kernel | 6.14 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-58091?
How severe is CVE-2024-58091?
How do I fix CVE-2024-58091?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-58086In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58087In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2024-58088In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58089In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-5809The WP Ajax Contact Form WordPress plugin through 2.2.2 does…6.1
- CVE-2024-58090In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58092In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58093In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-58094In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58095In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58096In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58097In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-58091?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
