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

7.8 · HIGH
Published May 20, 2024 linux CWE-667 EPSS 0.16% (5th pctl)

Overview

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

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

pds_core: Fix pdsc_check_pci_health function to use work thread

When the driver notices fw_status == 0xff it tries to perform a PCI

reset on itself via pci_reset_function() in the context of the driver's

health thread. However, pdsc_reset_prepare calls

pdsc_stop_health_thread(), which attempts to stop/flush the health

thread. This results in a deadlock because the stop/flush will never

complete since the driver called pci_reset_function() from the health

thread context. Fix by changing the pdsc_check_pci_health_function()

to queue a newly introduced pdsc_pci_reset_thread() on the pdsc's

work queue.

Unloading the driver in the fw_down/dead state uncovered another issue,

which can be seen in the following trace:

WARNING: CPU: 51 PID: 6914 at kernel/workqueue.c:1450 __queue_work+0x358/0x440

[...]

RIP: 0010:__queue_work+0x358/0x440

[...]

Call Trace:

<TASK>

? __warn+0x85/0x140

? __queue_work+0x358/0x440

? report_bug

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.6.16, < 6.7 Affected

Frequently Asked Questions

What is CVE-2024-35968?

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

How severe is CVE-2024-35968?

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

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

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