CVE-2024-46710
Last modified
CVE-2024-46710 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Prevent unmapping active read buffers The kms paths keep a persistent map active to read and compare the cursor buffer. These maps can race with each other in simple scenario where: a) buffer "a" mapped for update b) buffer "a" mapped for compare c) do the compare d) unmap "a" for compare e) update the cursor f) unmap "a" for update At step "e" the buffer has been unmapped and the read contents is bogus. Prevent unmapping of active read buffers by simply keeping a count of how many paths have currently active maps and unmap only when the count reaches 0.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Prevent unmapping active read buffers The kms paths keep a persistent map active to read and compare the cursor buffer. These maps can race with each other in simple scenario where: a) buffer "a" mapped for update b) buffer "a" mapped for compare c) do the compare d) unmap "a" for compare e) update the cursor f) unmap "a" for update At step "e" the buffer has been unmapped and the read contents is bogus. Prevent unmapping of active read buffers by simply keeping a count of how many paths have currently active maps and unmap only when the count reaches 0.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.19, < 6.10.8 | — |
| Linux | Linux Kernel | 6.11 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-46710?
How severe is CVE-2024-46710?
How do I fix CVE-2024-46710?
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-46705In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46706In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46707In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46708In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46709In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4671Use after free in Visuals in Google Chrome prior to 124.0.63…9.6
- CVE-2024-46711In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-46712In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46713In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-46714In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46715In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46716In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-46710?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
