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

7.3 · HIGH
Published Jul 29, 2024 linux CWE-129 EPSS 0.23% (14th pctl)

Overview

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

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

ASoC: mediatek: mt8195: Add platform entry for ETDM1_OUT_BE dai link

Commit e70b8dd26711 ("ASoC: mediatek: mt8195: Remove afe-dai component

and rework codec link") removed the codec entry for the ETDM1_OUT_BE

dai link entirely instead of replacing it with COMP_EMPTY(). This worked

by accident as the remaining COMP_EMPTY() platform entry became the codec

entry, and the platform entry became completely empty, effectively the

same as COMP_DUMMY() since snd_soc_fill_dummy_dai() doesn't do anything

for platform entries.

This causes a KASAN out-of-bounds warning in mtk_soundcard_common_probe()

in sound/soc/mediatek/common/mtk-soundcard-driver.c:

for_each_card_prelinks(card, i, dai_link) {

if (adsp_node && !strncmp(dai_link->name, "AFE_SOF", strlen("AFE_SOF")))

dai_link->platforms->of_node = adsp_node;

else if (!dai_link->platforms->name && !dai_link->platforms->of_node)

dai_link->platforms->of_node = platform_

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.8, < 6.9.8 Affected

Frequently Asked Questions

What is CVE-2024-42088?

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

How severe is CVE-2024-42088?

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

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

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