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

7.5 · HIGH
Published May 20, 2024 linux CWE-667 EPSS 0.69% (50th pctl)

Overview

CVE-2024-35971 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.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

net: ks8851: Handle softirqs at the end of IRQ thread to fix hang

The ks8851_irq() thread may call ks8851_rx_pkts() in case there are

any packets in the MAC FIFO, which calls netif_rx(). This netif_rx()

implementation is guarded by local_bh_disable() and local_bh_enable().

The local_bh_enable() may call do_softirq() to run softirqs in case

any are pending. One of the softirqs is net_rx_action, which ultimately

reaches the driver .start_xmit callback. If that happens, the system

hangs. The entire call chain is below:

ks8851_start_xmit_par from netdev_start_xmit

netdev_start_xmit from dev_hard_start_xmit

dev_hard_start_xmit from sch_direct_xmit

sch_direct_xmit from __dev_queue_xmit

__dev_queue_xmit from __neigh_update

__neigh_update from neigh_update

neigh_update from arp_process.constprop.0

arp_process.constprop.0 from __netif_receive_skb_one_core

__netif_receive_skb_one_core from process_backlog

process_backlog from

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

Frequently Asked Questions

What is CVE-2024-35971?

CVE-2024-35971 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.5 (HIGH).

How severe is CVE-2024-35971?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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