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

8.8 · HIGH
Published May 17, 2024 linux CWE-416 EPSS 0.35% (28th pctl)

Overview

CVE-2024-35811 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 17, 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:

wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach

This is the candidate patch of CVE-2023-47233 :

https://nvd.nist.gov/vuln/detail/CVE-2023-47233

In brcm80211 driver,it starts with the following invoking chain

to start init a timeout worker:

->brcmf_usb_probe

->brcmf_usb_probe_cb

->brcmf_attach

->brcmf_bus_started

->brcmf_cfg80211_attach

->wl_init_priv

->brcmf_init_escan

->INIT_WORK(&cfg->escan_timeout_work,

brcmf_cfg80211_escan_timeout_worker);

If we disconnect the USB by hotplug, it will call

brcmf_usb_disconnect to make cleanup. The invoking chain is :

brcmf_usb_disconnect

->brcmf_usb_disconnect_cb

->brcmf_detach

->brcmf_cfg80211_detach

->kfree(cfg);

While the timeout woker may still be running. This will cause

a use-after-free bug on cfg in brcmf_cfg80211_escan_timeout_worker.

Fix it by deleting the timer and cance

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 >= 3.7, < 4.19.312 Affected

Frequently Asked Questions

What is CVE-2024-35811?

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

How severe is CVE-2024-35811?

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

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

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