CVE-2024-46709: drm/vmwgfx: Fix prime with external buffers
In the Linux kernel, the following vulnerability has been resolved:
drm/vmwgfx: Fix prime with external buffers
Make sure that for external buffers mapping goes through the dma_buf
interface instead of trying to access pages directly.
External buffers might not provide direct access to readable/writable
pages so to make sure the bo's created from external dma_bufs can be
read dma_buf interface has to be used.
Fixes crashes in IGT's kms_prime with vgem. Regular desktop usage won't
trigger this due to the fact that virtual machines will not have
multiple GPUs but it enables better test coverage in IGT.
Security readout for executives and security teams
Plain-English summary
CVE-2024-46709 is a Linux kernel vmwgfx graphics-driver bug involving external dma-buf buffers. The source describes crashes in an IGT PRIME test path with vgem and says regular desktop virtual-machine usage should not trigger it because VMs normally do not have multiple GPUs.
Executive priority
Treat this as low immediate business urgency unless you operate Linux graphics validation, virtualization graphics stacks, or custom kernels. Fold remediation into normal kernel patch cycles, while confirming exposed vmwgfx systems receive vendor-fixed builds.
Technical view
The vmwgfx driver incorrectly tried to access pages directly for external buffers. The fix routes external buffer mapping through the dma_buf interface, because such buffers may not expose directly readable or writable pages. The cited fix is in Linux kernel stable commits.
Likely exposure
Exposure appears limited to Linux systems using the vmwgfx DRM driver with PRIME external dma-buf buffer paths. The source specifically points to IGT kms_prime testing with vgem, not typical VM desktop operation.
Exploitation context
The bundle does not indicate active exploitation, and KEV is false. Available evidence describes crash behavior in a specialized graphics test scenario, not public weaponization or routine remote attack exposure.
Researcher notes
The source does not provide CVSS, CWE, exploit details, or a named vendor workaround. Analysis should stay scoped to vmwgfx external buffer handling and dma_buf mapping behavior until distribution advisories add more detail.
Mitigation direction
Check vendor or distribution kernel advisories for CVE-2024-46709 status.
Update affected Linux kernels to builds containing the cited stable fixes.
Prioritize systems using vmwgfx with external dma-buf or PRIME testing paths.
Track VMware-backed Linux VM images if they carry affected kernel versions.
Validation and detection
Inventory Linux kernel versions on VM and graphics-test systems.
Confirm whether vmwgfx is loaded or included in deployed kernels.
Review distribution changelogs for the three cited stable commit IDs.
Re-run relevant graphics regression tests after kernel update.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-46709 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.