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

8.8 · HIGH
Published May 19, 2024 linux CWE-416 EPSS 0.34% (27th pctl)

Overview

CVE-2024-35887 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 19, 2024 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

ax25: fix use-after-free bugs caused by ax25_ds_del_timer

When the ax25 device is detaching, the ax25_dev_device_down()

calls ax25_ds_del_timer() to cleanup the slave_timer. When

the timer handler is running, the ax25_ds_del_timer() that

calls del_timer() in it will return directly. As a result,

the use-after-free bugs could happen, one of the scenarios

is shown below:

(Thread 1) | (Thread 2)

| ax25_ds_timeout()

ax25_dev_device_down() |

ax25_ds_del_timer() |

del_timer() |

ax25_dev_put() //FREE |

| ax25_dev-> //USE

In order to mitigate bugs, when the device is detaching, use

timer_shutdown_sync() to stop the timer.

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 >= 2.6.12, < 6.6.26 Affected

Frequently Asked Questions

What is CVE-2024-35887?

CVE-2024-35887 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 19, 2024 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2024-35887?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-35887?

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

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