Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — drm/vmwgfx: Prevent unmapping active read buffers
AV AC PR UI S C I A CVSS EPSS %ile KEV
L H L N U N N H 4.7 .0023 13.6 —
AFFECTED
Product Versions Fixed
Linux 485d98d472d53f9617ffdfba5e677ac29ad4fe20 – —
Linux 5.19 – 6.1.113
TIMELINE
Sep 11 Reserved by Linux
Sep 13 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2024-46710 (Linux). CVSS 7.8 → 4.7 (NVD).
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.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| September 11, 2024 | Reserved | Reserved by Linux |
| September 13, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2024-46710 (Linux). CVSS 7.8 → 4.7 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | 485d98d472d53f9617ffdfba5e677ac29ad4fe20 | — |
| Linux | Linux | — | 5.19 | 6.1.113 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2024-46710 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.