Security Advisory

CVE-2024-56775

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-01-08 17:49:13
Last updated 2026-05-11 20:58:49
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix handling of plane refcount [Why] The mechanism to backup and restore plane states doesnt maintain refcount, which can cause issues if the refcount of the plane changes in between backup and restore operations, such as memory leaks if the refcount was supposed to go down, or double frees / invalid memory accesses if the refcount was supposed to go up. [How] Cache and re-apply current refcount when restoring plane states.