CVE Catalog

CVE-2024-41008

Medium
Published: Translated: NVD NIST

Summary

In the Linux kernel, the drm/amdgpu driver changed the handling of the vm->task_info object. The object is now dynamically allocated and reference-counted, improving safety and stability.

Risk Assessment

Improper memory management could lead to use-after-free or memory leaks, potentially allowing a local attacker to escalate privileges or cause a system crash.

Recommendation

It is recommended to update the Linux kernel to a version containing this fix as soon as possible and monitor security advisories from your distribution.

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: change vm->task_info handling This patch changes the handling and lifecycle of vm->task_info object. The major changes are: - vm->task_info is a dynamically allocated ptr now, and its uasge is reference counted. - in

Vulnerability data from NVD (NIST) · CISA KEV · EPSS