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

4.7 · MEDIUM
Published Dec 27, 2024 linux CWE-362 EPSS 0.16% (6th pctl)

Overview

CVE-2024-56568 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 27, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

iommu/arm-smmu: Defer probe of clients after smmu device bound

Null pointer dereference occurs due to a race between smmu

driver probe and client driver probe, when of_dma_configure()

for client is called after the iommu_device_register() for smmu driver

probe has executed but before the driver_bound() for smmu driver

has been called.

Following is how the race occurs:

T1:Smmu device probe T2: Client device probe

really_probe()

arm_smmu_device_probe()

iommu_device_register()

really_probe()

platform_dma_configure()

of_dma_configure()

of_dma_configure_id()

of_iommu_configure()

iommu_probe_device()

iommu_init_device()

arm_smmu_probe_device()

arm_smmu_get_by_fwnode()

driver_find_device_by_fwnode()

driver_find_device()

next_device()

klist_next()

/* null ptr

assigned to smmu */

/* null ptr dereference

while smmu->str

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 >= 4.9, < 5.10.231 Affected

Frequently Asked Questions

What is CVE-2024-56568?

CVE-2024-56568 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 27, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2024-56568?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-56568?

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

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