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

5.5 · MEDIUM
Published Aug 17, 2024 linux EPSS 0.21% (11th pctl)

Overview

CVE-2024-42319 is a medium-severity vulnerability affecting linux linux_kernel. It was published on August 17, 2024 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:

mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable()

When mtk-cmdq unbinds, a WARN_ON message with condition

pm_runtime_get_sync() < 0 occurs.

According to the call tracei below:

cmdq_mbox_shutdown

mbox_free_channel

mbox_controller_unregister

__devm_mbox_controller_unregister

...

The root cause can be deduced to be calling pm_runtime_get_sync() after

calling pm_runtime_disable() as observed below:

1. CMDQ driver uses devm_mbox_controller_register() in cmdq_probe()

to bind the cmdq device to the mbox_controller, so

devm_mbox_controller_unregister() will automatically unregister

the device bound to the mailbox controller when the device-managed

resource is removed. That means devm_mbox_controller_unregister()

and cmdq_mbox_shoutdown() will be called after cmdq_remove().

2. CMDQ driver also uses devm_pm_runtime_enable() in cmdq_probe() after

devm_mbox_contr

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.19, < 6.1.120 Affected

Frequently Asked Questions

What is CVE-2024-42319?

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

How severe is CVE-2024-42319?

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

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

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