mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
967 B
967 B
CVE-2024-41093
Description
In the Linux kernel, the following vulnerability has been resolved:drm/amdgpu: avoid using null object of framebufferInstead of using state->fb->obj[0] directly, get object from framebufferby calling drm_gem_fb_get_obj() and return error code when object isnull to avoid using null object of framebuffer.
POC
Reference
No PoCs from references.