cve/2024/CVE-2024-26649.md
2024-05-25 21:48:12 +02:00

835 B

CVE-2024-26649

Description

In the Linux kernel, the following vulnerability has been resolved:drm/amdgpu: Fix the null pointer when load rlc firmwareIf the RLC firmware is invalid because of wrong header size,the pointer to the rlc firmware is released in functionamdgpu_ucode_request. There will be a null pointer errorin subsequent use. So skip validation to fix it.

POC

Reference

No PoCs from references.

Github