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

4.7 · MEDIUM
Published Oct 21, 2024 linux CWE-367 EPSS 0.17% (7th pctl)

Overview

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

net: dsa: improve shutdown sequence

Alexander Sverdlin presents 2 problems during shutdown with the

lan9303 driver. One is specific to lan9303 and the other just happens

to reproduce there.

The first problem is that lan9303 is unique among DSA drivers in that it

calls dev_get_drvdata() at "arbitrary runtime" (not probe, not shutdown,

not remove):

phy_state_machine()

-> ...

-> dsa_user_phy_read()

-> ds->ops->phy_read()

-> lan9303_phy_read()

-> chip->ops->phy_read()

-> lan9303_mdio_phy_read()

-> dev_get_drvdata()

But we never stop the phy_state_machine(), so it may continue to run

after dsa_switch_shutdown(). Our common pattern in all DSA drivers is

to set drvdata to NULL to suppress the remove() method that may come

afterwards. But in this case it will result in an NPD.

The second problem is that the way in which we set

dp->conduit->dsa_ptr = NULL; is

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 >= 5.15.155, < 5.16 Affected

Frequently Asked Questions

What is CVE-2024-49998?

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

How severe is CVE-2024-49998?

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

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

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