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

7.5 · HIGH
Published Jun 3, 2024 linux EPSS 0.46% (39th pctl)

Overview

CVE-2024-36962 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 3, 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: Queue RX packets in IRQ handler instead of disabling BHs

Currently the driver uses local_bh_disable()/local_bh_enable() in its

IRQ handler to avoid triggering net_rx_action() softirq on exit from

netif_rx(). The net_rx_action() could trigger this driver .start_xmit

callback, which is protected by the same lock as the IRQ handler, so

calling the .start_xmit from netif_rx() from the IRQ handler critical

section protected by the lock could lead to an attempt to claim the

already claimed lock, and a hang.

The local_bh_disable()/local_bh_enable() approach works only in case

the IRQ handler is protected by a spinlock, but does not work if the

IRQ handler is protected by mutex, i.e. this works for KS8851 with

Parallel bus interface, but not for KS8851 with SPI bus interface.

Remove the BH manipulation and instead of calling netif_rx() inside

the IRQ handler code protected by the lock, queue all the received

S

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.1.87, < 6.1.91 Affected

Frequently Asked Questions

What is CVE-2024-36962?

CVE-2024-36962 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2024-36962?

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

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

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