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

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.

Github