Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2024-57926

7.8 · HIGH
Published Jan 19, 2025 linux CWE-416 EPSS 0.25% (16th pctl)

Overview

CVE-2024-57926 is a high-severity vulnerability affecting linux linux_kernel. It was published on January 19, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

drm/mediatek: Set private->all_drm_private[i]->drm to NULL if mtk_drm_bind returns err

The pointer need to be set to NULL, otherwise KASAN complains about

use-after-free. Because in mtk_drm_bind, all private's drm are set

as follows.

private->all_drm_private[i]->drm = drm;

And drm will be released by drm_dev_put in case mtk_drm_kms_init returns

failure. However, the shutdown path still accesses the previous allocated

memory in drm_atomic_helper_shutdown.

[ 84.874820] watchdog: watchdog0: watchdog did not stop!

[ 86.512054] ==================================================================

[ 86.513162] BUG: KASAN: use-after-free in drm_atomic_helper_shutdown+0x33c/0x378

[ 86.514258] Read of size 8 at addr ffff0000d46fc068 by task shutdown/1

[ 86.515213]

[ 86.515455] CPU: 1 UID: 0 PID: 1 Comm: shutdown Not tainted 6.13.0-rc1-mtk+gfa1a78e5d24b-dirty #55

[ 86.516752] Hardware name: Unknown Product/Unknow

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.4, < 6.6.72 Affected

Frequently Asked Questions

What is CVE-2024-57926?

CVE-2024-57926 is a high-severity vulnerability affecting linux linux_kernel. It was published on January 19, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2024-57926?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2024-57926?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2024-57926?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-57926 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.