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-56787

5.5 · MEDIUM
Published Jan 8, 2025 linux EPSS 0.21% (11th pctl)

Overview

CVE-2024-56787 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 8, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

soc: imx8m: Probe the SoC driver as platform driver

With driver_async_probe=* on kernel command line, the following trace is

produced because on i.MX8M Plus hardware because the soc-imx8m.c driver

calls of_clk_get_by_name() which returns -EPROBE_DEFER because the clock

driver is not yet probed. This was not detected during regular testing

without driver_async_probe.

Convert the SoC code to platform driver and instantiate a platform device

in its current device_initcall() to probe the platform driver. Rework

.soc_revision callback to always return valid error code and return SoC

revision via parameter. This way, if anything in the .soc_revision callback

return -EPROBE_DEFER, it gets propagated to .probe and the .probe will get

retried later.

"

------------[ cut here ]------------

WARNING: CPU: 1 PID: 1 at drivers/soc/imx/soc-imx8m.c:115 imx8mm_soc_revision+0xdc/0x180

CPU: 1 UID: 0 PID: 1 Comm: swapper/0 Not tainted

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 >= 0, < 5.15.174 Affected

Frequently Asked Questions

What is CVE-2024-56787?

CVE-2024-56787 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 8, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2024-56787?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-56787?

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-56787?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-56787 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.