First published: Tue Apr 01 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix slab-use-after-free on hdcp_work [Why] A slab-use-after-free is reported when HDCP is destroyed but the property_validate_dwork queue is still running. [How] Cancel the delayed work when destroying workqueue. (cherry picked from commit 725a04ba5a95e89c89633d4322430cfbca7ce128)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=5.5<5.10.236 | |
Linux Kernel | >=5.11<5.15.180 | |
Linux Kernel | >=5.16<6.1.132 | |
Linux Kernel | >=6.2<6.6.84 | |
Linux Kernel | >=6.7<6.12.20 | |
Linux Kernel | >=6.13<6.13.8 | |
Linux Kernel | =6.14-rc1 | |
Linux Kernel | =6.14-rc2 | |
Linux Kernel | =6.14-rc3 | |
Linux Kernel | =6.14-rc4 | |
Linux Kernel | =6.14-rc5 | |
Linux Kernel | =6.14-rc6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-21968 is classified as a medium severity vulnerability due to potential misuse of memory in the Linux kernel.
To mitigate CVE-2025-21968, you should update the Linux kernel to the latest patched version that addresses this vulnerability.
CVE-2025-21968 affects systems running the Linux kernel that utilize the AMD display driver with HDCP enabled.
CVE-2025-21968 could lead to potential denial-of-service (DoS) conditions, impacting system reliability and security.
CVE-2025-21968 was identified through reports of a slab-use-after-free condition occurring during HDCP destruction in the Linux kernel.