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

7.0 · HIGH
Published Jul 30, 2024 linux CWE-754 EPSS 0.24% (14th pctl)

Overview

CVE-2024-42224 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 30, 2024 and has a CVSS 3.1 base score of 7.0 (HIGH).

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

net: dsa: mv88e6xxx: Correct check for empty list

Since commit a3c53be55c95 ("net: dsa: mv88e6xxx: Support multiple MDIO

busses") mv88e6xxx_default_mdio_bus() has checked that the

return value of list_first_entry() is non-NULL.

This appears to be intended to guard against the list chip->mdios being

empty. However, it is not the correct check as the implementation of

list_first_entry is not designed to return NULL for empty lists.

Instead, use list_first_entry_or_null() which does return NULL if the

list is empty.

Flagged by Smatch.

Compile tested only.

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.11, < 4.19.318 Affected

Frequently Asked Questions

What is CVE-2024-42224?

CVE-2024-42224 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 30, 2024 and has a CVSS 3.1 base score of 7.0 (HIGH).

How severe is CVE-2024-42224?

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

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

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