cve/2024/CVE-2024-36960.md
2025-09-29 21:09:30 +02:00

1.1 KiB

CVE-2024-36960

Description

In the Linux kernel, the following vulnerability has been resolved:drm/vmwgfx: Fix invalid reads in fence signaled eventsCorrectly set the length of the drm_event to the size of the structurethat's actually used.The length of the drm_event was set to the parent structure instead ofto the drm_vmw_event_fence which is supposed to be read. drm_readuses the length parameter to copy the event to the user space thusresuling in oob reads.

POC

Reference

No PoCs from references.

Github