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

4.7 · MEDIUM
Published May 17, 2024 debian CWE-362 EPSS 0.19% (9th pctl)

Overview

CVE-2024-35809 is a medium-severity vulnerability affecting debian debian_linux. It was published on May 17, 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:

PCI/PM: Drain runtime-idle callbacks before driver removal

A race condition between the .runtime_idle() callback and the .remove()

callback in the rtsx_pcr PCI driver leads to a kernel crash due to an

unhandled page fault [1].

The problem is that rtsx_pci_runtime_idle() is not expected to be running

after pm_runtime_get_sync() has been called, but the latter doesn't really

guarantee that. It only guarantees that the suspend and resume callbacks

will not be running when it returns.

However, if a .runtime_idle() callback is already running when

pm_runtime_get_sync() is called, the latter will notice that the runtime PM

status of the device is RPM_ACTIVE and it will return right away without

waiting for the former to complete. In fact, it cannot wait for

.runtime_idle() to complete because it may be called from that callback (it

arguably does not make much sense to do that, but it is not strictly

prohibited).

Thus

Remediation

Check the references section for vendor advisories and patches from debian. Update debian_linux 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 >= 0, < 4.19.312 Affected

Frequently Asked Questions

What is CVE-2024-35809?

CVE-2024-35809 is a medium-severity vulnerability affecting debian debian_linux. It was published on May 17, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2024-35809?

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

Check the references section for vendor advisories and patches from debian. Update debian_linux 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-35809?

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